-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
408 lines (394 loc) · 22 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
<!DOCTYPE html>
<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="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;800&display=swap"
rel="stylesheet"
/>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css"
integrity="sha512-c93ifPoTvMdEJH/rKIcBx//AL1znq9+4/RmMGafI/vnTFe/dKwnn1uoeszE2zJBQTS1Ck5CqSBE+34ng2PthJg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="styles/index.css" />
<script src="script/app.js" defer></script>
<title>GirlScript || Web3Camp</title>
</head>
<body>
<header>
<!--<div>
<a href="#" class="header-logo">
<img src="assets/img/polygon logo white.png" alt="polygon-logo" />
<p>PRESENTS</p>
</a>
</div>-->
<div class="menu">
<div class="menu-icon"><i class="fas fa-bars"></i></div>
<ul class="navbar-desktop">
<a href="#" class="nav-item active">Home</a>
<a href="about.html" class="nav-item">About</a>
<a href="#register" class="nav-item">Register</a>
<a href="#sponsor" class="nav-item">Sponsor</a>
<a href="#timeline" class="nav-item">Timeline</a>
<a href="#curriculum" class="nav-item">Curriculum</a>
</ul>
<ul class="navbar-mobile">
<a href="#" class="nav-item active">Home</a>
<a href="about.html" class="nav-item">About</a>
<a href="#register" class="nav-item">Register</a>
<a href="#sponsor" class="nav-item">Sponsor</a>
<a href="#timeline" class="nav-item">Timeline</a>
<a href="#curriculum" class="nav-item">Curriculum</a>
</ul>
</div>
</header>
<main>
<!-- intro section starts -->
<section class="intro-section">
<div class="intro-left-content" data-aos="fade-right" data-aos-duration = 2000>
<div class="intro-left-top">
<img src="assets/img/web3camplogo - white.png" alt="webcamp-logo" />
<h1>
Get Started<br />
in Web3.0<br />
with <span>20,000</span><br />
ATTENDEES
</h1>
</div>
</div>
<div class="intro-bottom" data-aos="fade-down" data-aos-duration = 2000>
<p>brought to you by</p>
<img src="assets/img/GsLogo_White.png" alt="girlscript-logo" />
</div>
<div class="intro-right-content" data-aos="fade-left" data-aos-duration = 2000>
<div class="right-biggest-div">
<div class="event-info">
20<sup>TH</sup> NOV - 31 <sup>ST</sup> DEC
</div>
<div class="event-info">GLOBALLY</div>
<div class="register-outer-line">
<i class="fas fa-arrow-right"></i>
<a href="#register">REGISTER NOW</a>
</div>
</div>
</div>
</section>
<!-- intro section ends -->
<!-- what is web3camp? section starts -->
<section class="about-camp">
<div class="content-div" data-aos="zoom-in" data-aos-duration = 2000>
<h2 class="section-heading">WHAT IS WEB3CAMP</h2>
<span class="heading-line"></span>
<p class="content-text">
The GirlScript Foundation's WEB3CAMP initiative aims to increase
global awareness of technological breakthroughs and opportunities.
Our objective is to present and prepare our community for the future
of the internet by holding web3 bootcamps around the globe. Women and
underrepresented groups will be given priority in this boot camp,
with 50% of the spots reserved.<br />
Our vision is to introduce and prepare our community for the future
of the internet by conducting global boot camps on web3 technology.
</p>
<h2 class="section-heading">WEB3CAMP 2022 STATS</h2>
<span class="heading-line"></span>
<h3 class="section-heading">15k+ ATTENDEES</br>50+ BOOTCAMPS|1M+ OUTREACH</h3>
<a class="btn" href="#register">REGISTER NOW</a>
</div>
<div class="feature-img" data-aos="zoom-out" data-aos-duration = 2000>
<img src="assets/img/web3Camp.svg" alt="website-creation" />
</div>
</section>
<!-- what is web3camp? section ends -->
<!-- become a speaker/participant/organizer section starts -->
<section class="types-section" id="register">
<div class="type participant" id="participant" data-label="participant">
<div class="content-div" data-aos="fade-right" data-aos-duration = 2000>
<h2 class="section-heading white">PARTICIPATE</h2>
<ul class="benefits">
<li>Developing new prowess</li>
<li>Gain new skills</li>
<li>Opportunities for networking</li>
<li>Certificate and Goodies</li>
</ul>
<a class="btn" href="https://docs.google.com/forms/d/e/1FAIpQLSdgAtYAFjHQmgUPeWyeIUR2YjN8HXDoBoloIufYcWD_wMIQuQ/viewform?usp=sf_link" target="_blank">REGISTER NOW</a>
</div>
<div class="type-img" data-aos="fade-left" data-aos-duration = 2000>
<img src="assets/img/participant.svg" alt="participant" />
</div>
</div>
<div class="type speaker" id="speaker" data-label="speaker">
<div class="content-div" data-aos="fade-right" data-aos-duration = 2000>
<h2 class="section-heading white">BECOME A SPEAKER</h2>
<ul class="benefits">
<li>Networking with key players in the sector</li>
<li>Leading workshops and master-class</li>
<li>Brand Awareness and Marketing</li>
<li>Contributing for a cause</li>
</ul>
<a class="btn" href="https://docs.google.com/forms/d/e/1FAIpQLSeCt4mpOZjCn0UgudQYusFlaiI5uA4qktrGF5UfAqwTizBXZw/viewform?usp=sf_link" target="_blank">REGISTER NOW</a>
</div>
<div class="type-img" data-aos="fade-left" data-aos-duration = 2000>
<img src="assets/img/speaker.svg" alt="speaker" />
</div>
</div>
<div class="type organizer" id="organizer" data-label="organizer">
<div class="content-div" data-aos="fade-right" data-aos-duration = 2000>
<h2 class="section-heading white">BECOME AN ORGANIZER</h2>
<ul class="benefits">
<li>Opportunities for networking</li>
<li>Flexible Timings</li>
<li>Goodies and Certificates</li>
<li>
Team Work + Learning Environment<br />
= Unique Bonding Experience
</li>
</ul>
<a class="btn" href="https://docs.google.com/forms/d/e/1FAIpQLScsGWLfdk5jsrTmhADk-aXS34xzdhrIZ_NRprzKPioFOWaaxg/viewform?usp=sf_link" target="_blank">REGISTER NOW</a>
</div>
<div class="type-img" data-aos="fade-left" data-aos-duration = 2000>
<img src="assets/img/organizer.svg" alt="organizer" />
</div>
</div>
</section>
<!-- become a speaker/participant/organizer section ends -->
<!-- sponsor section starts -->
<section class="sponsors-section" id="sponsor">
<div class="content-div" data-aos="fade-up-left" data-aos-duration = 2000>
<h2 class="section-heading"> 2023 SPONSORS</h2>
<span class="heading-line"></span>
<p class="content-text">
Sponsors make it possible for Girlscript Web3Camp to provide the
perks for participants. Sponsors receive a great deal of publicity
and exposure as a result of the program.
<br><a href="https://docs.vistara.dev/" target="blank">
<img src="assets/img/vistara.png" alt="vistara-logo height="100" width ="100" />
</a>
<br><a href="https://flipster.xyz/" target="blank">
<img src="assets/img/flipster.png" alt="flipster-logo" height="100" width ="200"/>
</a>
</p>
<a class="btn" href="mailto: [email protected]" target="_blank">SPONSOR US</a>
</div>
<div class="sponsors">
<p>Past Sponsors</p>
<hr />
<a href="https://polygon.technology/" target="blank">
<img src="assets/img/polygon-logo.png" alt="polygon-logo" />
</a>
<a href="https://thegraph.com/" target="blank">
<img src="assets/img/22.png" alt="sponsor-logo" />
</a>
<a href="https://www.stickermule.com/" target="blank">
<img src="assets/img/20.png" alt="sponsor-logo" />
</a>
<a href="https://ryzelabs.io/home" target="blank">
<img src="assets/img/13.png" alt="sponsor-logo" />
</a>
<a href="https://push.org/" target="blank">
<img src="assets/img/14.png" alt="sponsor-logo" />
</a>
<a href="https://konfhub.com/" target="blank">
<img src="assets/img/konfhub.png" alt="konfhub-logo" />
</a>
<a href="https://www.nervos.org/" target="blank">
<img src="assets/img/21.png" alt="sponsor-logo" />
</a>
</div>
</section>
<!-- sponsor section ends -->
<!-- timeline section starts -->
<section class="timeline-section" id="timeline">
<h2 class="section-heading purple center">TIMELINE</h2>
<div class="timeline">
<div class="timeline-center">
<div class="time-item">
<div class="dot" data-aos="fade-right"></div>
<div class="time-item-content">
<h2 data-aos="fade-down">01<br />SEP</h2>
<p data-aos="fade-left">Call for organizers and call for ambassadors</p>
</div>
</div>
<div class="time-item">
<div class="dot" data-aos="fade-right"></div>
<div class="time-item-content">
<h2 data-aos="fade-down">15<br />SEP</h2>
<p data-aos="fade-left">Call for sponsors</p>
</div>
</div>
<div class="time-item">
<div class="dot" data-aos="fade-right"></div>
<div class="time-item-content">
<h2 data-aos="fade-down">01<br />OCT</h2>
<p data-aos="fade-left">Registration for attendees</p>
</div>
</div>
<div class="time-item">
<div class="dot" data-aos="fade-right"></div>
<div class="time-item-content">
<h2 data-aos="fade-down">10<br />OCT</h2>
<p data-aos="fade-left">Pop-up events Promotion & Registration</p>
</div>
</div>
<div class="time-item">
<div class="dot" data-aos="fade-right"></div>
<div class="time-item-content">
<h2 data-aos="fade-down">01<br />NOV</h2>
<p data-aos="fade-left">1st - 30th Nov BootCamps</p>
</div>
</div>
<div class="time-item">
<div class="dot" data-aos="fade-right"></div>
<div class="time-item-content">
<h2 data-aos="fade-down">01<br />DEC</h2>
<p data-aos="fade-left">Main event/Closing Ceremony</p>
</div>
</div>
</div>
</div>
</section>
<!-- timeline section ends -->
<!-- curriculum section starts -->
<section class="curriculum-section" id="curriculum">
<h2 class="section-heading purple center">CURRICULUM</h2>
<div class="white-bg">
<div class="first-div">
<div class="curriculum-item">
<img src="assets/img/30_min.svg" alt="time" />
<div>
<h3>Evolution and Need of Web3</h3>
</div>
</div>
<div class="curriculum-item">
<img src="assets/img/30_min.svg" alt="time" />
<div>
<h3>Introduction to Blockchain Technology</h3>
<p>Bitcoin, Ethereum, Distributed Ledger Technology</p>
</div>
</div>
<div class="curriculum-item">
<img src="assets/img/30_min.svg" alt="time" />
<div>
<h3>Web3 Buzzwords</h3>
<p>NFTs, Rollups, DAO, Crypto, DeFi</p>
</div>
</div>
<div class="curriculum-item">
<img src="assets/img/30_min.svg" alt="time" />
<div>
<h3>Introduction to DeFi & Use Cases</h3>
<p>Dex, Cex, Lend Borrow, Trading, Investments</p>
</div>
</div>
<div class="curriculum-item">
<img src="assets/img/30_min.svg" alt="time" />
<h3>Making your first crypto transaction via exchanges, wallets and NFT marketplaces</h3>
</div>
<div class="curriculum-item">
<img src="assets/img/30_min.svg" alt="time" />
<h3>Launch Your Own ERC20 Token within Minutes</h3>
</div>
<div class="curriculum-item">
<img src="assets/img/45_min.svg" alt="time" />
<h3>Introduction to Solidity and Smart Contracts</h3>
</div>
</div>
<div class="second-div">
<div class="curriculum-item">
<img src="assets/img/120_min.svg" alt="time" />
<h3>Develop your first Smart Contract and push your code to GitHub</h3>
</div>
<div class="curriculum-item">
<img src="assets/img/30_min.svg" alt="time" />
<h3>Importance to NFTs and Intro Blockchain Gaming</h3>
</div>
<div class="curriculum-item">
<img src="assets/img/120_min.svg" alt="time" />
<h3>Build Your NFT Marketplace from Scratch OR Build a Blockchain Game from Scratch</h3>
</div>
<div class="curriculum-item">
<img src="assets/img/60_min.svg" alt="time" />
<h3>Q&A and Doubt Clearing Session</h3>
</div>
<div class="curriculum-item">
<img src="assets/img/30_min.svg" alt="time" />
<div>
<h3>Ideathon</h3>
<p>Build Your Teams and Submit Your Idea for an on-chain project</p>
</div>
</div>
<div class="curriculum-item">
<img src="assets/img/30_min.svg" alt="time" />
<h3>Web3Camp Extended Info Session</h3>
</div>
<div class="curriculum-item">
<img src="assets/img/30_min.svg" alt="time" />
<h3>Ideathon Prize Distribution</h3>
</div>
</div>
</div>
</section>
<!-- curriculum section ends -->
</main>
<footer>
<div class="social-handles">
<a class="social-icons" href="https://www.facebook.com/Girlscript/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="30" height="30"
viewBox="0 0 30 30"
style=" fill:#fff;">
<path d="M15,3C8.373,3,3,8.373,3,15c0,6.016,4.432,10.984,10.206,11.852V18.18h-2.969v-3.154h2.969v-2.099c0-3.475,1.693-5,4.581-5 c1.383,0,2.115,0.103,2.461,0.149v2.753h-1.97c-1.226,0-1.654,1.163-1.654,2.473v1.724h3.593L19.73,18.18h-3.106v8.697 C22.481,26.083,27,21.075,27,15C27,8.373,21.627,3,15,3z"></path></svg>
</a>
<a class="social-icons" href="https://twitter.com/girlscript1" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="30" height="30"
viewBox="0 0 30 30"
style=" fill:#fff;">
<path d="M28,6.937c-0.957,0.425-1.985,0.711-3.064,0.84c1.102-0.66,1.947-1.705,2.345-2.951c-1.03,0.611-2.172,1.055-3.388,1.295 c-0.973-1.037-2.359-1.685-3.893-1.685c-2.946,0-5.334,2.389-5.334,5.334c0,0.418,0.048,0.826,0.138,1.215 c-4.433-0.222-8.363-2.346-10.995-5.574C3.351,6.199,3.088,7.115,3.088,8.094c0,1.85,0.941,3.483,2.372,4.439 c-0.874-0.028-1.697-0.268-2.416-0.667c0,0.023,0,0.044,0,0.067c0,2.585,1.838,4.741,4.279,5.23 c-0.447,0.122-0.919,0.187-1.406,0.187c-0.343,0-0.678-0.034-1.003-0.095c0.679,2.119,2.649,3.662,4.983,3.705 c-1.825,1.431-4.125,2.284-6.625,2.284c-0.43,0-0.855-0.025-1.273-0.075c2.361,1.513,5.164,2.396,8.177,2.396 c9.812,0,15.176-8.128,15.176-15.177c0-0.231-0.005-0.461-0.015-0.69C26.38,8.945,27.285,8.006,28,6.937z"></path></svg>
</a>
<a class="social-icons"
href="https://www.youtube.com/channel/UCBOlJtDcWNh0aUkS2CfI8Aw
" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="30" height="30"
viewBox="0 0 30 30"
style=" fill:#fff;">
<path d="M 15 4 C 10.814 4 5.3808594 5.0488281 5.3808594 5.0488281 L 5.3671875 5.0644531 C 3.4606632 5.3693645 2 7.0076245 2 9 L 2 15 L 2 15.001953 L 2 21 L 2 21.001953 A 4 4 0 0 0 5.3769531 24.945312 L 5.3808594 24.951172 C 5.3808594 24.951172 10.814 26.001953 15 26.001953 C 19.186 26.001953 24.619141 24.951172 24.619141 24.951172 L 24.621094 24.949219 A 4 4 0 0 0 28 21.001953 L 28 21 L 28 15.001953 L 28 15 L 28 9 A 4 4 0 0 0 24.623047 5.0546875 L 24.619141 5.0488281 C 24.619141 5.0488281 19.186 4 15 4 z M 12 10.398438 L 20 15 L 12 19.601562 L 12 10.398438 z"></path></svg>
</a>
<a class="social-icons" href="https://www.instagram.com/girlscript/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="30" height="30"
viewBox="0 0 24 24"
style=" fill:#fff;">
<path d="M 8 3 C 5.243 3 3 5.243 3 8 L 3 16 C 3 18.757 5.243 21 8 21 L 16 21 C 18.757 21 21 18.757 21 16 L 21 8 C 21 5.243 18.757 3 16 3 L 8 3 z M 8 5 L 16 5 C 17.654 5 19 6.346 19 8 L 19 16 C 19 17.654 17.654 19 16 19 L 8 19 C 6.346 19 5 17.654 5 16 L 5 8 C 5 6.346 6.346 5 8 5 z M 17 6 A 1 1 0 0 0 16 7 A 1 1 0 0 0 17 8 A 1 1 0 0 0 18 7 A 1 1 0 0 0 17 6 z M 12 7 C 9.243 7 7 9.243 7 12 C 7 14.757 9.243 17 12 17 C 14.757 17 17 14.757 17 12 C 17 9.243 14.757 7 12 7 z M 12 9 C 13.654 9 15 10.346 15 12 C 15 13.654 13.654 15 12 15 C 10.346 15 9 13.654 9 12 C 9 10.346 10.346 9 12 9 z"></path></svg>
</a>
<a class="social-icons" href="https://in.linkedin.com/company/girlscript-foundation" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="30" height="30"
viewBox="0 0 30 30"
style=" fill:#fff;">
<path d="M24,4H6C4.895,4,4,4.895,4,6v18c0,1.105,0.895,2,2,2h18c1.105,0,2-0.895,2-2V6C26,4.895,25.105,4,24,4z M10.954,22h-2.95 v-9.492h2.95V22z M9.449,11.151c-0.951,0-1.72-0.771-1.72-1.72c0-0.949,0.77-1.719,1.72-1.719c0.948,0,1.719,0.771,1.719,1.719 C11.168,10.38,10.397,11.151,9.449,11.151z M22.004,22h-2.948v-4.616c0-1.101-0.02-2.517-1.533-2.517 c-1.535,0-1.771,1.199-1.771,2.437V22h-2.948v-9.492h2.83v1.297h0.04c0.394-0.746,1.356-1.533,2.791-1.533 c2.987,0,3.539,1.966,3.539,4.522V22z"></path></svg>
</a>
</div>
<div class="copyright">
<a href="codeOfConduct.html" target="_blank">Code of Conduct</a>
<p>Copyright © 2021 Girlscript Foundation. All Rights Reserved</p>
</div>
<div class="creators">
Designed with ❤️ by <a href="https://linktr.ee/elcicneha" target="_blank">elcicneha</a>
</div>
</footer>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>