master
poni 3 years ago
parent ec794c13a0
commit 7f43568aed

@ -2,15 +2,15 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>LES SONS XPUB</title>
<script src="plain-draggable.min.js"></script>
<style>
body, html{
height: 100%;
}
body {
width: 100%;
/* width: 100%; */
/* margin: 20vw; */
background: linear-gradient(71deg, #050505, #b4b2b4, #4946ce, #eeb4a2, #7c26c1, #daf2be);
background-size: 1200% 1200%;
@ -18,7 +18,6 @@ body {
-moz-animation: gra 40s ease infinite;
animation: gra 40s ease infinite;
font-family: monospace;
}
@-webkit-keyframes gra {
@ -36,58 +35,104 @@ body {
50%{background-position:100% 54%}
100%{background-position:0% 47%}
}
.title{
width: 100%;
}
.title p{
font-size: 2vw
}
audio{
position: relative;
/* position: relative;
top: 320px;
left: 2%;
width: 294px;
margin: 0;
padding: 0;
padding: 0; */
}
img{
box-shadow: 7px 7px 12px black;
width: 40%;
position: absolute;
}
.streamlink{
/* .streamlink{
vertical-align:top;
}
} */
.title{
/* .title{
position:absolute;
display:inline-block;
left:2%;
color: white;
}
} */
.playlist{
#playlist{
color: white;
line-height: 1.6;
position: absolute;
/* line-height: 16px; */
/* position: absolute; */
display: inline-block;
left: 2%;
top: 800px;
/*white-space: nowrap;*/
word-wrap:break-word;
word-wrap:break-word;
white-space: normal;
}
font-size: 1vw;
}
.info1{
#info1{
background-color: white;
box-shadow: 7px 7px 12px black;
width: 250px;;
padding: 1em;
position: absolute;
display: inline-block;
left: 36%;
top: 310px;
font-size: 1vw;
width: 30%;
/*white-space: nowrap;*/
word-wrap:break-word;
white-space: normal;
}
pre{
font-size: 1vw;
}
@media only screen and (max-width: 600px) {
#info1{
width: 45%;
font-size: 3vw;
}
img{
width: 60%;
}
#playlist{
font-size: 3vw;
}
.title p{
font-size: 3vw
}
}
</style>
</head>
@ -112,42 +157,51 @@ audio{
| | ,' `---` ; |.' ; |/ \ ' |`---'.| : , .-./ | ,'
`----' '---' `---' `--` `---` `--`----' `----'
</pre>
a temporary live broadcast hosted by Clara X Sugar
<p>a temporary live broadcast hosted by Clara X Sugar </p>
</div>
<br><br><br>
<b>PLAYLIST</b><br>
////////////////////////////////////////////////////////////<br>
<audio controls>
<source src="secondweek.mp3" type="audio/mpeg" controls autoplay>
</audio>
<br><br><br><br>
<div id="playlist">
<b>PLAYLIST</b>
<p>////////////////////////////<br><br>
The XPUB Department of Digital Records - Case Number: 92
MIPOLONI - Us
Mozzarella X Gouda - echo
Radio Legends - Macintosh and Windows share a little boogie<br>
////////////////////////////////////////////////////////////
</pre>
Radio Legends - Macintosh and Windows share a little boogie<br><br>
////////////////////////////// </p>
</div>
<img src="pic.jpg" style = "position:absolute; display: inline-block; width: 28%; top: 310px; left: 58%; z-index:2; box-shadow: 7px 7px 12px black; ">
<audio controls>
<source src="secondweek.mp3" type="audio/mpeg" controls autoplay>
</audio>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<img class="plain-draggable" id="img"src="pic.jpg">
<div class= "info1">
<b>Testing 2, 1, 4. test. test.</b><br><br>
<div class="plain-draggable" id= "info1">
<b>Testing 2, 1, 4. test. test.</b>
<br><br>
<p>LIVE The 2nd episode of Radio Implicancies by XPUB1. Join the live session composed of echoing voices; vocals performed as instruments; scraped chats which turn into new conversations and a musical dialogue between operating sound systems.<br>Laying the ground for many more experimental streams to come. Eight weekly broadcasts emit the signals of different constellations within the ten of us, bringing forth different responses and creating new approaches to the way knowledge and technology interplay and create inherent structures.</p>
</div>
<script>
// alert("Drag the boxes!")
draggable = new PlainDraggable(document.getElementById('info1'));
draggable.containment = {left: 0, top: 0, width: '100%', height: '1000%'};
draggable2 = new PlainDraggable(document.getElementById('img'));
draggable2.containment = {left: 0, top: 0, width: '100%', height: '1000%'};
</script>
</body>
</html>

File diff suppressed because one or more lines are too long

Binary file not shown.
Loading…
Cancel
Save