-
Notifications
You must be signed in to change notification settings - Fork 0
/
riite.html
57 lines (53 loc) · 1.59 KB
/
riite.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
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>RITE</title>
</head>
<body>
<div class="main-title-div">
<a class="main-title" href="index.html">RITE</a>
</div>
<div class="nav">
<div class="nav-button">
<a href="rite.html">I</a>
</div>
<div class="nav-button">
<a href="riite.html">RIITE</a>
</div>
<div class="nav-button">
<a href="riiite.html">III</a>
</div>
<div class="nav-button">
<a href="xmap.html">×</a>
</div>
<div class="nav-button">
<a class="h-link" href="horticulture.html">H</a>
</div>
</div>
<div class="strip">
<div class="img-div-1">
<img id="rite-strobe" src="images/ii/RITE-text-strobe.gif" alt="Animated RITE logo">
</div>
<div class="body-div">
<p class="body-para">
The second RITE party took place at Islington Mill in February 2017.
</p>
</div>
</div>
<div class="strip">
<div class="img-div-2">
<img id="good-vibes" src="images/ii/live-art-dancing-good-vibes.gif" alt="Live art, dancing, good vibes">
</div>
</div>
<div class="strip">
<div class="img-div-2">
<img id="good-vibes" src="images/ii/RITE2 Poster.jpg" alt="Live art, dancing, good vibes">
</div>
</div>
<footer>
<p>Made by <a target="_blank" href="https://johnnymcqua.de/">johnnymcqua.de</a></p>
</footer>
</body>
</html>