forked from ConstitutionDAO/www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (125 loc) · 4.76 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<html>
<head>
<title>ConstitutionDAO</title>
<link rel="stylesheet" href="styles.css" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📜</text></svg>"
/>
<script defer="true" src="assets/scripts/tilt.js"></script>
<script defer="true" src="assets/scripts/progress.js"></script>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://constitutiondao.com/assets/images/preview-banner.jpg?utm_source=twitter"
/>
<meta name="twitter:title" content="ConstitutionDAO" />
<meta
name="twitter:description"
content="what if we held hands and bought the constitution together?"
/>
<meta property="og:title" content="ConstitutionDAO" />
<meta
property="og:description"
content="what if we held hands and bought the constitution together?"
/>
<meta
property="og:image"
content="https://constitutiondao.com/assets/images/preview-banner.jpg?utm_source=twitter"
/>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-NFTGPTJK0T"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-NFTGPTJK0T");
</script>
</head>
<body>
<div class="center container" style="text-align: center">
<!-- <div class="title">
We're buying the constitution and it will be governed by the people.
</div> -->
<p class="scroll-scroll">(📜, 📜)</p>
<!-- <h1 class="percent" id="percent">brb buying the Constitution 🤪</h1> -->
<div class="refund">
<h1>Refunds are now available.</h1>
<p>Hi everyone,</p>
<p>
This project has been such an incredible experience, and we are so
honored and appreciative to have been on this journey with you.
</p>
<p>
We know that everyone is eager to hear what the next steps for
ConstitutionDAO are, and we’ve been deeply exploring several options
for this over the last four days. While we would very much like to
have been able to do so, we have determined that building and
maintaining an ongoing project is not something that we as a core team
are able to support, given the technical and administrative
requirements of doing it properly.
</p>
<p>Given this, we believe this project has run its course.</p>
<p>
The community has taken all actions that it was organized to accomplish:
we raised capital, we bid at Sotheby’s, and upon losing, we made full
refunds available to the community as promised. <strong>At this time we want
to encourage anyone who has been waiting to claim their refund to do
so. There is no time limit on claiming these refunds.</strong> The Discord will
be left open for 14 days for discussion, and then will shift to
read-only.
</p>
<p>
This project was a landmark event that showed the entire world that a
group of internet friends can use the power of web3 to face a
seemingly insurmountable goal and achieve incredible results on an
impossible timeline. It is our sincere hope that this project will
spark many others that take inspiration from the enthusiasm and
accomplishments of everyone involved to use the power of web3 to make
a positive impact on the world.
</p>
<p>
We love you all, and are truly humbled to have been part of history
together.
</p>
<p>Sincerely, The ConstitutionDAO Team</p>
<a
class="cta-link main-cta"
target="_blank"
rel="noreferrer"
href="https://juicebox.money/#/p/constitutiondao"
>
☞ Claim your refund
</a>
</div>
<div class="links">
<div class="button-row">
<a
class="cta-link"
target="_blank"
rel="noreferrer"
href="https://twitter.com/constitutiondao"
>Follow us</a
>
<a
class="cta-link"
target="_blank"
rel="noreferrer"
href="https://discord.gg/p2jdESeVfy"
>Join our Discord</a
>
</div>
</div>
<p>
For press inquiries, please contact
<a href="mailto:[email protected]">[email protected]</a
>.
</p>
</div>
</body>
</html>