Upload files to ''
This commit is contained in:
parent
15ddb01360
commit
776fb6f1aa
221
index.html
221
index.html
@ -16,6 +16,48 @@
|
|||||||
<script type="text/javascript" src="narrowscripts.js"></script>
|
<script type="text/javascript" src="narrowscripts.js"></script>
|
||||||
<script type="text/javascript" src="narrowskin.js"></script>
|
<script type="text/javascript" src="narrowskin.js"></script>
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
.img-gallery figure {
|
||||||
|
width: 30%;
|
||||||
|
margin: 0.5rem;
|
||||||
|
}
|
||||||
|
iframe {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
.allchance{
|
||||||
|
width: 100%;
|
||||||
|
margin: 1%;
|
||||||
|
}
|
||||||
|
.chance{
|
||||||
|
font-family: "Computer Modern Typewriter Light";
|
||||||
|
margin: 1%;
|
||||||
|
background-color: var(--color-lightpink);
|
||||||
|
border-radius: 0.2rem;
|
||||||
|
}
|
||||||
|
a.chance-link , a.chance-link: visited {
|
||||||
|
color: var(--color-lightpink) !important;
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
.chance-cap{
|
||||||
|
font-size: 0.7rem;
|
||||||
|
}
|
||||||
|
#rnd {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
const icons = ["🤖 🤝 🙃", "💻 💛🔥 🎹", "🌍 🔊 🌈", "🌊 🎶", "©️ ➡️ ♻️ ", "🔮 🖥️✨"];
|
||||||
|
|
||||||
|
function randomize() {
|
||||||
|
const random = Math.floor(Math.random() * icons.length);
|
||||||
|
console.log(random, icons[random]);
|
||||||
|
|
||||||
|
document.getElementById("rnd").innerHTML = icons[random];
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -88,20 +130,23 @@
|
|||||||
<!-- BUTTONS HIDE SHOW MEDIA -->
|
<!-- BUTTONS HIDE SHOW MEDIA -->
|
||||||
|
|
||||||
<div class="b_allmedia">
|
<div class="b_allmedia">
|
||||||
<!-- 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>
|
||||||
<!-- etherpad-->
|
-->
|
||||||
<button onclick="hideshowPad()" class="bhide_chat_off" id="bhide_ether">WRITING <br> SCHRIJVEN</button>
|
<!-- jitsi or alike CALLING BELLEN-->
|
||||||
<!-- jitsi or alike -->
|
<button onclick="hideshowJitsi()" class="" id="bhide_jit"> ⭑✰⭑ <br> STREAM </button>
|
||||||
<button onclick="hideshowJitsi()" class="bhide_chat_off" id="bhide_jit">CALLING <br> BELLEN</button>
|
<!-- etherpad-->
|
||||||
|
<button onclick="hideshowPad()" class="" id="bhide_ether">WRITING <br> SCHRIJVEN</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">ARquatic <br> LIVE </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 -->
|
-->
|
||||||
<button onclick="hideshowIMG()" class="" id="bhide_img">IMAGE <br> BEELD</button>
|
<!-- image single
|
||||||
|
<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>
|
||||||
|
|
||||||
@ -142,20 +187,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ETHERPAD -->
|
|
||||||
<!-- PLACEHOLDER link: https://pad.vvvvvvaria.org/varia.broadcast.intro
|
|
||||||
PLACEHOLDER desc: Varia Narrowcast Intro-->
|
|
||||||
<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 -->
|
<!-- JITSI -->
|
||||||
<!-- PLACEHOLDER link: https://meet.jit.si/varia.broadcats -->
|
<!-- PLACEHOLDER link: https://meet.jit.si/varia.broadcats -->
|
||||||
<div class="halfscreen hide" id="showJit">
|
<div class="halfscreen" id="showJit">
|
||||||
<iframe src="https://meet.jit.si/varia.broadcats" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen>
|
<iframe src="" 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>
|
||||||
@ -172,11 +207,44 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 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/ChoreographingCodingTales"></iframe><br> ↝
|
||||||
|
<a class="windowlinks" href="https://pad.vvvvvvaria.org/ChoreographingCodingTales" target="_blank"> Choreographing ↝ Coding ↜ Tales ↝ direct to pad </a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- NEW ZONE -->
|
||||||
|
|
||||||
|
<div class="allchance">
|
||||||
|
<button class="chance" onclick="randomize()">chance operations <p id="rnd"></p></button>
|
||||||
|
|
||||||
|
<div class="chance-cap">
|
||||||
|
|
||||||
|
<br>
|
||||||
|
🤖 🤝 🙃 = "human-machine collaboration";
|
||||||
|
💻 💛🔥 🎹 = "CodeKlavier";
|
||||||
|
🌍 🔊 🌈 = "networked audio-visuals";
|
||||||
|
🌊 🎶 = "Tidal Cycles";
|
||||||
|
©️ ➡️ ♻️ = "FL0SS" (free/libre and open source software);
|
||||||
|
🔮 🖥️✨ = esoteric programming languages;
|
||||||
|
|
||||||
|
<sup><a style="color:var(--color-lightpink);" class="chance-link" href="https://walkerart.org/magazine/chance-conversations-an-interview-with-merce" target="_blank" > about chance operations [* ref.]</a><sup>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- ESSAY -->
|
<!-- ESSAY -->
|
||||||
<!-- PLACEHOLDER link: https://etherdump.vvvvvvaria.org/publish/digital-solidarity-networks.raw.html -->
|
<!-- PLACEHOLDER link: https://etherdump.vvvvvvaria.org/publish/digital-solidarity-networks.raw.html -->
|
||||||
<div class="halfscreen hide" id="showEssay">
|
<div class="fullscreen hide" id="showEssay">
|
||||||
<iframe src="https://etherdump.vvvvvvaria.org/publish/digital-solidarity-networks.raw.html"></iframe><br> ↬
|
<iframe src="https://geometries.xyz/"></iframe><br> ↬
|
||||||
<a class="windowlinks" href="https://etherdump.vvvvvvaria.org/publish/digital-solidarity-networks.raw.html" target="_blank"> ↬ direct link to text</a>
|
<a class="windowlinks" href="https://geometries.xyz/" target="_blank"> ↬ direct link to Choreographies of the Circle & Other Geometries</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- here is an example if you would like to add an iframe -->
|
<!-- here is an example if you would like to add an iframe -->
|
||||||
@ -187,7 +255,7 @@
|
|||||||
|
|
||||||
<!-- IMAGE -->
|
<!-- IMAGE -->
|
||||||
<!-- PLACEHOLDER link: https://varia.zone/images/de_varia.jpg -->
|
<!-- PLACEHOLDER link: https://varia.zone/images/de_varia.jpg -->
|
||||||
<figure class="halfscreen" id="showImg">
|
<figure class="halfscreen hide" id="showImg">
|
||||||
<img src="https://varia.zone/images/de_varia.jpg">
|
<img src="https://varia.zone/images/de_varia.jpg">
|
||||||
<br> ↬
|
<br> ↬
|
||||||
<a class="windowlinks" href="https://varia.zone/images/de_varia.jpg" alt=""> caption: ↬ link to .jpg</a>
|
<a class="windowlinks" href="https://varia.zone/images/de_varia.jpg" alt=""> caption: ↬ link to .jpg</a>
|
||||||
@ -197,7 +265,7 @@
|
|||||||
<!-- VIDEO -->
|
<!-- VIDEO -->
|
||||||
<!-- PLACEHOLDER link: https://vvvvvvaria.org/archive/2021-01+02-Read-and-Repair_Wireless-Imagination/tv-varia.mp4 -->
|
<!-- 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="fullscreen hide" id="showVideo">
|
||||||
<video
|
<!-- <video
|
||||||
id="player"
|
id="player"
|
||||||
class="video-js vjs-default-skin"
|
class="video-js vjs-default-skin"
|
||||||
controls
|
controls
|
||||||
@ -207,9 +275,12 @@
|
|||||||
src="https://vvvvvvaria.org/archive/2021-01+02-Read-and-Repair_Wireless-Imagination/tv-varia.mp4"
|
src="https://vvvvvvaria.org/archive/2021-01+02-Read-and-Repair_Wireless-Imagination/tv-varia.mp4"
|
||||||
type="video/mp4"
|
type="video/mp4"
|
||||||
/>
|
/>
|
||||||
</video>
|
</video> -->
|
||||||
<br> ↬
|
|
||||||
<a class="windowlinks" href="https://vvvvvvaria.org/archive/2021-01+02-Read-and-Repair_Wireless-Imagination/tv-varia.mp4" target="_blank"> ↬ direct link to video </a>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/h6mXDQg3qYc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
<br> ↬ ARquatic at Home
|
||||||
|
<a class="windowlinks" href="https://www.youtube.com/watch?v=h6mXDQg3qYc" target="_blank"> ↬ direct link to video stream </a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -233,21 +304,97 @@
|
|||||||
<p class="img-gallery-title"> ⇩ IMAGE ⇊ GALLERY ⇘ IMAGE ⇊ GALERIJ ⇩ </p>
|
<p class="img-gallery-title"> ⇩ IMAGE ⇊ GALLERY ⇘ IMAGE ⇊ GALERIJ ⇩ </p>
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="https://vvvvvvaria.org/archive/2021-01+02-Read-and-Repair_Wireless-Imagination/a_safe_image.php.jpeg"><br> ↬
|
<img src="https://geometries.xyz/o.gif"><br> ↬
|
||||||
<a class="windowlinks" href="https://vvvvvvaria.org/archive/2021-01+02-Read-and-Repair_Wireless-Imagination/a_safe_image.php.jpeg" target="_blank" alt="">caption: 'Read & Repair — Wireless Imagination' ↬ link to .jpg</a>
|
<a class="windowlinks" href="https://geometries.xyz/o.gif" target="_blank" alt=""> caption: 'Joana and Renick performing Círculo & Meio' ↬ link to .jpg</a>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="https://vvvvvvaria.org/archive/varia-server/7e920c7f_Screenshot%20from%202020-03-21%2019-07-20.png"><br> ↬
|
<img src="https://vvvvvvaria.org/~jochicau/ChoreographingCodingTales/azamiline_JSoLang.png"><br> ↬
|
||||||
<a class="windowlinks" href="https://vvvvvvaria.org/archive/varia-server/7e920c7f_Screenshot%20from%202020-03-21%2019-07-20.png" target="_blank" alt=""> caption: 'Varia pixels' ↬ link to .png</a>
|
<a class="windowlinks" href="https://vvvvvvaria.org/~jochicau/ChoreographingCodingTales/azamiline_JSoLang.png" target="_blank" alt="">caption: 'JSoLang azamiline - Chiho Oka' ↬ link to .jpg ↫ </a>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="https://vvvvvvaria.org/archive/varia-server/varia-home-red.png"><br> ↬
|
<img src="https://vvvvvvaria.org/~jochicau/ChoreographingCodingTales/DSC01222%281%29.JPG"><br> ↬
|
||||||
<a class="windowlinks" href="https://vvvvvvaria.org/archive/varia-server/varia-home-red.png" target="_blank" alt=""> caption: 'Welcome to Varia home server' ↬ link to .jpg</a>
|
<a class="windowlinks" href="https://vvvvvvaria.org/~jochicau/ChoreographingCodingTales/DSC01222%281%29.JPG" target="_blank" alt=""> caption: 'Chiho performing Automated Cursor - Chiho Oka' ↬ link to .png ↫</a>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
<!-- 2 -->
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src="https://vvvvvvaria.org/archive/varia-server/welcome.png"><br> ↬
|
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/VZr92KzaqC4?start=11863" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
<a class="windowlinks" href="https://vvvvvvaria.org/archive/varia-server/welcome.png" target="_blank" alt=""> caption: 'Varia Welcome again!' ↬ link to .jpg</a>
|
<br> ↬ Live at ITERATIONS: Creative Coding Symposium 2021 - Saskia and T.mo
|
||||||
|
<a class="windowlinks" href="https://www.youtube.com/embed/VZr92KzaqC4?start=11863" target="_blank"> ↬ link ↫ </a>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/7S0hFRui9GA" title="SuperContinent performance at NIME 2021" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
<br> ↬ SuperContinent performance at NIME 2021 - Chiho Oka
|
||||||
|
<a class="windowlinks" href="https://www.youtube.com/watch?v=7S0hFRui9GA" target="_blank"> ↬ link ↫ </a>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/CWrJ0Hxlb6c" title="Mieko Shiomi - Boundary Music (1963)" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
<br> ↬ Casual Internet Party on datafruits.fm - Chiho Oka
|
||||||
|
<a class="windowlinks" href="https://www.youtube.com/watch?v=CWrJ0Hxlb6c" target="_blank"> ↬ link ↫ </a>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 3 -->
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/ynkr8fyHCZw?start=99" title="Sasj & T.mo - Amalgam 2.0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
<br> ↬ Amalgam 2.0 (Live at TOPLAP Transnodal 2021) - Sasj & T.mo
|
||||||
|
<a class="windowlinks" href="https://www.youtube.com/watch?v=ynkr8fyHCZw&t=98s" target="_blank"> ↬ link ↫ </a>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/im6d3-9jmD0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
<br> ↬ ARquatic Trailer - Anne Veinberg, Felipe Ignacio Noriega, Patrick Borgeat
|
||||||
|
<a class="windowlinks" href="https://www.youtube.com/watch?v=im6d3-9jmD0" target="_blank"> ↬ link ↫ </a>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/l4D1d1VROOA" title="Mieko Shiomi - Boundary Music (1963)" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
<br> ↬ Ensemble for Experimental Music and Theatre
|
||||||
|
<a class="windowlinks" href="https://www.youtube.com/watch?v=l4D1d1VROOA" target="_blank"> ↬ link ↫ </a>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<!-- 4 -->
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/4DTn2km1378" title="[No Bounds x Hope Works] Alpaca Session 1.1 - Chiho Oka" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
<br> ↬ Automated Cursor [No Bounds x Hope Works] Alpaca Session 1.1 - Chiho Oka
|
||||||
|
<a class="windowlinks" href="https://www.youtube.com/watch?v=4DTn2km1378" target="_blank"> ↬ link ↫ </a>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<iframe width="100%" height="auto" src="https://www.youtube.com/embed/kT9Pc6Z3isU" title="[No Bounds x Hope Works] Alpaca Session 1.1 - Chiho Oka" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
<br> ↬ The YouTube Slave - Chiho Oka
|
||||||
|
<a class="windowlinks" href="https://www.youtube.com/watch?v=kT9Pc6Z3isU" target="_blank"> ↬ link ↫ </a>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<iframe src="https://player.vimeo.com/video/650992697?h=25b5a977ef&title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
<br> ↬ Playing Beuys’s Records - Concert - Chiho Oka
|
||||||
|
<a class="windowlinks" href="https://vimeo.com/650992697" target="_blank"> ↬ link ↫ </a>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,8 +5,9 @@ on index.html and put all back to 'placeholder mode' dank je! */
|
|||||||
|
|
||||||
/* Silvio's User Condition #03 */
|
/* Silvio's User Condition #03 */
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
#showEssay {
|
#showEssay {
|
||||||
/* width: 54.5%; */
|
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user