Browse Source

clean the space after SLF

master
anglk 3 years ago
parent
commit
f06cba64ae
  1. 46
      index.html

46
index.html

@ -42,11 +42,13 @@
<div class="middle">
<p>⇈ Will be awesome ⇈ <br> ⇈ Zal geweldig zijn ⇈</p>
<p id="livetitle">LIVE ↝ N↻W ⇶ </p>
<p id="livesubtitle">Mirroring Radio Alhara: Sonic Liberation Front</p>
<p id="livesubtitle"></p>
<p>⇊ Was amazing ↷ <br>⇊ Was geweldig ↷ </p>
</div>
<div class="sidebottom">
<p>19-23 May'21: <a href="https://vvvvvvaria.org/archive/2021-05-20-Sonic-Liberation-Front" target="_blank" >Mirroring Radio Alhara: Sonic Liberation Front</a></p>
<p>28 March'21: <a href="https://varia.zone/en/rr-sense-full-1.html" target="_blank" >Read & Repair</a></p>
@ -74,24 +76,24 @@
<!-- BUTTONS HIDE SHOW MEDIA -->
<div class="b_allmedia">
<!-- placeholder iframe loading
<button onclick="hideshowWelcome()" class="" id="bhide_wel">WELCOME</button>-->
<!-- etherpad
<button onclick="hideshowPad()" class="bhide_chat_off" id="bhide_ether">WRITING <br> SCHRIJVEN</button>-->
<!-- placeholder iframe loading -->
<button onclick="hideshowWelcome()" class="" id="bhide_wel">WELCOME</button>
<!-- etherpad -->
<button onclick="hideshowPad()" class="bhide_chat_off" id="bhide_ether">WRITING <br> SCHRIJVEN</button>
<!-- audio streaming or files -->
<button onclick="hideshowAudio()" class="" id="bhide_au">LISTENING <br> LUISTEREN</button>
<!-- jitsi or alike
<button onclick="hideshowJitsi()" class="bhide_chat_off" id="bhide_jit">CALLING <br> BELLEN</button>-->
<!-- PDFs
<button onclick="hideshowEssay()" class="bhide_chat_off" id="bhide_ess">READING <br> LEZING</button>-->
<!-- video streaming or files
<button onclick="hideshowVideo()" class="bhide_chat_off" id="bhide_vid">WATCHING <br> KIJKEND</button>-->
<button onclick="hideshowAudio()" class="bhide_chat_off" id="bhide_au">LISTENING <br> LUISTEREN</button>
<!-- jitsi or alike -->
<button onclick="hideshowJitsi()" class="bhide_chat_off" id="bhide_jit">CALLING <br> BELLEN</button>
<!-- PDFs -->
<button onclick="hideshowEssay()" class="bhide_chat_off" id="bhide_ess">READING <br> LEZING</button>
<!-- video streaming or files -->
<button onclick="hideshowVideo()" class="bhide_chat_off" id="bhide_vid">WATCHING <br> KIJKEND</button>
<!-- image single -->
<button onclick="hideshowIMG()" class="" id="bhide_img">IMAGE <br> BEELD</button>
<!-- image multiple
<button onclick="hideshowGal()" class="bhide_chat_off" id="bhide_gal">GALLERY <br> GALERIJ</button>-->
<button onclick="hideshowIMG()" class="bhide_chat_off" id="bhide_img">IMAGE <br> BEELD</button>
<!-- image multiple -->
<button onclick="hideshowGal()" class="bhide_chat_off" id="bhide_gal">GALLERY <br> GALERIJ</button>
<!-- chat -->
<button onclick="hideshowChat()" class="" id="bhide_chat">CHATTING <br> CHATTEN</button>
<button onclick="hideshowChat()" class="bhide_chat_off" id="bhide_chat">CHATTING <br> CHATTEN</button>
</div>
@ -101,10 +103,10 @@
<!-- AFTER-EVENTS PLACEHOLDER -->
<!-- PLACEHOLDER link: https://loading.vvvvvvaria.org
<!-- PLACEHOLDER link: https://loading.vvvvvvaria.org -->
<iframe class="fullscreen" id="showWel" src="https://loading.vvvvvvaria.org" allow="camera; microphone" width="600" height="680" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen>
</iframe>-->
</iframe>
<!-- ETHERPAD -->
@ -119,7 +121,7 @@
<!-- PLACEHOLDER link: https://vvvvvvaria.org/logs/zamopuzo/audio/varia_broadcasts_jingle1.mp3
previous audio cast: https://stream.w-i-t-m.net/meander -->
<div class="audio-stream fullscreen" id="showAudio">
<audio id="player" preload="none" src="http://stream.radiojar.com/78cxy6wkxtzuv"> </audio>
<audio id="player" preload="none" src="https://vvvvvvaria.org/logs/zamopuzo/audio/varia_broadcasts_jingle1.mp3"> </audio>
<p>
Press play (best listened in FireFox). It might take a minute to load.</p>
<div class="audio-buttons">
@ -131,7 +133,7 @@
<button class="stream-button b-narrow vol" onclick="document.getElementById('player').volume += 0.1">Vol +</button>
<button class="stream-button b-narrow vol" onclick="document.getElementById('player').volume -= 0.1">Vol -</button>
</div>
<span class="audio-link"><a class="windowlinks" href="http://stream.radiojar.com/78cxy6wkxtzuv " target="_blank"> direct link to audio! </a></span>
<span class="audio-link"><a class="windowlinks" href="https://vvvvvvaria.org/logs/zamopuzo/audio/varia_broadcasts_jingle1.mp3" target="_blank"> direct link to audio! </a></span>
</div>
@ -188,9 +190,9 @@
<!-- IMAGE -->
<!-- PLACEHOLDER link: https://varia.zone/images/de_varia.jpg -->
<figure class="halfscreen" id="showImg">
<img src="https://vvvvvvaria.org/archive/2021-05-20-Sonic-Liberation-Front/SLF-23052021.jpg">
<img src="https://varia.zone/images/de_varia.jpg">
<br>
<a class="windowlinks" href="https://vvvvvvaria.org/archive/2021-05-20-Sonic-Liberation-Front/SLF-23052021.jpg" alt=""> caption: 'SLF 23/05/2021' ↬ link to .jpg</a>
<a class="windowlinks" href="https://varia.zone/images/de_varia.jpg" alt=""> caption: 'Varia' ↬ link to .jpg</a>
</figure>

Loading…
Cancel
Save