Browse Source

editing for event The Sonic Liberation Front / Radio Alhara

master
anglk 3 years ago
parent
commit
7844d03d43
  1. 28
      index.html

28
index.html

@ -74,24 +74,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="" id="bhide_wel">WELCOME</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>
<!-- 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>-->
<!-- 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="bhide_chat_off" id="bhide_au">LISTENING <br> LUISTEREN</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="bhide_chat_off" 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>-->
</div> </div>
@ -158,13 +158,13 @@
<a class="windowlinks" href="" target="_blank"> direct link to ↬ Jitsi</a> <a class="windowlinks" href="" target="_blank"> direct link to ↬ Jitsi</a>
</div> </div>
<!-- Jitsi for use--> <!-- Jitsi for use
<div class="halfscreen hide" id="showJit"> <div class="halfscreen hide" id="showJit">
<iframe src="https://meet.jit.si/varia.example" allow="camera; microphone" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen> <iframe src="https://meet.jit.si/varia.example" allow="camera; microphone" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen>
</iframe> </iframe>
<br> <br>
<a class="windowlinks" href="" target="_blank"> direct link to ↬ Jitsi</a> <a class="windowlinks" href="" target="_blank"> direct link to ↬ Jitsi</a>
</div> </div> -->

Loading…
Cancel
Save