Ocelot-Social/webapp/locales/html/en/organization.html
Wolfgang Huß aa454893ce Refactor pageParams, third step
- Implement emails.js in backend as well.
- Move backend links.js into emails.js, because code is not a duplicate of webapp anymore.
2021-08-05 14:44:54 +02:00

73 lines
1.7 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/ -->
<h1 class="h1-headline">
Press Play
</h1>
<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="510px" height="396px" src="https://senderfm.airtime.pro/embed/player?stream=s1&skin=2"></iframe>
<br>
<h3 class="h3-headline">
Broadcast Schedule
</h3>
<iframe class="weekly-plan" height="802px" 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;
}
.h1-headline {
font-size: 48px;
margin-top: 12px;
margin-bottom: 8px;
}
.h3-headline-big {
font-size: 64px;
margin-top: 12px;
margin-bottom: 8px;
}
.h3-headline {
font-size: 32px;
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>