master
parent
ba4917cdc7
commit
74b3bf6f11
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 370 KiB |
Binary file not shown.
After Width: | Height: | Size: 420 KiB |
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
@ -0,0 +1,117 @@
|
||||
<!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;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</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" type="audio/mpeg" controls autoplay>
|
||||
</audio>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue