-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstory.html
46 lines (43 loc) · 3.51 KB
/
story.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LOW EARTH ORBIT</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap">
</head>
<body>
<div class="main-container">
<div class="header">
<img class="logo" src="./assets/logo_font.png" alt="Logo">
<div class="links">
<a href="index.html">|Home| </a> <a href="story.html"> |History|</a>
</div>
</div>
<div class="content">
<h1 class="text">part 1 - suspicious object 18.11.22 @ Artik</h1>
<p class="text">
"It was a usual night for Cleo. Years, seeing nothing but noise from that Xuntian thingy up there, in low earth orbit. An older, captured radio satellite, open to use by the community listening into space. A journey of randomness and nothing but noise. And some artifacts. Wait a minute, what? [...]"
</p>
<p class="text">
w/ <a href="https://soundcloud.com/ldyosc" target="_blank" style="color: var(--secondary-color);">ldy osc</a>, <a href="https://soundcloud.com/omni_causa" target="_blank" style="color: var(--secondary-color);">omni causa</a>, <a href="https://soundcloud.com/user-613170265" target="_blank" style="color: var(--secondary-color);">n.e.k</a>, and <a href="https://soundcloud.com/grandhifi" target="_blank" style="color: var(--secondary-color);">grand hifi</a>, supported by space force (<a href="https://soundcloud.com/plentyofnames" target="_blank" style="color: var(--secondary-color);">patman/plonc</a> and <a href="https://soundcloud.com/lutz108" target="_blank" style="color: var(--secondary-color);">lutz</a>)
</p>
<a href="assets/202211_PT-I_flyer_quadrat.jpg" target="_blank"><img class="flyer" src="assets/202211_PT-I_flyer_quadrat_norborder_nologo.jpg" alt="Flyer of LEO Pt. 1"></a>
<br>
<h1 class="text" style="text-decoration: line-through; text-decoration-color: var(--secondary-color);">part 2 - we have proof! - 20.04.24 @ ru******¹</h1>
<p class="text" style="font-weight: bold;"> CANCELLED DUE TO CITY OF FREIBURG BEING UNHAPPY WITH THE LOCATION...</p>
<p class="text">
"[...] Cleo got up and left the stale room. This can’t be true, it must be due to lack of oxygen and sleep. They couldn't remember how long they’d waited, staring into nothing, feeling somewhat scared to look at the screen again. Finally, slowly opening the door and taking a glimpse - the repetitive pattern was still there. “FOR FUCK’S SAKES I KNEW IT!” - “Come on” Remy mumbled “let me slee-” “THEY EXIST! WE HAVE PROOF!” [...]"
</p>
<p class="text">
w/ <a href="https://soundcloud.com/u_r_t_e" target="_blank" style="color: var(--secondary-color);">URTE</a> and <a href="https://soundcloud.com/djhardnipple" target="_blank" style="color: var(--secondary-color);">DJ Hard Nipple</a>, supported by space force (<a href="https://soundcloud.com/plentyofnames" target="_blank" style="color: var(--secondary-color);">patman/plonc</a> and <a href="https://soundcloud.com/lutz108" target="_blank" style="color: var(--secondary-color);">lutz</a>)
</p>
<a href="./assets/202404_PT-II_flyer_quadrat_1.jpg" target="_blank"><img class="flyer" src="./assets/202404_PT-II_flyer_quadrat_cancelled.jpg" alt="Flyer of LEO Pt. 2"></a>
</div>
</div>
<div class="legal">
<a href="privacy.html" style="color: var(--secondary-color);">|privacy|</a>
</div>
</body>
</html>