forked from varia/web-narrowcast
Run stripper on tabs
This commit is contained in:
parent
4f6ea64749
commit
bd9e523714
48
index.html
48
index.html
@ -2,40 +2,40 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>NARROWCAST</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="stylesheet" type="text/css" media="all" href="narrowstyle.css"></link>
|
||||
<title>NARROWCAST</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="stylesheet" type="text/css" media="all" href="narrowstyle.css"></link>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div class="about"><a href="https://vvvvvvaria.org/logs/zamopuzo" target="_blank">back<span> ↗</span><br>↬ stage </a></div>
|
||||
<div class="about"><a href="https://vvvvvvaria.org/logs/zamopuzo" target="_blank">back<span> ↗</span><br>↬ stage </a></div>
|
||||
|
||||
<div id="side" class="sidebar sidemin">
|
||||
<button class="minimize" onclick="fside()"> ⇔</button>
|
||||
<div id="side" class="sidebar sidemin">
|
||||
<button class="minimize" onclick="fside()"> ⇔</button>
|
||||
|
||||
<div class="sidetop">
|
||||
<!-- to add a new event copy paste above — as the ones below. -->
|
||||
<div class="sidetop">
|
||||
<!-- to add a new event copy paste above — as the ones below. -->
|
||||
<!-- once the event is over remember to move to the sidebottom section-->
|
||||
<p>2021.03.23: <a href="" target="_blank" >User Condition S01E01</a></p>
|
||||
<p>2021.03.13: <a href="" target="_blank" >Feminist Hack Meetings: Feminist Servers</a></p>
|
||||
|
||||
</div>
|
||||
<div class="middle">
|
||||
<p>⇈ Will be awesome ↟ </p>
|
||||
<p id="livetitle">LIVE ↝ N↻W ⇶ </p>
|
||||
<p>⇊ Was amazing ↷ </p>
|
||||
</div>
|
||||
<div class="sidebottom">
|
||||
</div>
|
||||
<div class="middle">
|
||||
<p>⇈ Will be awesome ↟ </p>
|
||||
<p id="livetitle">LIVE ↝ N↻W ⇶ </p>
|
||||
<p>⇊ Was amazing ↷ </p>
|
||||
</div>
|
||||
<div class="sidebottom">
|
||||
<p>2021.02.28: <a href="https://varia.zone/en/rr-wireless-imagination-2.html" target="_blank" >Read & Repair: Wireless Imagination</a></p>
|
||||
<p>2020.06.27: <a href="https://varia.zone/en/corporeal-whispers.html" target="_blank" >RE#SISTER: Corporeal Whispers</a></p>
|
||||
<p>2020.06.19: <a href="https://varia.zone/en/Groeten_Charlois.html" target="_blank" >Niek Hilkmann - Groeten uit Charlois</a></p>
|
||||
<p>2020.04.18: <a href="https://varia.zone/en/we-hope-this-email.html" target="_blank">We hope this email finds you well</a></p>
|
||||
<p>2020.03.14:<a href="https://varia.zone/en/radio-on-radio.html" target="_blank">Radio on the Radio</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="live">
|
||||
<div class="live">
|
||||
|
||||
<!--
|
||||
<iframe class="resize-drag" src="https://loading.vvvvvvaria.org" allow="camera; microphone" width="600" height="680" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen>
|
||||
@ -49,7 +49,7 @@
|
||||
|
||||
<!-- EXAMPLE JITSI or similar -->
|
||||
|
||||
<!--
|
||||
<!--
|
||||
<iframe class="resize-drag" src="https://meet.jit.si/varia.broadcats" allow="camera; microphone" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen>
|
||||
</iframe>
|
||||
-->
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
<!-- EXAMPLE ETHERPAD -->
|
||||
|
||||
<!--
|
||||
<!--
|
||||
<iframe class="resize-drag" src="https://etherdump.vvvvvvaria.org/"></iframe>
|
||||
-->
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
<!-- EXAMPLE AUDIO FILE -->
|
||||
|
||||
|
||||
|
||||
<audio controls loop="" class="resize-drag" src="http://w-i-t-m.net:8001/meander" type="audio/mp3"> </audio>
|
||||
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
-->
|
||||
|
||||
|
||||
<p class="note"> * move and resize the elements above by dragging their corners / sides and click on the page to set the position *</p>
|
||||
<p class="note"> * move and resize the elements above by dragging their corners / sides and click on the page to set the position *</p>
|
||||
|
||||
|
||||
</div>
|
||||
@ -101,8 +101,8 @@ function fside() {
|
||||
<!-- script above same as <script src="https://cdnjs.cloudflare.com/ajax/libs/interact.js/1.2.6/interact.min.js"></script> -->
|
||||
|
||||
<!-- also found this other options:
|
||||
https://www.webcomponents.org/element/jifalops/drag-resize
|
||||
https://codepen.io/zz85/pen/gbOoVP -->
|
||||
https://www.webcomponents.org/element/jifalops/drag-resize
|
||||
https://codepen.io/zz85/pen/gbOoVP -->
|
||||
|
||||
<script>
|
||||
interact('.resize-drag')
|
||||
|
Loading…
Reference in New Issue
Block a user