-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
461 lines (458 loc) · 24.8 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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blockchain at UCI</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=5.0" />
<meta name="theme-color" content="#4C9FC8" />
<link type="text/css" rel="stylesheet" href="./styles/main.css" />
<link type="text/css" rel="stylesheet" href="./styles/slider.css" />
<link type="text/css" rel="stylesheet" href="./styles/components.css" />
<link rel="shortcut icon" type="image/x-icon" href="resources/favicon.ico" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Blockchain at UCI</title>
<meta name="title" content="Blockchain at UCI">
<meta name="description" content="The Blockchain club at UC Irvine">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Blockchain at UCI">
<meta property="og:image" content="https://www.blockchainuci.org/resources/banner.png">
<meta property="og:description" content="The Blockchain club at UC Irvine">
<meta property="og:url" content="http://blockchainuci.org">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Blockchain at UCI">
<meta property="twitter:description" content="The Blockchain club at UC Irvine">
<meta property="twitter:image" content="https://www.blockchainuci.org/resources/banner.png">
<!-- "Borrowed" from UCI's SEO lmao -->
<meta name="keywords"
content="blockchain, blockchain technology, blockchain technologies, uci blockchain, uci club, uci blockchain club, uci block, bitcoin, ethereum, eth, sol, solana, crypto, uci crypto, uci crytpotocurrency, cryptocurrency, cryptocurrencies, programming, programmer, computer scientists, data scientists, engineer, classes, courses, tech training, technology training, certificates, relational database, UCI Division of Continuing Education, UCI Continuing Education" />
<meta name="robots" content="all,index,follow" />
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
(function (f, a, t, h, o, m) {
a[h] = a[h] || function () {
(a[h].q = a[h].q || []).push(arguments)
};
o = f.createElement('script'),
m = f.getElementsByTagName('script')[0];
o.async = 1; o.src = t; o.id = 'fathom-script';
m.parentNode.insertBefore(o, m)
})(document, window, '//fathom.t1c.dev/tracker.js', 'fathom');
fathom('set', 'siteId', 'HFPFQ');
fathom('trackPageview');
</script>
<!-- / Fathom -->
</head>
<body>
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
(function (f, a, t, h, o, m) {
a[h] = a[h] || function () {
(a[h].q = a[h].q || []).push(arguments)
};
o = f.createElement('script'),
m = f.getElementsByTagName('script')[0];
o.async = 1; o.src = t; o.id = 'fathom-script';
m.parentNode.insertBefore(o, m)
})(document, window, '//fathom.t1c.dev/tracker.js', 'fathom');
fathom('set', 'siteId', 'HFPFQ');
fathom('trackPageview');
</script>
<!-- / Fathom -->
<!-- MAIN UI ELEMENTS -->
<main class="ui-wrapper page-not-loaded">
<!-- LOADER -->
<div class="loader flex flex--center">
<span class="loader__text">BLOCKCHAIN</span>
</div>
<!-- MAIN MENU -->
<div class="menu">
<ul class="menu-list">
<li class="menu-list__item" data-page="1">ABOUT US</li>
<li class="menu-list__item" data-page="2">WHAT WE DO</li>
<li class="menu-list__item" data-page="3">MEET THE TEAM</li>
<li class="menu-list__item" data-page="4">ADVISORS</li>
<li class="menu-list__item" data-page="5">MAJOR EVENTS</li>
<li class="menu-list__item" data-page="6">SPONSORS</li>
<li class="menu-list__item" data-page="7">CONTACT US</li>
</ul>
</div>
<!-- VIDEO POPUP -->
<div class="popup" data-popup="video">
<iframe width="60%" height="100%" title="Signup form"
src="https://5baa06fa.sibforms.com/serve/MUIEAAq85cwSjG9N9sLFqFUSr-rV3dFeMqmlMomGnfPAkSgJ30FUytIK3cEYmoyWfk613vKopO3hWXpo4QAFy-pD5q_ZmIkuSPTRnZzboh-rltBayzxCJXbggRWYpKuWxDO-UBTFnDbemOCDHx6JfJL6h8wTIPrNSPiOx4e-P5rYi721V10WjgcfPaW3cm31yh6sfbRPEcAMUl7G"></iframe>
</div>
</div>
</div>
<!-- ALL FIXED CONTENT (EG. HEADER, FOOTER) -->
<!-- HEADER -->
<header class="fixed-content-header">
<div class="flex flex--center">
<div class="burger" data-follow>
<div class="burger__line"></div>
<div class="burger__line"></div>
<div class="burger__line"></div>
</div>
<div class="flex flex--center" data-follow><img src="./resources/logo.png" height="100" alt="Logo"></div>
</div>
<div class="fixed-content-header__contact">
<a href="https://forms.gle/oj9doXsTd8nk5McY7" target="_blank">
<button class="button button--primary" data-follow data-page="7">SIGNUP</button>
</a>
<button class="button button--primary" data-follow data-page="7">CONTACT</button>
</div>
</header>
<!-- PAGING -->
<div class="fixed-content-paging">
<div class="paging__page" data-page="0"></div>
<div class="paging__page section--hidden" data-page="1"></div>
<div class="paging__page section--hidden" data-page="2"></div>
<div class="paging__page section--hidden" data-page="3"></div>
<div class="paging__page section--hidden" data-page="4"></div>
<div class="paging__page section--hidden" data-page="5"></div>
<div class="paging__page section--hidden" data-page="6"></div>
<div class="paging__page section--hidden" data-page="7"></div>
</div>
<!-- FOOTER -->
<div class="fixed-content-footer">
<div class="social-links">
<a class="social-links__anchor" href="https://www.linkedin.com/company/blockchain-at-uci">
<img class="social-links__image" data-follow src="./resources/images/socials/linkedin.svg" alt="Linkedin logo" width="20"
height="20">
</a>
<a class="social-links__anchor" href="https://twitter.com/UCIBlockchain">
<img class="social-links__image" data-follow src="./resources/images/socials/twitter.svg" alt="Twitter logo" width="20"
height="20">
</a>
<a class="social-links__anchor" href="https://www.instagram.com/uciblockchain">
<img class="social-links__image" data-follow src="./resources/images/socials/instagram.svg" alt="Instagram logo"
width="20" height="20">
</a>
<a class="social-links__anchor" href="https://discord.gg/KGD5Qx2nfU">
<img class="social-links__image" data-follow src="./resources/images/socials/discord.svg" alt="Discord logo"
id="social-discord" width="20" height="20">
</a>
<a class="social-links__anchor" href="https://github.com/blockchainuci/">
<img class="social-links__image" data-follow src="./resources/images/socials/github.svg" alt="Github logo" width="20"
height="20">
</a>
</div>
<div class="fixed-content-footer__copy">
<span class="footer-copy__date"></span>
<span class="footer-copy__name" id="copyright">Blockchain at UCI</span>
</div>
</div>
<!-- MAIN CONTENT -->
<div class="content">
<div class="content-section" data-page="0">
<div class="configuration__letters configuration__letters--hidden">
<span class="configuration__letters-text">BLOCKCHAIN at UCI</span>
</div>
<div class="scroll-letters">
<span class="scroll-letters__letter" title="S">S</span>
<span class="scroll-letters__letter" title="C">C</span>
<span class="scroll-letters__letter" title="R">R</span>
<span class="scroll-letters__letter" title="O">O</span>
<span class="scroll-letters__letter" title="L">L</span>
<span class="scroll-letters__letter" title="L">L</span>
</div>
</div>
<div class="content-section section--hidden" data-page="1">
<h1 class="content-section__title">AN ECOSYSTEM FOR BLOCKCHAIN EDUCATION</h1>
<p class="content-section__text">Blockchain at UCI is an ecosystem for blockchain education, development, and
networking at UC Irvine and surrounding areas. We organize workshops, educational seminars, hackathons, and
networking events to facilitate the growth of blockchain awareness, technical understanding, and thorough
training.
</p>
<button class="content-section__button button button--icon" id="button_email_list">
<img class="button__image" src="./resources/images/icons/email.svg" alt="Email icon" />
<span class="button__text">KEEP UP TO DATE!</span>
</button>
</div>
<div class="content-section section--hidden" data-page="2">
<h1 class="content-section__title">WHAT WE DO</h1>
<p class="content-section__text content-section__text__what_we_do">Blockchain at UCI collaborates with industry leaders to host events with
various blockchain-oriented companies, in pursuit of identifying efficient and practical blockchain
technologies, and helping students in Orange County develop the necessary skills and knowledge to participate
in new, exciting opportunities surrounding blockchain. We hope to help introduce the next generation of
blockchain leaders.
</p>
</p>
<div class="content-services">
<div class="content-services__service">
<img class="content-service__image" src="./resources/images/icons/boba.svg" alt="Marketing icon" />
<span class="content-service__text">MEETINGS</span>
<ul class="extended-services">
<li class="extended-services__service">General meetings</li>
<li class="extended-services__service">Socials/Meetups</li>
<li class="extended-services__service">Conferences</li>
</ul>
</div>
<div class="content-services__service">
<img class="content-service__image" src="./resources/images/icons/marketing.svg" alt="Marketing icon" />
<span class="content-service__text">SPEAKERS</span>
<ul class="extended-services">
<li class="extended-services__service">Established<br>leaders</li>
<li class="extended-services__service">Perspectives<br>worth sharing</li>
</ul>
</div>
<div class="content-services__service">
<img class="content-service__image" src="./resources/images/icons/education.svg" alt="Marketing icon" />
<span class="content-service__text">EDUCATION</span>
<ul class="extended-services">
<li class="extended-services__service">Workshops</li>
<li class="extended-services__service">Conferences</li>
<li class="extended-services__service">Seminars</li>
</ul>
</div>
<div class="content-services__service">
<img class="content-service__image" src="./resources/images/icons/research.svg" alt="Marketing icon" />
<span class="content-service__text">OPPORTUNITY</span>
<ul class="extended-services">
<li class="extended-services__service">Internships</li>
<li class="extended-services__service">Impactful<br>projects</li>
<li class="extended-services__service">Networking</li>
<li class="extended-services__service">Jobs</li>
</ul>
</div>
</div>
</div>
<div class="content-section section--hidden content-section" data-page="3">
<h1 class="content-section__title" id="meet-the-team-title">MEET THE TEAM</h1>
<div class="content-section__images">
<div class="content-section__image-holder">
<img class="content-section__image" src="./resources/images/people/anish.jpg" id="stinky" alt="Team photo" />
<span class="content-section__image-text-name">Anish Lathker</span>
<span class="content-section__image-text-title">President</span>
<a class="social-links__anchor__content content-section__image-text-social"
href="https://www.linkedin.com/in/anish-lathker-%F0%9F%98%84-67632a181">
<img class="social-links__image__content social-links__image__content1" src="./resources/images/socials/linkedin.svg" alt="Linkedin logo"
width="20" height="20">
</a>
<a class="social-links__anchor__content content-section__image-text-social-twitter"
href="https://twitter.com/nullpenguin">
<img class="social-links__image__content social-links__image__content2" src="./resources/images/socials/twitter.svg" alt="Twitter logo"
width="20" height="20">
</a>
<a class="social-links__anchor__content content-section__image-text-social-instagram"
href="https://www.instagram.com/anishlat/">
<img class="social-links__image__content social-links__image__content3" src="./resources/images/socials/instagram.svg" alt="Instagram logo"
width="20" height="20">
</a>
</div>
<div class="content-section__image-holder">
<img class="content-section__image" src="./resources/images/people/toast.jpg" alt="Team photo" />
<span class="content-section__image-text-name">Daniel Lee</span>
<span class="content-section__image-text-title">Vice President</span>
<a class="social-links__anchor__content content-section__image-text-social"
href="https://www.linkedin.com/in/daniel-lee-b11920173/">
<img class="social-links__image__content social-links__image__content1" src="./resources/images/socials/linkedin.svg" alt="Linkedin logo"
width="20" height="20">
</a>
<a class="social-links__anchor__content content-section__image-text-social-twitter"
href="https://twitter.com/toastinspector">
<img class="social-links__image__content social-links__image__content2" src="./resources/images/socials/twitter.svg" alt="Twitter logo"
width="20" height="20">
</a>
</div>
<div class="content-section__image-holder">
<img class="content-section__image" src="./resources/images/people/kainoa.png" id="gay" alt="Team photo" />
<span class="content-section__image-text-name">Kainoa Kanter</span>
<span class="content-section__image-text-title">Dir. of<br>Technology</span>
<a class="social-links__anchor__content content-section__image-text-social" href="https://t1c.dev">
<img class="social-links__image__content social-links__image__content1" src="./resources/images/socials/linkedin.svg" alt="Linkedin logo"
width="20" height="20">
</a>
<a class="social-links__anchor__content content-section__image-text-social-twitter"
href="https://stop.voring.me/@thatonecalculator">
<img class="social-links__image__content social-links__image__content2" src="./resources/images/socials/misskey.svg" alt="Twitter logo"
width="20" height="20">
</a>
</div>
<!-- <div class="content-section__image-holder">
<img class="content-section__image" src="./resources/images/people/zack.jpg" alt="Team photo" />
<span class="content-section__image-text-name">Zack Nguyen</span>
<span class="content-section__image-text-title">Dir. of Project Management</span>
<a class="social-links__anchor content-section__image-text-social" href="https://www.linkedin.com/in/kcaz">
<img class="social-links__image__content" src="./resources/images/socials/linkedin.svg" alt="Linkedin logo"
width="20" height="20">
</a>
<a class="social-links__anchor content-section__image-text-social-twitter"
href="https://www.instagram.com/zackfromstatefarm">
<img class="social-links__image__content" src="./resources/images/socials/instagram.svg" alt="Twitter logo"
width="20" height="20">
</a>
</div> -->
<div class="content-section__image-holder">
<img class="content-section__image" src="./resources/images/people/ethan.jpg" alt="Team photo" />
<span class="content-section__image-text-name">Ethan Gao</span>
<span class="content-section__image-text-title">Dir. of<br>I/E Affairs </span>
<a class="social-links__anchor__content content-section__image-text-social"
href="https://www.linkedin.com/in/ethan-gao-9644851ba/">
<img class="social-links__image__content social-links__image__content1" src="./resources/images/socials/linkedin.svg" alt="Linkedin logo"
width="20" height="20">
</a>
<a class="social-links__anchor__content content-section__image-text-social-twitter"
href="https://twitter.com/alphereth">
<img class="social-links__image__content social-links__image__content2" src="./resources/images/socials/twitter.svg" alt="Twitter logo"
width="20" height="20">
</a>
</div>
<div class="content-section__image-holder">
<img class="content-section__image" src="./resources/images/people/sebu.jpg" alt="Team photo" />
<span class="content-section__image-text-name">Sebu Eisaian</span>
<span class="content-section__image-text-title">Director of Project Management</span>
<a class="social-links__anchor__content content-section__image-text-social"
href="https://www.linkedin.com/in/sebueisaian">
<img class="social-links__image__content social-links__image__content1" src="./resources/images/socials/linkedin.svg" alt="Linkedin logo"
width="20" height="20">
</a>
<a class="social-links__anchor__content content-section__image-text-social-twitter"
href="https://twitter.com/SebuWeb3">
<img class="social-links__image__content social-links__image__content2" src="./resources/images/socials/twitter.svg" alt="Twitter logo"
width="20" height="20">
</a>
</div>
<div class="content-section__image-holder">
<img class="content-section__image" src="./resources/images/people/jacob.jpg" alt="Team photo" />
<span class="content-section__image-text-name">Jacob Mark</span>
<span class="content-section__image-text-title">Treasurer</span>
<a class="social-links__anchor__content content-section__image-text-social"
href="https://www.linkedin.com/in/jacob-mark-3890491b2/">
<img class="social-links__image__content social-links__image__content1" src="./resources/images/socials/linkedin.svg" alt="Linkedin logo"
width="20" height="20">
</a>
<a class="social-links__anchor__content content-section__image-text-social-twitter"
href="https://www.instagram.com/mxrkxlvi">
<img class="social-links__image__content social-links__image__content2" src="./resources/images/socials/instagram.svg" alt="Twitter logo"
width="20" height="20">
</a>
</div>
<div class="content-section__image-holder">
<img class="content-section__image" src="./resources/images/people/divam.jpg" alt="Team photo" />
<span class="content-section__image-text-name">Divam Kumar</span>
<span class="content-section__image-text-title">Technical Project Manager</span>
<a class="social-links__anchor__content content-section__image-text-social"
href="https://www.linkedin.com/in/divam-k/">
<img class="social-links__image__content social-links__image__content1" src="./resources/images/socials/linkedin.svg" alt="Linkedin logo"
width="20" height="20">
</a>
<a class="social-links__anchor__content content-section__image-text-social-twitter"
href="https://twitter.com/divam_k">
<img class="social-links__image__content social-links__image__content2" src="./resources/images/socials/twitter.svg" alt="Twitter logo"
width="20" height="20">
</a>
</div>
</div>
</div>
</div>
<div class="content-section section--hidden advisor-section" data-page="4">
<h1 class="content-section__title" id="meet-the-team-title">ADVISORS</h1>
<div class="content-section__images">
<div class="content-section__image-holder">
<img class="content-section__image" src="./resources/images/people/bill.jpg" alt="Team photo" />
<!-- Add text to the right of the image -->
<div class="content-section__image-text">
<span class="content-section__image-text-name--bill">Bill Maurer</span>
<span class="content-section__image-text-title--bill">Advisor</span>
<span class="content-section__image-text-description--bill">Dean, UCI School of Social Sciences</span>
<a class="social-links__anchor content-section__image-text-social--bill"
href="https://www.linkedin.com/in/billmaurer/">
<img class="social-links__image" src="./resources/images/socials/linkedin.svg" alt="Linkedin logo"
width="20" height="20">
</a>
<span class="content-section__image-text-body--bill">Professor Maurer is a cultural anthropologist and
sociolegal scholar. His work explores the technological infrastructures and social relations of exchange
and payment, from cowries to credit cards and cryptocurrencies. He's interested in the range of
technologies people have used throughout history and across cultures to figure value and conduct
transactions.</span>
</div>
</div>
</div>
</div>
<div class="content-section section--hidden" data-page="5">
<h1 class="content-section__title">MAJOR EVENTS</h1>
<p class="content-section__text">We've held multiple events in the past and have many planned for the future!</p>
<div class="content-portfolio__images_holder">
<div class="content-portfolio__images flex">
<div class="content-portfolio__image-holder">
<span class="content-portfolio__name text-indent">UCI Blockathon</span>
<img class="content-portfolio__image" src="./resources/images/events/blockathon2018.jpg"
alt="Portfolio image" />
</div>
<div class="content-portfolio__image-holder">
<span class="content-portfolio__name text-indent">Blockchain Development Day</span>
<img class="content-portfolio__image" src="./resources/images/events/devday.jpg" alt="Portfolio image" />
</div>
</div>
<div class="content-portfolio__images flex">
<div class="content-portfolio__image-holder">
<span class="content-portfolio__name text-indent">Women in Blockchain Summit</span>
<img class="content-portfolio__image" src="./resources/images/events/women.jpg" alt="Portfolio image" />
</div>
<div class="content-portfolio__image-holder">
<span class="content-portfolio__name text-indent">Jason Les Riot Blockchain Panel</span>
<img class="content-portfolio__image" src="./resources/images/events/les.jpg" alt="Portfolio image" />
</div>
</div>
</div>
</div>
<div class="content-section section--hidden" data-page="6">
<h1 class="content-section__title">SPONSORS</h1>
<div class="sponsor-logos flex flex--center">
<div class="sponsor-logos__logo">
<a href="https://goexpoverse.com/" target="_blank">
<img data-follow src="./resources/images/sponsors/expoverse.svg" alt="Expoverse logo" width="70">
</a>
</div>
<div class="sponsor-logos__logo">
<a href="https://radiocaca.com" target="_blank">
<img data-follow src="./resources/images/sponsors/raca.svg" alt="Radio Caca logo" width="70">
</a>
</div>
<div class="sponsor-logos__logo">
<a href="https://tron.network/" target="_blank">
<img data-follow src="./resources/images/sponsors/tron.svg" alt="Tron logo" width="70">
</a>
</div>
<div class="sponsor-logos__logo">
<a href="https://www.votingdao.io/" target="_blank">
<img data-follow src="./resources/images/sponsors/votingdao.svg" alt="VotingDao logo" width="70">
</a>
</div>
</div>
</div>
<div class="content-section section--hidden" data-page="7">
<h1 class="content-section__title">CONTACT US</h1>
<p class="content-section__text">We’re here to help and answer any question you might have. We look forward to
hearing from you. You can also find us on social media below.
</p>
<!-- <div class="content-section__buttons-holder"> -->
<a class="content-section__button button button--icon contact__button" href="mailto:[email protected]">
<img class="button__image" src="./resources/images/icons/email.svg" alt="Email icon" />
<span class="button__text">EMAIL US</span>
<span class="button__invisible-email">[email protected]</span>
</a>
<a class="content-section__button button button--icon contact__button"
href="https://www.linkedin.com/company/blockchain-at-uci">
<img class="button__image" src="./resources/images/socials/linkedin.svg" alt="Linkedin icon" />
<span class="button__text">LINKEDIN</span>
</a>
<a class="content-section__button button button--icon contact__button" href="https://discord.gg/KGD5Qx2nfU">
<img class="button__image" src="./resources/images/socials/discord.svg" alt="Linkedin icon" />
<span class="button__text">DISCORD</span>
</a>
<!-- </div> -->
</div>
</div>
</main>
<audio id="sfx" src="resources/vineboom.wav" style="display: none" preload="auto"></audio>
<audio id="sfx2" src="resources/clown.wav" style="display: none" preload="auto"></audio>
<script type="module" src="./main.js"></script>
<script type="module" src="./sussy.js"></script>
</body>
</html>