set up the space for FHM2
This commit is contained in:
parent
f10709566a
commit
a7388d8c4a
32
index.html
32
index.html
@ -80,23 +80,23 @@
|
|||||||
|
|
||||||
<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="" id="bhide_wel">WELCOME</button> -->
|
||||||
<!-- audio streaming or files -->
|
<!-- 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-->
|
<!-- 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> -->
|
||||||
<!-- chat -->
|
<!-- 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 -->
|
<!-- 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 -->
|
<!-- 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> -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -110,7 +110,7 @@
|
|||||||
|
|
||||||
<!-- <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 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> -->
|
||||||
<iframe class="fullscreen" id="showWel" src="https://vvvvvvaria.org/images/FHM2_poster.jpg" allow="camera; microphone" width="600" height="680" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen>
|
<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>
|
</iframe>
|
||||||
|
|
||||||
|
|
||||||
@ -119,8 +119,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 hide" id="showAudio">
|
<div class="audio-stream fullscreen" id="showAudio">
|
||||||
<audio id="player" preload="none" src="https://vvvvvvaria.org/logs/zamopuzo/audio/varia_broadcasts_jingle1.mp3"> </audio>
|
<audio id="player" preload="none" src="https://stream.w-i-t-m.net/meander"> </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">
|
||||||
@ -132,7 +132,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="https://vvvvvvaria.org/logs/zamopuzo/audio/varia_broadcasts_jingle1.mp3" target="_blank"> direct link to audio! </a></span>
|
<span class="audio-link"> ↬ <a class="windowlinks" href="https://stream.w-i-t-m.net/meander" target="_blank"> direct link to audio! </a></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ETHERPAD -->
|
<!-- ETHERPAD -->
|
||||||
@ -193,7 +193,7 @@
|
|||||||
|
|
||||||
<!-- CHAT -->
|
<!-- CHAT -->
|
||||||
<!-- PLACEHOLDER link: https://chat.vvvvvvaria.org/ -->
|
<!-- PLACEHOLDER link: https://chat.vvvvvvaria.org/ -->
|
||||||
<div class="chat halfscreen hide" id="showChat">
|
<div class="chat halfscreen" 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>
|
||||||
@ -201,9 +201,9 @@
|
|||||||
<!-- IMAGE -->
|
<!-- IMAGE -->
|
||||||
<!-- PLACEHOLDER link: https://varia.zone/images/de_varia.jpg -->
|
<!-- PLACEHOLDER link: https://varia.zone/images/de_varia.jpg -->
|
||||||
<figure class="halfscreen hide" id="showImg">
|
<figure class="halfscreen hide" id="showImg">
|
||||||
<img src="https://varia.zone/images/de_varia.jpg">
|
<img src="https://vvvvvvaria.org/images/FHM2_poster.jpg">
|
||||||
<br> ↬
|
<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/images/FHM2_poster.jpg" alt=""> caption: 'Varia' ↬ link to .jpg</a>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user