made new event All Ears for Jina
This commit is contained in:
parent
e90cbf177e
commit
6c008802cc
80
index.html
80
index.html
@ -40,7 +40,11 @@
|
||||
<!-- <p id="livetitle">LIVE NOW ⇶ </p> -->
|
||||
<!-- <p><br>MONTH XX, XXXX<br>(time): <a href="XXX" target="_blank"><span id="livetitle">XXX</span></a><br><br></p> -->
|
||||
<!-- ADD A CURRENT LIVE EVENT HERE -->
|
||||
<!-- <p id="livetitle">LIVE NOW ⇶ </p> -->
|
||||
|
||||
|
||||
<p id="livetitle">LIVE NOW ⇶ </p>
|
||||
<p><br>November 21st, 2022<br>(time): 16:00-21:00 (CET) <a href="https://vvvvvvaria.org/archive/2022-11-21-All-Ears-for-Gina/" target="_blank"><span id="livetitle">All Ears for Jina</span></a><br><br></p>
|
||||
|
||||
<p>⇊ Previous broadcasts<br>⇊ Vorige uitzendingen </p>
|
||||
|
||||
<p><br>(<a href="https://vvvvvvaria.org/archive/">Archive/Archief</a>)</p>
|
||||
@ -113,19 +117,19 @@
|
||||
|
||||
<div class="b_allmedia">
|
||||
<!-- audio streaming or files -->
|
||||
<button onclick="hideshowAudio()" class="show_button" id="button_au">LISTENING <br> LUISTEREN</button>
|
||||
<!-- image multiple -->
|
||||
<button onclick="hideshowGal()" class="show_button" id="button_gal">GALLERY <br> GALERIJ</button>
|
||||
<!-- video streaming or files -->
|
||||
<button onclick="hideshowVideo()" class="show_button" id="button_vid">WATCHING <br> KIJKEN</button>
|
||||
<button onclick="hideshowAudio()" class="" id="button_au">LISTENING <br> LUISTEREN</button>
|
||||
<!-- image multiple
|
||||
<button onclick="hideshowGal()" class="" id="button_gal">GALLERY <br> GALERIJ</button>-->
|
||||
<!-- video streaming or files
|
||||
<button onclick="hideshowVideo()" class="show_button" id="button_vid">WATCHING <br> KIJKEN</button> -->
|
||||
<!-- chat -->
|
||||
<button onclick="hideshowChat()" class="show_button" id="button_chat">CHATTING <br> CHATTEN</button>
|
||||
<button onclick="hideshowChat()" class="" id="button_chat">CHATTING <br> CHATTEN</button>
|
||||
<!-- image single -->
|
||||
<button onclick="hideshowIMG()" class="show_button" id="button_img">IMAGE <br> BEELD</button>
|
||||
<!-- etherpad-->
|
||||
<button onclick="hideshowIMG()" class="" id="button_img">IMAGE <br> BEELD</button>
|
||||
<!-- etherpad -->
|
||||
<button onclick="hideshowPad()" class="" id="button_ether">WRITING <br> SCHRIJVEN</button>
|
||||
<!-- jitsi or alike -->
|
||||
<button onclick="hideshowJitsi()" class="" id="button_jit">CALLING <br> BELLEN</button>
|
||||
<!-- jitsi or alike
|
||||
<button onclick="hideshowJitsi()" class="" id="button_jit">CALLING <br> BELLEN</button>-->
|
||||
<!-- PDFs-->
|
||||
<button onclick="hideshowEssay()" class="" id="button_ess">READING <br> LEZING</button>
|
||||
|
||||
@ -139,14 +143,16 @@
|
||||
<!-- if online: -->
|
||||
<!-- " ♪ . *⁽⁽ ◝꒰´꒳`∗꒱◟ ₎₎₊· * ON AIR ♪ ♬ ヾclick on the buttons on the right side to display the different modalities ノ ♬ ♪ ON AIR ♫♪.ılılıll|̲̅̅●̲̅̅|̲̅̅=̲̅̅|̲̅̅●̲̅̅|llılılı.♫♪ " -->
|
||||
|
||||
<marquee scrolldelay="92">" ♪ . *⁽⁽ ◝꒰´꒳`∗꒱◟ ₎₎₊· * ON AIR ♪ ♬ ヾclick on the buttons on the right side to display the different modalities ノ ♬ ♪ ON AIR ♫♪.ılılıll|̲̅̅●̲̅̅|̲̅̅=̲̅̅|̲̅̅●̲̅̅|llılılı.♫♪ "</marquee>
|
||||
|
||||
<!-- if offline: -->
|
||||
<marquee scrolldelay="92">" ♬ ¨ * • WELCOME TO THE VARIA NARROWCAST • ♬ °¸. there is currently no event happening, please check our agenda @ varia.zone "</marquee>
|
||||
<!--<marquee scrolldelay="92">" ♬ ¨ * • WELCOME TO THE VARIA NARROWCAST • ♬ °¸. there is currently no event happening, please check our agenda @ varia.zone "</marquee>-->
|
||||
|
||||
<!-- AUDIO -->
|
||||
<!-- PLACEHOLDER link: https://vvvvvvaria.org/logs/zamopuzo/audio/varia_broadcasts_jingle1.mp3 -->
|
||||
<div class="audio-stream fullscreen" id="showAudio">
|
||||
<audio id="player" preload="none">
|
||||
<source src="https://vvvvvvaria.org/logs/zamopuzo/audio/varia_broadcasts_jingle1.mp3 " type="audio/mpeg">
|
||||
<source src="https://s2.radio.co/sde6c7b42e/listen" type="audio/mpeg">
|
||||
Your browser does not support the audio element. Try the direct link to the audio below!
|
||||
</audio>
|
||||
<p>
|
||||
@ -174,7 +180,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://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://s2.radio.co/sde6c7b42e/listen" target="_blank">direct link to audio</a>)</span>
|
||||
</div>
|
||||
|
||||
<!-- IMAGE GALLERY -->
|
||||
@ -184,7 +190,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> -->
|
||||
|
||||
@ -209,7 +215,7 @@
|
||||
|
||||
<!-- VIDEO -->
|
||||
<!-- PLACEHOLDER link: https://vvvvvvaria.org/archive/2021-01+02-Read-and-Repair_Wireless-Imagination/tv-varia.mp4 -->
|
||||
<div class="halfscreen" id="showVideo">
|
||||
<div class="halfscreen hide" id="showVideo">
|
||||
<video
|
||||
id="player"
|
||||
class="video-js vjs-default-skin"
|
||||
@ -226,6 +232,23 @@
|
||||
(<a class="windowlinks" href="https://vvvvvvaria.org/archive/2021-01+02-Read-and-Repair_Wireless-Imagination/tv-varia.mp4" target="_blank">direct link to this video</a>)
|
||||
</div>
|
||||
|
||||
<!-- IMAGE -->
|
||||
<!-- PLACEHOLDER link: https://varia.zone/images/de_varia.jpg -->
|
||||
<figure class="halfscreen" id="showImg">
|
||||
<img src="https://vvvvvvaria.org/archive/2022-11-21-All-Ears-for-Gina/instagram%20post%20jina.png">
|
||||
<br>
|
||||
(<a class="windowlinks" href="https://vvvvvvaria.org/archive/2022-11-21-All-Ears-for-Gina/instagram%20post%20jina.png" alt="">link to image</a>)
|
||||
</figure>
|
||||
|
||||
<!-- ETHERPAD -->
|
||||
<!-- PLACEHOLDER link: https://pad.vvvvvvaria.org/varia.broadcast.intro
|
||||
PLACEHOLDER desc: Varia Narrowcast Intro-->
|
||||
<div class="halfscreen" id="showEther">
|
||||
<iframe src="https://pad.vvvvvvaria.org/All_Ears_for_Jina"></iframe><br>
|
||||
Live transcriptions pad
|
||||
(<a class="windowlinks" href="https://pad.vvvvvvaria.org/All_Ears_for_Jina" target="_blank">direct link to this pad</a>)
|
||||
</div>
|
||||
|
||||
<!-- CHAT -->
|
||||
<!-- PLACEHOLDER link: https://chat.vvvvvvaria.org/ -->
|
||||
<div class="fullscreen" id="showChat">
|
||||
@ -234,40 +257,27 @@
|
||||
(<a class="windowlinks" href="https://chat.vvvvvvaria.org/" target="_blank">direct link this chat</a>)
|
||||
</div>
|
||||
|
||||
<!-- IMAGE -->
|
||||
<!-- PLACEHOLDER link: https://varia.zone/images/de_varia.jpg -->
|
||||
<figure class="halfscreen" id="showImg">
|
||||
<img src="https://varia.zone/images/de_varia.jpg">
|
||||
<br>
|
||||
(<a class="windowlinks" href="https://varia.zone/images/de_varia.jpg" alt="">link to image</a>)
|
||||
</figure>
|
||||
|
||||
|
||||
<!-- ETHERPAD -->
|
||||
<!-- PLACEHOLDER link: https://pad.vvvvvvaria.org/varia.broadcast.intro
|
||||
PLACEHOLDER desc: Varia Narrowcast Intro-->
|
||||
<div class="fullscreen hide" id="showEther">
|
||||
<iframe src="https://pad.vvvvvvaria.org/varia.broadcast.intro"></iframe><br>
|
||||
Live transcriptions pad
|
||||
(<a class="windowlinks" href="https://pad.vvvvvvaria.org/varia.broadcast.intro" target="_blank">direct link to this pad</a>)
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- JITSI -->
|
||||
<!-- PLACEHOLDER link: https://meet.jit.si/varia.example -->
|
||||
<div class="fullscreen hide" id="showJit">
|
||||
<!--<div class="fullscreen hide" id="showJit">
|
||||
<iframe src="https://meet.jit.si/varia.example" allow="camera; microphone" width="640" height="800" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen>
|
||||
</iframe>
|
||||
<br>
|
||||
(<a class="windowlinks" href="https://meet.jit.si/varia.example" target="_blank">direct link to this Jitsi room</a>)
|
||||
</div>
|
||||
-->
|
||||
|
||||
|
||||
<!-- 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>
|
||||
(<a class="windowlinks" href="https://etherdump.vvvvvvaria.org/publish/digital-solidarity-networks.raw.html" target="_blank">direct link to text</a>)
|
||||
<div class="fullscreen" id="showEssay">
|
||||
<iframe src="https://vvvvvvaria.org/archive/2022-11-21-All-Ears-for-Gina/All%20ears%20for%20Jina%20-%20listening%20guide.pdf"></iframe><br>
|
||||
(<a class="windowlinks" href="https://vvvvvvaria.org/archive/2022-11-21-All-Ears-for-Gina/All%20ears%20for%20Jina%20-%20listening%20guide.pdf" target="_blank">direct link to text</a>)
|
||||
</div>
|
||||
|
||||
<!-- here is an example if you would like to add an iframe -->
|
||||
|
Loading…
Reference in New Issue
Block a user