-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
391 lines (388 loc) · 16.7 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
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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="./dist/styles.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans"
/>
<title>ChainHub - THE WEB3 INCUBATOR FOUNDATION</title>
</head>
<body class="bg-black text-white">
<header
class="fixed z-20 flex h-28 w-full items-center justify-between bg-black px-3 lg:px-12"
>
<div class="flex max-w-lg space-x-2">
<img src="./public/logo.svg" alt="ChainHub" />
<div>
<span class="text-xl -tracking-wider md:text-3xl">
<span class="font-bold">Chain</span>
<span class="font-thin">Hub</span>
</span>
<span
class="absolute block max-w-sm text-[8px] tracking-[0.2em] text-[#FFC000]"
>
<span>THE WEB3 INCUBATOR </span>
<span class="block md:inline">FOUNDATION</span>
</span>
</div>
</div>
<a
class="inline cursor-pointer rounded-md border border-[#FFC000] py-2 px-2 text-xs font-extrabold text-[#FFC000] md:px-8 md:text-base"
href="https://form.jotform.com/230568123902048"
>
APPLY NOW
</a>
</header>
<!-- Hack -->
<div class="h-28"></div>
<div
class="h-16 items-center space-x-5 overflow-x-hidden whitespace-nowrap bg-black text-xs sm:flex sm:text-base"
>
<div class="flex space-x-3">
<svg
width="37"
height="37"
viewBox="0 0 37 37"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M34.8944 18.1077C34.8944 27.4658 27.4338 35.0191 18.2709 35.0191C9.10798 35.0191 1.64737 27.4658 1.64737 18.1077C1.64737 8.74957 9.10798 1.1962 18.2709 1.1962C27.4338 1.1962 34.8944 8.74957 34.8944 18.1077Z"
stroke="white"
stroke-width="2.39239"
/>
<path
d="M10.7988 16.9115C10.1382 16.9115 9.60263 17.447 9.60263 18.1077C9.60263 18.7683 10.1382 19.3039 10.7988 19.3039V16.9115ZM26.5899 18.9535C27.057 18.4864 27.057 17.729 26.5899 17.2618L18.9773 9.64928C18.5102 9.18213 17.7528 9.18213 17.2856 9.64928C16.8185 10.1164 16.8185 10.8738 17.2856 11.341L24.0523 18.1077L17.2856 24.8744C16.8185 25.3415 16.8185 26.0989 17.2856 26.5661C17.7528 27.0332 18.5102 27.0332 18.9773 26.5661L26.5899 18.9535ZM10.7988 19.3039H25.744V16.9115H10.7988V19.3039Z"
fill="white"
/>
</svg>
<div>
<p class="text-xl">News! 2023 Summer Crypto Lab</p>
<p class="text-sm">Sponsored by Polychain Capital</p>
</div>
</div>
<div class="flex space-x-3">
<svg
width="37"
height="37"
viewBox="0 0 37 37"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M34.8944 18.1077C34.8944 27.4658 27.4338 35.0191 18.2709 35.0191C9.10798 35.0191 1.64737 27.4658 1.64737 18.1077C1.64737 8.74957 9.10798 1.1962 18.2709 1.1962C27.4338 1.1962 34.8944 8.74957 34.8944 18.1077Z"
stroke="white"
stroke-width="2.39239"
/>
<path
d="M10.7988 16.9115C10.1382 16.9115 9.60263 17.447 9.60263 18.1077C9.60263 18.7683 10.1382 19.3039 10.7988 19.3039V16.9115ZM26.5899 18.9535C27.057 18.4864 27.057 17.729 26.5899 17.2618L18.9773 9.64928C18.5102 9.18213 17.7528 9.18213 17.2856 9.64928C16.8185 10.1164 16.8185 10.8738 17.2856 11.341L24.0523 18.1077L17.2856 24.8744C16.8185 25.3415 16.8185 26.0989 17.2856 26.5661C17.7528 27.0332 18.5102 27.0332 18.9773 26.5661L26.5899 18.9535ZM10.7988 19.3039H25.744V16.9115H10.7988V19.3039Z"
fill="white"
/>
</svg>
<div>
<p class="text-xl">News! 2023 Summer Crypto Lab</p>
<p class="text-sm">Sponsored by Polychain Capital</p>
</div>
</div>
<div class="flex space-x-3">
<svg
width="37"
height="37"
viewBox="0 0 37 37"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M34.8944 18.1077C34.8944 27.4658 27.4338 35.0191 18.2709 35.0191C9.10798 35.0191 1.64737 27.4658 1.64737 18.1077C1.64737 8.74957 9.10798 1.1962 18.2709 1.1962C27.4338 1.1962 34.8944 8.74957 34.8944 18.1077Z"
stroke="white"
stroke-width="2.39239"
/>
<path
d="M10.7988 16.9115C10.1382 16.9115 9.60263 17.447 9.60263 18.1077C9.60263 18.7683 10.1382 19.3039 10.7988 19.3039V16.9115ZM26.5899 18.9535C27.057 18.4864 27.057 17.729 26.5899 17.2618L18.9773 9.64928C18.5102 9.18213 17.7528 9.18213 17.2856 9.64928C16.8185 10.1164 16.8185 10.8738 17.2856 11.341L24.0523 18.1077L17.2856 24.8744C16.8185 25.3415 16.8185 26.0989 17.2856 26.5661C17.7528 27.0332 18.5102 27.0332 18.9773 26.5661L26.5899 18.9535ZM10.7988 19.3039H25.744V16.9115H10.7988V19.3039Z"
fill="white"
/>
</svg>
<div>
<p class="text-xl">News! 2023 Summer Crypto Lab</p>
<p class="text-sm">Sponsored by Polychain Capital</p>
</div>
</div>
<div class="flex space-x-3">
<svg
width="37"
height="37"
viewBox="0 0 37 37"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M34.8944 18.1077C34.8944 27.4658 27.4338 35.0191 18.2709 35.0191C9.10798 35.0191 1.64737 27.4658 1.64737 18.1077C1.64737 8.74957 9.10798 1.1962 18.2709 1.1962C27.4338 1.1962 34.8944 8.74957 34.8944 18.1077Z"
stroke="white"
stroke-width="2.39239"
/>
<path
d="M10.7988 16.9115C10.1382 16.9115 9.60263 17.447 9.60263 18.1077C9.60263 18.7683 10.1382 19.3039 10.7988 19.3039V16.9115ZM26.5899 18.9535C27.057 18.4864 27.057 17.729 26.5899 17.2618L18.9773 9.64928C18.5102 9.18213 17.7528 9.18213 17.2856 9.64928C16.8185 10.1164 16.8185 10.8738 17.2856 11.341L24.0523 18.1077L17.2856 24.8744C16.8185 25.3415 16.8185 26.0989 17.2856 26.5661C17.7528 27.0332 18.5102 27.0332 18.9773 26.5661L26.5899 18.9535ZM10.7988 19.3039H25.744V16.9115H10.7988V19.3039Z"
fill="white"
/>
</svg>
<div>
<p class="text-xl">News! 2023 Summer Crypto Lab</p>
<p class="text-sm">Sponsored by Polychain Capital</p>
</div>
</div>
<div class="flex space-x-3">
<svg
width="37"
height="37"
viewBox="0 0 37 37"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M34.8944 18.1077C34.8944 27.4658 27.4338 35.0191 18.2709 35.0191C9.10798 35.0191 1.64737 27.4658 1.64737 18.1077C1.64737 8.74957 9.10798 1.1962 18.2709 1.1962C27.4338 1.1962 34.8944 8.74957 34.8944 18.1077Z"
stroke="white"
stroke-width="2.39239"
/>
<path
d="M10.7988 16.9115C10.1382 16.9115 9.60263 17.447 9.60263 18.1077C9.60263 18.7683 10.1382 19.3039 10.7988 19.3039V16.9115ZM26.5899 18.9535C27.057 18.4864 27.057 17.729 26.5899 17.2618L18.9773 9.64928C18.5102 9.18213 17.7528 9.18213 17.2856 9.64928C16.8185 10.1164 16.8185 10.8738 17.2856 11.341L24.0523 18.1077L17.2856 24.8744C16.8185 25.3415 16.8185 26.0989 17.2856 26.5661C17.7528 27.0332 18.5102 27.0332 18.9773 26.5661L26.5899 18.9535ZM10.7988 19.3039H25.744V16.9115H10.7988V19.3039Z"
fill="white"
/>
</svg>
<div>
<p class="text-xl">News! 2023 Summer Crypto Lab</p>
<p class="text-sm">Sponsored by Polychain Capital</p>
</div>
</div>
<div class="flex space-x-3">
<svg
width="37"
height="37"
viewBox="0 0 37 37"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M34.8944 18.1077C34.8944 27.4658 27.4338 35.0191 18.2709 35.0191C9.10798 35.0191 1.64737 27.4658 1.64737 18.1077C1.64737 8.74957 9.10798 1.1962 18.2709 1.1962C27.4338 1.1962 34.8944 8.74957 34.8944 18.1077Z"
stroke="white"
stroke-width="2.39239"
/>
<path
d="M10.7988 16.9115C10.1382 16.9115 9.60263 17.447 9.60263 18.1077C9.60263 18.7683 10.1382 19.3039 10.7988 19.3039V16.9115ZM26.5899 18.9535C27.057 18.4864 27.057 17.729 26.5899 17.2618L18.9773 9.64928C18.5102 9.18213 17.7528 9.18213 17.2856 9.64928C16.8185 10.1164 16.8185 10.8738 17.2856 11.341L24.0523 18.1077L17.2856 24.8744C16.8185 25.3415 16.8185 26.0989 17.2856 26.5661C17.7528 27.0332 18.5102 27.0332 18.9773 26.5661L26.5899 18.9535ZM10.7988 19.3039H25.744V16.9115H10.7988V19.3039Z"
fill="white"
/>
</svg>
<div>
<p class="text-xl">News! 2023 Summer Crypto Lab</p>
<p class="text-sm">Sponsored by Polychain Capital</p>
</div>
</div>
</div>
<!-- End Hack -->
<div class="flex w-full items-center bg-[#FFC000]">
<div
class="mx-auto flex max-w-5xl flex-col bg-[#FFC000] py-20 align-middle text-black"
>
<h1 class="text-8xl font-extrabold leading-snug tracking-widest">
Incubating the Frontiers of Web3
</h1>
<div class="flex max-w-5xl">
<p>NOW CALLING FOR APPLICANTS</p>
<div class="flex-grow"></div>
<button>Learn More</button>
</div>
</div>
</div>
<div class="py-10"></div>
<section
class="bg-no-repeat bg-cover bg-center"
style="background-image: url('public/dust.png')"
>
<div class="mx-auto max-w-5xl">
<div class="flex justify-center space-x-10">
<div class="flex w-full flex-col text-5xl font-medium">
<p>Where Web3 &</p>
<br />
<p>academia build,</p>
<br />
<p>pitch, and grow.</p>
</div>
<div class="rounded-full border-2 border-yellow-400"></div>
<div>
<div>
<p class="text-2xl font-bold uppercase tracking-[0.5em]">
Our Mission
</p>
<p class="text-sm text-gray-400">
our mission is to support non-profit and academic blockchain
organizations with the infrastructure to back web3 founders with
grant and seed funding.
</p>
</div>
<div>
<p class="text-2xl font-bold uppercase tracking-[0.5em]">
Our Vision
</p>
<p class="text-sm text-gray-400">
our vision is to expand our hubs across the world, backing
founders from all walks of life in building the decentralized
internet of tomorrow.
</p>
</div>
</div>
</div>
<div class="py-44"></div>
<p class="ml-10 text-3xl font-medium">15 Start Ups</p>
<p class="text-7xl font-extrabold tracking-widest text-[#FFC000]">
$35+ MILLION RAISED
</p>
<div class="py-5"></div>
<p class="max-w-3xl text-gray-400">
founded in 2021 by dr. sriram vishwanath, chainhub has become the
pre-eminent foundation to support university incubators across the
united states. our goal is to support incubators who strive to change
the world through innovation with disruptive technologies.
</p>
</div>
</section>
<div class="mx-auto my-16 max-w-[100px] border border-[#FFC000]"></div>
<section class="text-center">
<p class="text-3xl uppercase tracking-[0.2em]">Partners</p>
<div class="py-2"></div>
<p class="mx-auto max-w-3xl text-3xl text-gray-400">
As a ChainHub Foundation partner Hub, you gain access to our domain
expertise helping you navigate the challenges of building in Web3
</p>
<div class="py-10"></div>
<div class="flex justify-center space-x-16 p-9">
<div class="relative h-96 w-48 bg-white">
<div
class="absolute left-4 bottom-14 flex h-96 w-48 flex-col justify-center border border-white bg-black"
>
<p>Title Of Resource</p>
</div>
<div class="flex h-full flex-col pb-5">
<div class="flex-grow"></div>
<p class="font-extrabold tracking-widest text-black">LEARN MORE</p>
</div>
</div>
<div class="relative h-96 w-48 bg-white">
<div
class="absolute left-4 bottom-14 flex h-96 w-48 flex-col justify-center border border-white bg-black"
>
<p>Title Of Resource</p>
</div>
<div class="flex h-full flex-col pb-5">
<div class="flex-grow"></div>
<p class="font-extrabold tracking-widest text-black">LEARN MORE</p>
</div>
</div>
<div class="relative h-96 w-48 bg-white">
<div
class="absolute left-4 bottom-14 flex h-96 w-48 flex-col justify-center border border-white bg-black"
>
<p>Title Of Resource</p>
</div>
<div class="flex h-full flex-col pb-5">
<div class="flex-grow"></div>
<p class="font-extrabold tracking-widest text-black">LEARN MORE</p>
</div>
</div>
</div>
</section>
<div class="py-10"></div>
<section class="bg-[#FFC000] py-16">
<p class="mb-28 text-center text-6xl font-bold text-black">Latest News</p>
<div class="flex justify-center space-x-20">
<div class="w-44">
<div class="relative flex flex-col items-center bg-black">
<div
class="absolute left-2 -top-5 h-60 w-44 border border-black bg-[#FFC000]"
src=""
alt=""
>
</div>
<img class="invisible h-60 w-64 bg-[#FFC000]" src="" alt="" />
<p
class="-translate-y-2 translate-x-1 text-xs font-extrabold uppercase tracking-widest text-[#FFC000]"
>
Learn More
</p>
</div>
<div class="py-1"></div>
<p class="text-sm text-black">
This is a paragraph with more information about something important.
</p>
</div>
<div class="w-44">
<div class="relative flex flex-col items-center bg-black">
<div
class="absolute left-2 -top-5 h-60 w-44 border border-black bg-[#FFC000]"
src=""
alt=""
>
</div>
<img class="invisible h-60 w-64 bg-[#FFC000]" src="" alt="" />
<p
class="-translate-y-2 translate-x-1 text-xs font-extrabold uppercase tracking-widest text-[#FFC000]"
>
Learn More
</p>
</div>
<div class="py-1"></div>
<p class="text-sm text-black">
This is a paragraph with more information about something important.
</p>
</div>
<div class="w-44">
<div class="relative flex flex-col items-center bg-black">
<div
class="absolute left-2 -top-5 h-60 w-44 border border-black bg-[#FFC000]"
src=""
alt=""
>
</div>
<img class="invisible h-60 w-64 bg-[#FFC000]" src="" alt="" />
<p
class="-translate-y-2 translate-x-1 text-xs font-extrabold uppercase tracking-widest text-[#FFC000]"
>
Learn More
</p>
</div>
<div class="py-1"></div>
<p class="text-sm text-black">
This is a paragraph with more information about something important.
</p>
</div>
</div>
</section>
<footer>
<div class="vh-20 w-full pt-5 pb-20">
<div class="flex flex-col justify-between px-9">
<div class="flex items-center font-[Tinos]">
<div class="text-2xl font-bold">BRS</div>
<div class="h-7 border-r border-black px-1"></div>
<div class="ml-2 text-[8px] font-bold">
BLOCKCHAIN <br />
RESEARCH<br />
SYMPOSIUM<br />
</div>
</div>
<div class="p-3"></div>
<p>AT THE UNIVERSITY OF TEXAS, AUSTIN</p>
<div class="p-1"></div>
<p>© 2023</p>
<div class="p-1"></div>
<p class="max-w-sm">
This is a paragraph with more information about something important.
This something has many uses and is made of 100% recycled material.
</p>
</div>
</div>
</footer>
</body>
</html>