-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
163 lines (155 loc) · 5.35 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<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>"
/>
<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">
<p class="scroll-scroll">(📜, 📜)</p>
<h1 class="available">Refunds are now available, you have two choices:</h1>
<div class="refund-button">
<a
class="cta-link main-cta refund-cta"
target="_blank"
rel="noreferrer"
href="https://juicebox.money/#/p/constitutiondao"
>
☞ Go to Juicebox
</a>
</div>
<div class="options">
<div class="option">
<h2>Claim</h2>
<p>
Claiming will deposit your unclaimed $PEOPLE token into your wallet.
</p>
<div
style="
position: relative;
padding-bottom: 64.63195691202873%;
height: 0;
"
>
<iframe
class="loom"
src="https://www.youtube.com/embed/iXR8DM3fM4w"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
style="
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
"
></iframe>
</div>
</div>
<div class="option">
<h2>Redeem</h2>
<p>
<strong>Redeeming will burn your claimed/unclaimed $PEOPLE token in exchange
for ETH at a 1 ETH : 1,000,000 $PEOPLE ratio.</strong> In other words, "exchange $PEOPLE for its original value (minus gas fees) at contribution"
</p>
<div
style="
position: relative;
padding-bottom: 64.63195691202873%;
height: 0;
"
>
<iframe
class="loom"
src="https://www.loom.com/embed/a3ef6b98f557401086c946ca7dd547cd"
frameborder="0"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen
style="
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
"
></iframe>
</div>
</div>
</div>
<div class="refund">
<p>
<strong
>ConstitutionDAO (2021-2021) was a beautiful experiment in a
single-purpose DAO.</strong
>
We now 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.
</p>
<p>
Having lost the auction and following the core team's
choice to wind down, we would like to remind you that the tokens possess no rights,
governance, or utility other than redeeming them for ethereum from the smart contract
held in Juicebox at a ratio of 1,000,000:1—the same ratio at which contributions
were made to the initial crowdfund to buy the Constitution.
</p>
<p>
It is also an option to keep your $PEOPLE tokens and do with them as you please—it is
clear that there are parts of the community who wish to incorporate them into future
projects. <strong>ConstitutionDAO cannot and will not endorse any future plans for the token.
Nothing in here is financial advice. Do your own research.</strong>
</p>
<div class="refund-button" style="margin-bottom: 1rem;">
<a
class="cta-link main-cta refund-cta"
target="_blank"
rel="noreferrer"
href="https://juicebox.money/#/p/constitutiondao"
>
☞ Go to Juicebox
</a>
</div>
</div>
</div>
</body>
</html>