-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 1.58 KB
/
index.html
File metadata and controls
43 lines (42 loc) · 1.58 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>subassembly: reputation, trust, and sovereign identity</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="title-group">
<div class="overline">foothills of mount rainier</div>
<div class="title">subassembly</div>
<div class="subtitle">october 20 - 22</div>
</div>
<div class="home-content">
<a href="./details.html" class="button">view event details</a>
<a href="./manifesto.html" class="button">read the manifesto</a>
<a href="./hackathon.html" class="button">join the hackathon</a>
</div>
<div class="sponsor-group">
<div class="sponsor-copy">brought to you by</div>
<div class="sponsor-box">
<a href="https://tocwexsyndicate.com">
<img
style="width: 250px"
src="./assets/Tocwex Syndicate Wordmark.png"
alt="~tocwex.syndicate"
/>
</a>
</div>
<div class="sponsor-box">
<a href="https://dalten.org"
><img
style="width: 150px"
src="./assets/dalten collective.png"
alt="dalten collective"
/>
</a>
</div>
</div>
</body>
</html>