-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlivefalse.html
90 lines (71 loc) · 2.56 KB
/
livefalse.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<title>Upcoming events</title>
<meta name="description" content="Eli Orion and the Everything">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/livefalse-styles.css">
<link rel="shortcut icon" href="media/images/tv.png">
</head>
<body>
<div class="spacer"></div>
<div class="shows">
<h1 class="showsheader">Upcoming events</h1>
<a class="showsrsvp" href="https://mailchi.mp/b9851fac2fc5/eli-orion">RSVP</a>
<div class="spacer"></div>
<div class="showslist">
<!--ALREADY HAPPENED
<div class="show">
<p class="showdate">january 17th, 2025</p>
<p class="showlocation">beta basement</p>
<p class="showbill">with callback and lake drive</p>
</div>
<div class="show">
<p class="showdate">february 6th, 2025</p>
<p class="showlocation">rsvp for secret venue</p>
<p class="showbill">solo</p>
</div>
<div class="show">
<p class="showdate">february 8th, 2025</p>
<p class="showlocation">falcon nest, milwaukee, wisconsin</p>
<p class="showbill">with fugu, oogwé, and frantic repair</p>
</div>
-->
<!--IN THE WORKS
<div class="show">
<p class="showdate"> , 2025</p>
<p class="showlocation">beta basement</p>
<p class="showbill">with </p>
</div>
<a href="">
<div class="show">
<p class="showdate">may , 2025</p>
<p class="showlocation">gibson music hall, appleton, wi</p>
<p class="showbill">with noir, fugu, and superglue</p>
</div>
</a>
-->
<a href="">
<div class="show">
<p class="showdate"></p>
<p class="showlocation"></p>
<p class="showbill"></p>
</div>
</a>
</div>
</div>
<div class="spacer"> </div>
<div class="spacer"> </div>
<div class="spacer"> </div>
<div class="spacer"> </div>
<div class="spacer"> </div>
<div class="spacer"> </div>
<div class="spacer"> </div>
<div class="spacer"> </div>
<div class="spacer"> </div>
<div class="spacer"> </div>
<div class="spacer"> </div>
<p> </p>
</body>
</html>