-
Notifications
You must be signed in to change notification settings - Fork 0
/
ultrapass.html
261 lines (250 loc) · 8.28 KB
/
ultrapass.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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
---
layout: default
title: ULTRAPASS
description: Our official collector token, offering exclusive access to projects led by our collective of artists and creators.
permalink: /ultrapass
id: ultrapass
image: /assets/images/ultradao-cover.png
---
<div class="lg:flex lg:items-center lg:justify-between pt-20 sm:pt-24 pb-4">
<div class="flex-1 min-w-0">
<h1 class="mb-8 md:mb-4 pb-0">ULTRAPASS™</h1>
<div class="flex flex-col sm:flex-row sm:flex-wrap">
<p
class="flex items-center font-light text-2xl text-neutral-400 mb-8 max-w-2xl"
>
A members-only community of 500 NFT collectors with access to events,
curated drops, and more.
</p>
</div>
</div>
</div>
<picture>
<source
srcset="
./assets/images/[email protected] 2x,
./assets/images/ultrapass-header-min.png
"
media="(min-width: 600px)"
/>
<img
srcset="
./assets/images/[email protected] 2x,
./assets/images/ultrapass-header-mobile-min.png
"
src="./assets/images/ultrapass-header-mobile-min.png"
alt="UltraDAO"
/>
</picture>
<div class="{{ page.markdown }} max-w-none leading-6 py-8">
<div class="w-full max-w-none py-8 max-w-prose prose">
<h2>
Access drops from our decentralized creative studio experimenting with
art, entertainment media, and decentralized project ownership—all on
the blockchain.
</h2>
<p>
ULTRAPASS is our official collector token providing access to thousands of
the world's greatest artists, creators, and drops. By minting an ULTRAPASS
you will receive an ERC-721 token that gets you into exclusive drops from
the top creators in web3.
</p>
</div>
</div>
<div>
<div class="mx-auto py-16 lg:py-24 lg:grid lg:grid-cols-3 lg:gap-x-8">
<div>
<h2 class="text-base uppercase tracking-wide color-green-600">
exclusive access
</h2>
<p class="mt-2 text-3xl">Member Benefits</p>
<p class="mt-4 text-lg font-light">
ULTRAPASS™ members gain access to exclusive drops, events, and
more over a three year membership period.
</p>
</div>
<div class="mt-12 lg:mt-0 lg:col-span-2">
<dl
class="space-y-10 sm:space-y-0 sm:grid sm:grid-cols-2 sm:grid-rows-3 sm:grid-flow-row sm:gap-x-6 sm:gap-y-10 lg:gap-x-8"
>
<div class="relative">
<dt>
<!-- Heroicon name: outline/check -->
<svg
class="absolute h-6 w-6 text-green-500"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
aria-hidden="true"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/>
</svg>
<p class="ml-9 text-lg leading-6 font-medium">Discord community</p>
</dt>
<dd class="mt-2 ml-9 text-base font-light">
Join a private group of 1,000 dedicated NFT collectors and connect
with UltraDAO creators.
</dd>
</div>
<div class="relative">
<dt>
<!-- Heroicon name: outline/check -->
<svg
class="absolute h-6 w-6 text-green-500"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
aria-hidden="true"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/>
</svg>
<p class="ml-9 text-lg leading-6 font-medium">
Exclusive drop access
</p>
</dt>
<dd class="mt-2 ml-9 text-base font-light">
Curated drops,
<a href="/twelve-days-of-cryptoart">Twelve Days of Cryptoart</a>,
allowlists, and online events curated by UltraDAO creators.
</dd>
</div>
<div class="relative">
<dt>
<!-- Heroicon name: outline/check -->
<svg
class="absolute h-6 w-6 text-green-500"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
aria-hidden="true"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/>
</svg>
<p class="ml-9 text-lg leading-6 font-medium">
Educational resources
</p>
</dt>
<dd class="mt-2 ml-9 text-base font-light">
Learn from some of the top collectors and investors in the space
with exclusive interviews and guides.
</dd>
</div>
<div class="relative">
<dt>
<!-- Heroicon name: outline/check -->
<svg
class="absolute h-6 w-6 text-green-500"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
aria-hidden="true"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/>
</svg>
<p class="ml-9 text-lg leading-6 font-medium">
Access to Virtual & IRL events
</p>
</dt>
<dd class="mt-2 ml-9 text-base font-light">
Artist galleries and showcases at ULTRAPASS events worldwide.
</dd>
</div>
<div class="relative">
<dt>
<!-- Heroicon name: outline/check -->
<svg
class="absolute h-6 w-6 text-green-500"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
aria-hidden="true"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/>
</svg>
<p class="ml-9 text-lg leading-6 font-medium">Staking Rewards</p>
</dt>
<dd class="mt-2 ml-9 text-base font-light">
Stake ULTRAPASS to level up and unlock special drops and rewards.
</dd>
</div>
<div class="relative">
<dt>
<!-- Heroicon name: outline/check -->
<svg
class="absolute h-6 w-6 text-green-500"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
aria-hidden="true"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/>
</svg>
<p class="ml-9 text-lg leading-6 font-medium">SEGMINTS™</p>
</dt>
<dd class="mt-2 ml-9 text-base font-light">
Each pass comes with one of six different art categories eligible
for smaller edition drops by UltraDAO artists.
</dd>
</div>
</dl>
</div>
</div>
</div>
<div id="join-ultradao">
<div
class="max-w-7xl mx-auto text-center py-12 px-4 sm:px-6 lg:py-16 lg:px-8"
>
<h2 class="text-3xl font-light tracking-tight sm:text-4xl">
<span class="block">Join the ULTRAPASS™ community.</span>
</h2>
<p class="font-light">
Join the premier membership for digital art collectors.
</p>
<div class="mt-8 flex justify-center">
<div class="inline-flex rounded-md shadow">
<a
href="https://opensea.io/collection/ultrapass"
class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700"
>
Browse Secondary Listings
</a>
</div>
</div>
</div>
</div>