-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (61 loc) · 2.62 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=.4">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Codie</title>
<link href="https://fonts.googleapis.com/css?family=Gravitas+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body class="cover">
<main>
<section class="shows">
<h4>⚡️ N E X T ⚡️⚡️ S H O W S ⚡️ <br />
<span class="show-info">April 8, <a href="https://linktr.ee/hi_codie">Algorave, Depillars Gallery, VCU,</a> Richmond, VA</span><br />
<span class="show-info">April 1–13, <a href="https://linktr.ee/hi_codie">Alone | Together, Depillars Gallery, VCU,</a> Richmond, VA</span><br />
<span class="show-info"><a href="./alone-together.html">↠ show notes</a></span>
</h4>
<h3> </h3>
</section>
<section>
<h2>👩🏽🚀 👩🏻🚀 👩🏾🚀</h2>
<h1>codie</h1>
<div class="interstitial">▽▽▽</div>
<h3>is a live-code trio distributed through space</h3>
<h3>
<a href="https://www.instagram.com/melodycodes/">melody loveless</a> ☾
<a href="https://twitter.com/sicchio">kate sicchio</a> ☾
<a href="https://twitter.com/superSGP">sarah groff hennigh-palermo</a>
</h3>
<div class="interstitial">▽▽</div>
<h4 class="ontheweb">SHOW CLIPS, ANNOUNCEMENTS AND FILMS</h4>
<h3>
<a class="outward" href="https://twitter.com/hi_codie">twitter</a> ◘
<a class="outward" href="https://www.instagram.com/hi_codie/">insta</a> ◘
<a class="outward" href="https://vimeo.com/hicodie">vimeo</a>
</h3>
<div class="interstitial">▽</div>
</section>
<section class="form">
<form
style="padding:3px;text-align:center;"
action="https://tinyletter.com/codie"
method="post"
target="popupwindow"
onsubmit="window.open('https://tinyletter.com/codie', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true">
<p>
<label for="tlemail">or enter your email address to get news about Codie shows and projects</label>
</p>
<p>
<input type="text" name="email" id="tlemail" />
<input type="submit" value="✨ Subscribe ✨" />
</p>
<input type="hidden" value="1" name="embed"/>
<p><a href="https://tinyletter.com" target="_blank">powered by TinyLetter</a></p>
</form>
</section>
</main>
</body>
</html>