mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
81 lines
1.9 KiB
HTML
81 lines
1.9 KiB
HTML
<!-- this file is replaced on rebranding by https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/locales/html/ -->
|
|
<!-- you can find and store templates at https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/templates/ -->
|
|
|
|
<br>
|
|
<h1 class="h3-headline-big">
|
|
sender.fm
|
|
</h1>
|
|
<!-- <img class="logo" alt="ocelot.social Header" src="/img/custom/logo-horizontal.svg" style="width: 360px;"><br> -->
|
|
<p class="paragraph">
|
|
Hier wird sender.fm in Zukunft vorgestellt …
|
|
</p>
|
|
<p class="link">
|
|
<a href="/login" target="_blank">
|
|
Zum Login …
|
|
</a><br>
|
|
</p>
|
|
<br>
|
|
<h3 class="h3-headline">
|
|
Unser Radio-Stream
|
|
</h3>
|
|
<br>
|
|
<!-- <iframe id="embed_player" frameborder="0" width="280" height="216" src="https://senderfm.airtime.pro/embed/player?stream=s1&skin=1"></iframe> -->
|
|
<iframe class="player" id="embed_player" frameborder="0" width="350" height="396" src="https://senderfm.airtime.pro/embed/player?stream=s1&skin=2"></iframe>
|
|
<br>
|
|
<h4 class="h4-headline">
|
|
Sende-Wochenplan
|
|
</h4>
|
|
<iframe class="weekly-plan" height="400px" width="550px" scrolling="yes" frameborder="0" src=https://senderfm.airtime.pro/embed/weekly-program></iframe>
|
|
<br>
|
|
<br>
|
|
|
|
<!-- Stream Url:
|
|
https://senderfm.out.airtime.pro/senderfm_a -->
|
|
|
|
<style type="text/css">
|
|
.logo {
|
|
margin-top: 48px;
|
|
margin-bottom: 48px;
|
|
}
|
|
|
|
.h3-headline-big {
|
|
font-size: 64px;
|
|
margin-top: 12px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.h3-headline {
|
|
font-size: 24px;
|
|
margin-top: 12px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.h4-headline {
|
|
font-size: 18px;
|
|
margin-top: 12px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.paragraph {
|
|
font-size: 16px;
|
|
margin-top: 0px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.link {
|
|
margin-top: 4px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.player {
|
|
margin-top: 0px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.weekly-plan {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
margin-left: -20px;
|
|
}
|
|
</style>
|