-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (48 loc) · 1.86 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Scorpion, Frog | Sophia Giovannitti</title>
<script src="https://cdn.tailwindcss.com?plugins=typography,aspect-ratio,line-clamp"></script>
<style>
body {
font-family: 'Helvetica', 'Arial', sans-serif;
}
</style>
</head>
<body>
<div class="max-w-xl m-auto w-full">
<header class="m-auto w-full my-8 text-xs">
<h1><span class="italic">Scorpion, Frog</span> is a lecture. </h1>
<br>
<p><span class="italic">Scorpion, Frog</span> will show in preview/prototype at</p>
<p>Sophia Zero Inc. – 5 East Broadway, Suite 301</p>
<br>
<p>April 18 – May 12, 2023</p>
<p>16 nights, 10 seats per night</p>
<br>
<p>Refreshments and restrooms will be available.</p>
<br>
<a class="text-orange-700 hover:underline hover:text-orange-200"
href="https://calendly.com/scorpionfrog/lecture">Reserve seating here.</a>
<br>
<br>
<p>Sophia Zero Inc. is on the third floor of a building with no elevator; it is not wheelchair-accessible. If you
have particular seating needs or access questions, please contact <a
class="text-orange-700 hover:underline hover:text-orange-200"
href="mailto:[email protected]">[email protected]</a>.</p>
</header>
<div class="m-auto w-full max-w-xl leading-5">
<img src="./scorpion-frog-site.png"
alt="Screenshot of Monica Bellucci, subtitle reads: I'll give you what you want but you have to give me something">
</div>
</div>
<footer class="m-auto w-full my-8 text-xs">
<div class="m-auto w-full max-w-xl leading-5">
<p>Sophia Giovannitti (b. 1992) is a conceptual artist based in New York.</p>
<br>
</div>
</footer>
</body>
</html>