Browse Source

cleaning after SLF event

master
anglk 3 years ago
parent
commit
d68c35089d
  1. 48
      index.html

48
index.html

@ -47,6 +47,8 @@
</div> </div>
<div class="sidebottom"> <div class="sidebottom">
<p>12-14 June'21: <a href="https://vvvvvvaria.org/archive/2021-05-20-Sonic-Liberation-Front" target="_blank" >Mirroring Radio Alhara: Sonic Liberation Front</a></p>
<p>11 June'21: <a href="" target="_blank" >Ecstatic Speech</a></p> <p>11 June'21: <a href="" target="_blank" >Ecstatic Speech</a></p>
<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>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>
@ -77,24 +79,24 @@
<!-- BUTTONS HIDE SHOW MEDIA --> <!-- BUTTONS HIDE SHOW MEDIA -->
<div class="b_allmedia"> <div class="b_allmedia">
<!-- placeholder iframe loading <!-- placeholder iframe loading -->
<button onclick="hideshowWelcome()" class="" id="bhide_wel">WELCOME</button>--> <button onclick="hideshowWelcome()" class="bhide_chat_off" id="bhide_wel">WELCOME</button>
<!-- audio streaming or files --> <!-- audio streaming or files -->
<button onclick="hideshowAudio()" class="" id="bhide_au">LISTENING <br> LUISTEREN</button> <button onclick="hideshowAudio()" class="bhide_chat_off" id="bhide_au">LISTENING <br> LUISTEREN</button>
<!-- etherpad <!-- etherpad -->
<button onclick="hideshowPad()" class="bhide_chat_off" id="bhide_ether">WRITING <br> SCHRIJVEN</button>--> <button onclick="hideshowPad()" class="bhide_chat_off" id="bhide_ether">WRITING <br> SCHRIJVEN</button>
<!-- jitsi or alike <!-- jitsi or alike -->
<button onclick="hideshowJitsi()" class="bhide_chat_off" id="bhide_jit">CALLING <br> BELLEN</button>--> <button onclick="hideshowJitsi()" class="bhide_chat_off" id="bhide_jit">CALLING <br> BELLEN</button>
<!-- PDFs <!-- PDFs -->
<button onclick="hideshowEssay()" class="bhide_chat_off" id="bhide_ess">READING <br> LEZING</button>--> <button onclick="hideshowEssay()" class="bhide_chat_off" id="bhide_ess">READING <br> LEZING</button>
<!-- video streaming or files <!-- video streaming or files -->
<button onclick="hideshowVideo()" class="bhide_chat_off" id="bhide_vid">WATCHING <br> KIJKEND</button>--> <button onclick="hideshowVideo()" class="bhide_chat_off" id="bhide_vid">WATCHING <br> KIJKEND</button>
<!-- image single --> <!-- image single -->
<button onclick="hideshowIMG()" class="" id="bhide_img">IMAGE <br> BEELD</button> <button onclick="hideshowIMG()" class="bhide_chat_off" id="bhide_img">IMAGE <br> BEELD</button>
<!-- image multiple <!-- image multiple -->
<button onclick="hideshowGal()" class="bhide_chat_off" id="bhide_gal">GALLERY <br> GALERIJ</button>--> <button onclick="hideshowGal()" class="bhide_chat_off" id="bhide_gal">GALLERY <br> GALERIJ</button>
<!-- chat --> <!-- 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> </div>
@ -106,7 +108,7 @@
<!-- AFTER-EVENTS PLACEHOLDER --> <!-- AFTER-EVENTS PLACEHOLDER -->
<!-- PLACEHOLDER link: https://loading.vvvvvvaria.org --> <!-- PLACEHOLDER link: https://loading.vvvvvvaria.org -->
<iframe class="fullscreen hide" id="showWel" src="https://loading.vvvvvvaria.org" allow="camera; microphone" width="600" height="680" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen> <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>
@ -114,8 +116,8 @@
<!-- AUDIO --> <!-- AUDIO -->
<!-- PLACEHOLDER link: https://vvvvvvaria.org/logs/zamopuzo/audio/varia_broadcasts_jingle1.mp3 <!-- PLACEHOLDER link: https://vvvvvvaria.org/logs/zamopuzo/audio/varia_broadcasts_jingle1.mp3
previous audio cast: https://stream.w-i-t-m.net/meander --> previous audio cast: https://stream.w-i-t-m.net/meander -->
<div class="audio-stream fullscreen" id="showAudio"> <div class="audio-stream fullscreen hide" 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> <p>
Press play (best listened in FireFox). It might take a minute to load.</p> Press play (best listened in FireFox). It might take a minute to load.</p>
<div class="audio-buttons"> <div class="audio-buttons">
@ -127,7 +129,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>
<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> </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> </div>
<!-- ETHERPAD --> <!-- ETHERPAD -->
@ -188,10 +190,10 @@
<!-- IMAGE --> <!-- IMAGE -->
<!-- PLACEHOLDER link: https://varia.zone/images/de_varia.jpg --> <!-- PLACEHOLDER link: https://varia.zone/images/de_varia.jpg -->
<figure class="halfscreen" id="showImg"> <figure class="halfscreen hide" id="showImg">
<img src="https://vvvvvvaria.org/archive/2021-05-20-Sonic-Liberation-Front/SLF_june.jpg"> <img src="https://varia.zone/images/de_varia.jpg">
<br> <br>
<a class="windowlinks" href="https://vvvvvvaria.org/archive/2021-05-20-Sonic-Liberation-Front/SLF_june.jpg" alt=""> caption: 'SLF' ↬ link to .jpg</a> <a class="windowlinks" href="https://varia.zone/images/de_varia.jpg" alt=""> caption: 'Varia' ↬ link to .jpg</a>
</figure> </figure>
@ -228,7 +230,7 @@
<!-- CHAT --> <!-- CHAT -->
<!-- PLACEHOLDER link: https://chat.vvvvvvaria.org/ --> <!-- PLACEHOLDER link: https://chat.vvvvvvaria.org/ -->
<div class="chat halfscreen" id="showChat"> <div class="chat halfscreen hide" id="showChat">
<iframe src="https://chat.vvvvvvaria.org/"></iframe><br> <iframe src="https://chat.vvvvvvaria.org/"></iframe><br>
<a class="windowlinks" href="https://chat.vvvvvvaria.org/" target="_blank"> direct link to chat! </a> <a class="windowlinks" href="https://chat.vvvvvvaria.org/" target="_blank"> direct link to chat! </a>
</div> </div>

Loading…
Cancel
Save