-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
61 lines (46 loc) · 1.99 KB
/
about.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>DAOchem</title>
<link rel="stylesheet" href="css/daochem.css">
<link rel="stylesheet" href="css/daochem.css">
<link rel="shortcut icon" type="image/png" href="https://daochem.nyc3.digitaloceanspaces.com/daochem.png"/>
<meta name="description" content="DAOchem">
<meta name="author" content="DAOchem">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<h1>DAOchem</h1>
</header>
<nav class="nav">
<a href="/daochem-website">home</a>
<a href="/daochem-website/daochem-website/factories">dao factories</a>
<a href="/daochem-website/twitter">dao tweets</a>
<a href="/daochem-website/sentiment">dao sentiment</a>
<a href="/daochem-website/about">about</a>
</nav>
<main class="content">
In its current form, DAOchem was built by Lucia Korpas and supported by
<a href="https://metagov.org/">Metagov</a>. If you appreciated DAOchem, you'll
probably be interested in Metagov's other work. You can find Lucia on
<a href="https://github.com/notchia/">GitHub</a> and <a href="https://daochem-website/twitter.com/luciakorpas">Twitter</a>.
<p>The original version deployed at ETHDenver was a four-person effort! Tons of thanks to
<a href="https://daochem-website/twitter.com/renegaderegen">Sage Shelton</a> for survey development and distribution,
<a href="https://github.com/sqnguyen00">Son Nguyen</a> for preliminary analysis of Twitter and
Boardroom.info data, and <a href="https://github.com/strykerin">strykerin</a> for full-stack development.
Thanks also to Noam from <a href="https://deepdao.io/">DeepDAO</a> for providing data to help us link on- and off-chain data sources.</p>
</main>
<footer class="footer">
<p>For further information, check out: </p>
<ul>
<li><a href="https://github.com/notchia/daochem"><b>the project on github</b></a>
<li><a href="https://metagov.org/"><b>our parent organization, metagov</b></a>
</ul>
</footer>
</body>
</html>