stage for SLF in June
This commit is contained in:
parent
1397ed5762
commit
a07a1aeaf2
37
index.html
37
index.html
@ -42,12 +42,13 @@
|
||||
<div class="middle">
|
||||
<p>⇈ Will be awesome ⇈ <br> ⇈ Zal geweldig zijn ⇈</p>
|
||||
<p id="livetitle">LIVE ↝ N↻W ⇶ </p>
|
||||
<p id="livesubtitle"></p>
|
||||
<p id="livesubtitle">Mirroring Sonic Liberation Front</p>
|
||||
<p>⇊ Was amazing ↷ <br>⇊ Was geweldig ↷ </p>
|
||||
</div>
|
||||
|
||||
<div class="sidebottom">
|
||||
|
||||
<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>28 March'21: <a href="https://varia.zone/en/rr-sense-full-1.html" target="_blank" >Read & Repair</a></p>
|
||||
@ -81,15 +82,15 @@
|
||||
<!-- audio streaming or files -->
|
||||
<button onclick="hideshowAudio()" class="" id="bhide_au">LISTENING <br> LUISTEREN</button>
|
||||
<!-- etherpad -->
|
||||
<button onclick="hideshowPad()" class="" id="bhide_ether">WRITING <br> SCHRIJVEN</button>
|
||||
<button onclick="hideshowPad()" class="bhide_chat_off" id="bhide_ether">WRITING <br> SCHRIJVEN</button>
|
||||
<!-- jitsi or alike
|
||||
<button onclick="hideshowJitsi()" class="bhide_chat_off" id="bhide_jit">CALLING <br> BELLEN</button>-->
|
||||
<!-- PDFs -->
|
||||
<button onclick="hideshowEssay()" class="" id="bhide_ess">READING <br> LEZING</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="bhide_chat_off" id="bhide_img">IMAGE <br> BEELD</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>-->
|
||||
<!-- chat
|
||||
@ -114,7 +115,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="https://stream.w-i-t-m.net/meander"> </audio>
|
||||
<audio id="player" preload="none" src="http://stream.radiojar.com/78cxy6wkxtzuv"> </audio>
|
||||
<p>
|
||||
Press play (best listened in FireFox). It might take a minute to load.</p>
|
||||
<div class="audio-buttons">
|
||||
@ -126,14 +127,14 @@
|
||||
<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="https://stream.w-i-t-m.net/meander" target="_blank"> direct link to audio! </a></span>
|
||||
<span class="audio-link"> ↬ <a class="windowlinks" href="http://stream.radiojar.com/78cxy6wkxtzuv" target="_blank"> direct link to audio! </a></span>
|
||||
</div>
|
||||
|
||||
<!-- ETHERPAD -->
|
||||
<!-- PLACEHOLDER link: https://pad.vvvvvvaria.org/varia.broadcast.intro -->
|
||||
<div class="halfscreen" id="showEther">
|
||||
<iframe src="https://pad.vvvvvvaria.org/ecstatic_speech_broadcast"></iframe><br> ↝
|
||||
<a class="windowlinks" href="https://pad.vvvvvvaria.org/ecstatic_speech_broadcast" target="_blank"> Varia Narrowcast Intro ↝ direct to pad </a>
|
||||
<div class="halfscreen hide" id="showEther">
|
||||
<iframe src="https://pad.vvvvvvaria.org/varia.broadcast.intro"></iframe><br> ↝
|
||||
<a class="windowlinks" href="https://pad.vvvvvvaria.org/varia.broadcast.intro" target="_blank"> Varia Narrowcast Intro ↝ direct to pad </a>
|
||||
</div>
|
||||
|
||||
<!-- JITSI -->
|
||||
@ -158,9 +159,9 @@
|
||||
|
||||
<!-- ESSAY -->
|
||||
<!-- PLACEHOLDER link: https://etherdump.vvvvvvaria.org/publish/digital-solidarity-networks.raw.html -->
|
||||
<div class="halfscreen" id="showEssay">
|
||||
<iframe src="https://w-i-t-m.net/ecstatic_speech_posters_combined_small.pdf"></iframe><br> ↬
|
||||
<a class="windowlinks" href="https://w-i-t-m.net/ecstatic_speech_posters_combined_small.pdf" target="_blank"> Varia Broadcast ↬ direct link to text</a>
|
||||
<div class="halfscreen hide" id="showEssay">
|
||||
<iframe src="https://etherdump.vvvvvvaria.org/publish/digital-solidarity-networks.raw.html"></iframe><br> ↬
|
||||
<a class="windowlinks" href="https://etherdump.vvvvvvaria.org/publish/digital-solidarity-networks.raw.html" target="_blank"> Varia Broadcast ↬ direct link to text</a>
|
||||
</div>
|
||||
|
||||
|
||||
@ -187,10 +188,10 @@
|
||||
|
||||
<!-- IMAGE -->
|
||||
<!-- PLACEHOLDER link: https://varia.zone/images/de_varia.jpg -->
|
||||
<figure class="halfscreen hide" id="showImg">
|
||||
<img src="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_june.jpg">
|
||||
<br> ↬
|
||||
<a class="windowlinks" href="https://varia.zone/images/de_varia.jpg" alt=""> caption: 'Varia' ↬ link to .jpg</a>
|
||||
<a class="windowlinks" href="https://vvvvvvaria.org/archive/2021-05-20-Sonic-Liberation-Front/SLF_june.jpg" alt=""> caption: 'SLF' ↬ link to .jpg</a>
|
||||
</figure>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user