You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
2.3 KiB
HTML
118 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.7">
|
|
|
|
<title>XPUB meditation center</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<style>
|
|
|
|
html,body{height:100vh;}
|
|
|
|
@font-face {
|
|
font-family: "Luminari";
|
|
src: url(Luminari.ttf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Apple Chancery";
|
|
src: url(Apple Chancery.ttf);
|
|
}
|
|
|
|
body{
|
|
background: #ffffff;
|
|
background-image: url("background3.jpg");
|
|
background-size: cover;
|
|
background-position: center center;
|
|
font-size: 1vw;
|
|
font-family: Arial;
|
|
color: black;
|
|
|
|
|
|
}
|
|
|
|
img{
|
|
position:absolute;
|
|
display:inline-block;
|
|
width:13.3%;
|
|
margin-left: 0.5%;
|
|
}
|
|
|
|
h1{
|
|
font-family: Apple Chancery;
|
|
margin-top: -0.2em;
|
|
}
|
|
|
|
.intro {
|
|
text-align: center;
|
|
|
|
width: 45%;
|
|
margin: auto;
|
|
padding-top: 0;
|
|
padding: 1em;
|
|
background-color: rgba(255,255,255,0.4);
|
|
}
|
|
|
|
|
|
|
|
|
|
.row:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
.chat{
|
|
float: left;
|
|
width: 50%;
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div class="row">
|
|
<div class="chat">
|
|
<embed src="https://hack.chat/?radioimplicancies">
|
|
</div>
|
|
</div>
|
|
|
|
<img src="cow_sobremesa.gif">
|
|
|
|
<div class="intro">
|
|
<h1>Sobremesa</h1>
|
|
<h3>Techno-ruminations for collective healing</h3>
|
|
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>
|
|
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="http://echo.lurk.org:999/stream" >
|
|
</audio>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|