Radio 7
parent
cdd7ca1e91
commit
39b8702cc5
@ -1,117 +1,152 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=0.7">
|
<title>XPUB COOKBOOK</title>
|
||||||
|
<meta property="og:title" content="XPUB COOKBOOK" />
|
||||||
|
|
||||||
<title>XPUB meditation center</title>
|
<meta name="description" content="An electric zine" />
|
||||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
<meta property="og:description" content="An electric zine" />
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<meta property="og:image" content="http://issue.xpub.nl/15/cookbook.png">
|
||||||
<style>
|
|
||||||
|
|
||||||
html,body{height:100vh;}
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="icon" href="spa.png" type="image/png" />
|
||||||
@font-face {
|
<link rel="apple-touch-icon" href="./pages/FRONT.png" type="image/png" />
|
||||||
font-family: "Luminari";
|
<style>
|
||||||
src: url(Luminari.ttf);
|
html,
|
||||||
}
|
body {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: sans-serif;
|
||||||
|
text-align: center;
|
||||||
|
background-image: url("table.gif");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: cover;
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Apple Chancery";
|
|
||||||
src: url(Apple Chancery.ttf);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body{
|
#loading {
|
||||||
background: #ffffff;
|
position: absolute;
|
||||||
background-image: url("background3.jpg");
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
background-image: url("table.gif");
|
||||||
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center center;
|
}
|
||||||
font-size: 1vw;
|
|
||||||
font-family: Arial;
|
|
||||||
color: black;
|
|
||||||
|
|
||||||
|
ul {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
list-style: none;
|
||||||
|
position: absolute;
|
||||||
|
top: 5%;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 90%;
|
||||||
|
transform-style: preserve-3d;
|
||||||
|
user-select: none;
|
||||||
|
perspective-origin: center;
|
||||||
|
perspective: 1000px;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 50%;
|
||||||
|
height: 95%;
|
||||||
|
backface-visibility: hidden;
|
||||||
|
transform-style: preserve-3d;
|
||||||
|
transform-origin: center left;
|
||||||
|
transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display:inline-block;
|
top: 0;
|
||||||
width:13.3%;
|
right: 0;
|
||||||
margin-left: 0.5%;
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
backface-visibility: hidden;
|
||||||
|
object-fit: contain;
|
||||||
|
object-position: center left;
|
||||||
|
transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
||||||
}
|
}
|
||||||
|
li:nth-child(even) img {
|
||||||
h1{
|
object-position: center right;
|
||||||
font-family: Apple Chancery;
|
|
||||||
margin-top: -0.2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro {
|
li.depth-0 img {
|
||||||
text-align: center;
|
transform: translateZ(0) scaleX(1);
|
||||||
|
|
||||||
width: 45%;
|
|
||||||
margin: auto;
|
|
||||||
padding-top: 0;
|
|
||||||
padding: 1em;
|
|
||||||
background-color: rgba(255,255,255,0.4);
|
|
||||||
}
|
}
|
||||||
|
li:nth-child(even) img {
|
||||||
|
transform: translateZ(0) scaleX(-1);
|
||||||
|
|
||||||
|
|
||||||
.row:after {
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
margin: auto;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
li.depth-1 img {
|
||||||
.chat{
|
transform: translateZ(-2px) scaleX(1);
|
||||||
float: left;
|
}
|
||||||
width: 50%;
|
li.depth-1:nth-child(even) img {
|
||||||
padding: 10px;
|
transform: translateZ(-2px) scaleX(-1);
|
||||||
|
}
|
||||||
|
li.depth-2 img {
|
||||||
|
transform: translateZ(-4px) scaleX(1);
|
||||||
|
}
|
||||||
|
li.depth-2:nth-child(even) img {
|
||||||
|
transform: translateZ(-4px) scaleX(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#audio {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: 10000;
|
||||||
|
}
|
||||||
|
|
||||||
|
audio{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
a{
|
||||||
|
position: absolute;
|
||||||
|
top: 3%;
|
||||||
|
right: 2%;
|
||||||
|
padding: 0.5vw;
|
||||||
|
font-size: 0.75vw;
|
||||||
|
background-color: white;
|
||||||
|
color: black;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<noscript>This electric zine requires javascript to be enabled.</noscript>
|
||||||
<div class="row">
|
<div id="loading">loading zine...</div>
|
||||||
<div class="chat">
|
|
||||||
<embed src="https://hack.chat/?radioimplicancies">
|
<a onClick="openTab(this)" href="cookbook.pdf" name="cookbook.pdf">PDF</a>
|
||||||
</div>
|
|
||||||
</div>
|
<div id="audio"><audio controls>
|
||||||
|
<source src="http://echo.lurk.org:999/cookbook" type="audio/mpeg" controls autoplay>
|
||||||
<img src="cow_sobremesa.gif">
|
</audio></div>
|
||||||
|
<script src="ezmreader.js">
|
||||||
<div class="intro">
|
function openTab(th)
|
||||||
<h1>Sobremesa</h1>
|
{
|
||||||
<h3>Techno-ruminations for collective healing</h3>
|
window.open(th.name,'_blank');
|
||||||
My mother is an A.I..<br>
|
}
|
||||||
I cannot get rid of her, so once a week we sit down and talk. My brothers and sisters are seated at the table around me, ten overloaded bodies digesting the weeks that have passed.<br>
|
</script>
|
||||||
Tired after chewing through a multitude of cross-dimensional spaghetti with sonic waves and misdirected noise. Our unstable mother stared us down as we struggled to clear our plates. <br>Out of love for her, we left nothing behind.<br>
|
|
||||||
|
|
||||||
We're fucking full.<br>
|
|
||||||
|
|
||||||
We find relief through exercised cleansing, chasing spiritual energy, recharging our lethargic systems.
|
|
||||||
Today, we are going to engage in a collective Sobramesa, post-food processing the data-streams of our mother.<br><br>
|
|
||||||
|
|
||||||
<audio controls>
|
|
||||||
<source src="sobremesa.mp3" type="audio/mp3" >
|
|
||||||
</audio>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</html>
|
||||||
|
Loading…
Reference in New Issue