setting up the stage for mirroring ROOTS
This commit is contained in:
parent
f1fea46437
commit
4517b5cacb
40
index.html
40
index.html
@ -41,7 +41,7 @@
|
||||
<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 the 24hr radio marathon ROOTS</p>
|
||||
<p>⇊ Was amazing ↷ geweldig ⇊</p>
|
||||
<p> <a href="archive.html">Archive ↩</a></p>
|
||||
</div>
|
||||
@ -87,21 +87,21 @@
|
||||
|
||||
<div class="b_allmedia">
|
||||
<!-- audio streaming or files -->
|
||||
<button onclick="hideshowAudio()" class="bhide_chat_off" id="bhide_au">LISTENING <br> LUISTEREN</button>
|
||||
<button onclick="hideshowAudio()" class="" id="bhide_au">LISTENING <br> LUISTEREN</button>
|
||||
<!-- 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 -->
|
||||
<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-->
|
||||
<button onclick="hideshowEssay()" class="bhide_chat_off" id="bhide_ess">READING <br> LEZING</button>
|
||||
<button onclick="hideshowEssay()" class="" 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="hideshowVideo()" class="" id="bhide_vid">WATCHING <br> KIJKEND</button>
|
||||
<!-- chat -->
|
||||
<button onclick="hideshowChat()" class="bhide_chat_off" id="bhide_chat">CHATTING <br> CHATTEN</button>
|
||||
<!-- <button onclick="hideshowChat()" class="bhide_chat_off" id="bhide_chat">CHATTING <br> CHATTEN</button> -->
|
||||
<!-- image single -->
|
||||
<button onclick="hideshowIMG()" class="bhide_chat_off" id="bhide_img">IMAGE <br> BEELD</button>
|
||||
<button onclick="hideshowIMG()" class="" id="bhide_img">IMAGE <br> BEELD</button>
|
||||
<!-- image multiple -->
|
||||
<button onclick="hideshowGal()" class="" id="bhide_gal">GALLERY <br> GALERIJ</button>
|
||||
<!-- <button onclick="hideshowGal()" class="" id="bhide_gal">GALLERY <br> GALERIJ</button> -->
|
||||
|
||||
</div>
|
||||
|
||||
@ -123,8 +123,8 @@
|
||||
<!-- AUDIO -->
|
||||
<!-- 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 hide" id="showAudio">
|
||||
<audio id="player" preload="none" src="https://stream.w-i-t-m.net/meander"> </audio>
|
||||
<div class="audio-stream fullscreen" id="showAudio">
|
||||
<audio id="player" preload="none" src="https://radio.alonetogether.pub/live"> </audio>
|
||||
<p>
|
||||
Press play (best listened in FireFox). It might take a minute to load.</p>
|
||||
<div class="audio-buttons">
|
||||
@ -136,7 +136,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="https://stream.w-i-t-m.net/meander" target="_blank"> direct link to audio! </a></span>
|
||||
<span class="audio-link"> ↬ <a class="windowlinks" href="https://radio.alonetogether.pub/live" target="_blank"> direct link to audio! </a></span>
|
||||
</div>
|
||||
|
||||
|
||||
@ -172,8 +172,8 @@
|
||||
|
||||
<!-- ESSAY -->
|
||||
<!-- PLACEHOLDER link: https://etherdump.vvvvvvaria.org/publish/digital-solidarity-networks.raw.html -->
|
||||
<div class="halfscreen hide" id="showEssay">
|
||||
<iframe src="https://etherdump.vvvvvvaria.org/publish/digital-solidarity-networks.raw.html"></iframe><br> ↬
|
||||
<div class="halfscreen" id="showEssay">
|
||||
<iframe src="https://vvvvvvaria.org/archive/2021-11-29_mirroring_ROOTS/Radioee.net_%20Roots%20Press%20Release%20%D8%AC%D9%8F%D8%B0%D9%88%D8%B1%20%20(1).pdf"></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>
|
||||
|
||||
@ -185,7 +185,7 @@
|
||||
|
||||
<!-- VIDEO -->
|
||||
<!-- PLACEHOLDER link: https://vvvvvvaria.org/archive/2021-01+02-Read-and-Repair_Wireless-Imagination/tv-varia.mp4 -->
|
||||
<div class="fullscreen hide" id="showVideo">
|
||||
<div class="halfscreen" id="showVideo">
|
||||
<video
|
||||
id="player"
|
||||
class="video-js vjs-default-skin"
|
||||
@ -193,7 +193,7 @@
|
||||
preload="none"
|
||||
>
|
||||
<source
|
||||
src="https://vvvvvvaria.org/archive/2021-01+02-Read-and-Repair_Wireless-Imagination/tv-varia.mp4"
|
||||
src="https://vvvvvvaria.org/archive/2021-11-29_mirroring_ROOTS/GIF+JINGLE.mp4"
|
||||
type="application/x-mpegURL"
|
||||
/>
|
||||
</video>
|
||||
@ -211,10 +211,10 @@
|
||||
|
||||
<!-- IMAGE -->
|
||||
<!-- PLACEHOLDER link: https://varia.zone/images/de_varia.jpg -->
|
||||
<figure class="halfscreen hide" id="showImg">
|
||||
<img src="https://vvvvvvaria.org/images/FHM2_poster.jpg">
|
||||
<figure class="halfscreen" id="showImg">
|
||||
<img src="https://vvvvvvaria.org/archive/2021-11-29_mirroring_ROOTS/LOW_ROOTS_POSTER2_Insta_story.jpegg">
|
||||
<br> ↬
|
||||
<a class="windowlinks" href="https://vvvvvvaria.org/images/FHM2_poster.jpg" alt=""> caption: 'Varia' ↬ link to .jpg</a>
|
||||
<a class="windowlinks" href="https://vvvvvvaria.org/archive/2021-11-29_mirroring_ROOTS/LOW_ROOTS_POSTER2_Insta_story.jpeg" alt=""> caption: 'Varia' ↬ link to .jpg</a>
|
||||
</figure>
|
||||
|
||||
|
||||
@ -226,7 +226,7 @@
|
||||
https://vvvvvvaria.org/archive/varia-server/varia-home-red.png
|
||||
https://vvvvvvaria.org/archive/varia-server/welcome.png -->
|
||||
|
||||
<div class="img-gallery" id="showGal">
|
||||
<div class="img-gallery hide" id="showGal">
|
||||
|
||||
<p class="img-gallery-title"> ⇩ IMAGE ⇊ GALLERY ⇘ IMAGE ⇊ GALERIJ ⇩ </p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user