-
Notifications
You must be signed in to change notification settings - Fork 1
/
lab.html
235 lines (217 loc) · 8.16 KB
/
lab.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
<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>2023 Crypto Summer Lab</title>
</head>
<header
class="fixed 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-yellow-500"
>
<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>
<body class="bg-black text-white">
<!-- Hack -->
<div class="h-28"></div>
<!-- End Hack -->
<div class="m-auto flex max-w-5xl flex-col justify-center py-2 px-3">
<h1 class="text-2xl font-extrabold md:text-4xl">
2023 Crypto Summer Lab
</h1>
<div class="my-4 border-2 border-yellow-500"></div>
<h3 class="text-base font-bold md:text-2xl">
Sponsored by Polychain Capital and Lightspeed
</h3>
<p class="text-base md:text-xl">May 22 - June 30th (6 weeks)</p>
<p class="text-base md:text-xl">Austin, TX</p>
<div class="py-1"></div>
<img class="object-cover lg:h-96" src="./public/students.png" alt="" />
<div class="py-2"></div>
<p class="text-xs md:text-lg">
The 2023 Crypto Startup Summer School, Sponsored by Polychain Capital,
is announced. This startup school is an in-person event in Austin TX.
</p>
<div class="py-2"></div>
<div class="flex items-center">
<button
class="flex items-center space-x-3 rounded-md bg-yellow-500 px-5 py-2 text-xs font-extrabold text-black md:px-10 md:text-base"
>
<a href="https://form.jotform.com/230568123902048">APPLY NOW</a>
<svg
width="33"
height="13"
viewBox="0 0 33 13"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M22.4373 0.840334L32.4373 6.61384L22.4373 12.3873L22.4373 9L0.801269 9L0.801269 4L22.4373 4L22.4373 0.840334Z"
fill="black"
/>
</svg>
</button>
</div>
<div class="mt-4 mb-16 border border-yellow-500"></div>
<div class="max-w-5xl self-center">
<p class="text-2xl md:text-3xl">FAQ's</p>
<div class="py-2"></div>
<section class="space-y-7">
<div class="space-y-1 text-sm md:text-lg">
<div>
<span class="font-bold text-yellow-500">A.</span>
<span class="font-bold"
>What are the costs associated with the school?</span
>
</div>
<p>
Response: The startup school is FREE for all participants. All
lectures, facilities, housing and other resources are provided at
no cost.
</p>
</div>
<div class="space-y-1 text-sm md:text-lg">
<div>
<span class="font-bold text-yellow-500">B.</span>
<span class="font-bold"
>What material will be covered at the 2023 CSSS?</span
>
</div>
<p>
Response: The 2023 CSSS will focus on applied cryptography,
infrastructure systems, gaming and related domains. Topics covered
include zero-knowledge systems and protocols, multi-party
computation, design of infrastructure systems and many other
topics.
</p>
</div>
<div class="space-y-1 text-sm md:text-lg">
<div>
<span class="font-bold text-yellow-500">C.</span>
<span class="font-bold"
>Is the startup school restricted to registered full time
students?</span
>
</div>
<p>
Response: The 2023 CSSS is open to all participants, you need not
be a registered student to apply.
</p>
</div>
<div class="space-y-1 text-sm md:text-lg">
<div>
<span class="font-bold text-yellow-500">D.</span>
<span class="font-bold">Do I need a startup idea to apply?</span>
</div>
<p>
Response: Yes, the 2023 CSSS is for startups, and you need to
apply with a startup idea/pitch. Both individuals and teams with
startup ideas are welcome to apply.
</p>
</div>
<div class="space-y-1 text-sm md:text-lg">
<div>
<span class="font-bold text-yellow-500">E.</span>
<span class="font-bold"
>What stage(s) of startups will be accepted?</span
>
</div>
<p>
Response: We are stage-agnostic, and all startups will be
considered
</p>
</div>
<div class="space-y-1 text-sm md:text-lg">
<div>
<span class="font-bold text-yellow-500">F.</span>
<span class="font-bold"
>Is the 2023 CSSS in person? Can I be remote?</span
>
</div>
<p>
Response: The 2023 CSSS is strictly in person, and you are
required to participate in person for the entire duration of the
program. Remote participation is not permitted.
</p>
</div>
<div class="space-y-1 text-sm md:text-lg">
<div>
<span class="font-bold text-yellow-500">G.</span>
<span class="font-bold"
>Is housing and other facilities provided to all
participants?</span
>
</div>
<p>
Response: Yes, private co-ed housing (with shared bathrooms) will
be provided for free for all selected participants at The
University of Texas, Austin campus. Lecture halls, collaboration
spaces and other facilities will also be available to all
participants in the program.
</p>
</div>
</section>
</div>
</div>
<div class="py-32"></div>
<footer
class="flex flex-col justify-between space-y-10 px-3 pb-10 md:flex-row md:space-y-0 md:px-5 lg:px-12"
>
<div class="space-y-1 md:space-y-4">
<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-yellow-500"
>
<span>THE WEB3 INCUBATOR </span>
<span class="block md:inline">FOUNDATION</span>
</span>
</div>
</div>
<p>© 2022</p>
<p class="max-w-sm">
<!-- Optional Extra tag here -->
</p>
</div>
<div class="flex flex-col space-y-1 md:space-y-4">
<div>About Us</div>
<div>Terms of Service</div>
<div>Community</div>
<div>Privacy Policy</div>
</div>
</footer>
</body>
</html>