-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
498 lines (458 loc) · 23.4 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
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="3D BOX.css">
<link rel="icon" href="assets/img/title.jpg"
type="image/x-icon">
<link rel="stylesheet" href="assets/css/styles.css">
<!-- =====BOX ICONS===== -->
<link
href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css'
rel='stylesheet'>
<!--Bootstratp Icons-->
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet">
<title>GSDC-GCOEN</title>
</head>
<body>
<!--=====PreLoader start====-->
<div class="colour">
<div class="blue"></div>
<div class="red"></div>
<div class="yellow"></div>
<div class="green"></div>
</div>
<!--=====PreLoader end====-->
<!--===== HEADER =====-->
<main class="l-main">
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">GSDC-GCOEN</a>
</div>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home"
class="nav__link
active"><i
class='bx bx-home bx-flashing'></i>Home</a></li>
<li class="nav__item"><a href="#rewards"
class="nav__link"><i
class='bx bxs-user-detail bx-flashing'></i>
Rewards</a></li>
<li class="nav__item"><a
href="https://events.withgoogle.com/30daysofgooglecloud/"
target="_blank" class="nav__link"><i
class='bx bxs-terminal bx-flashing'></i>
Know More</a></li>
<li class="nav__item"><a
href="https://gdsc.community.dev/government-college-of-engineering-nagpur/"
target="_blank" class="nav__link"><i
class='bx bxs-user-badge bx-flashing'></i>
Join Us</a></li>
<li class="nav__item"><a href="#contact"
class="nav__link"><i
class='bx bxs-conversation bx-flashing'></i>
Contact</a></li>
</u>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<!--===== HOME =====-->
<div class="circle"></div>
<section class="home bd-grid" id="home">
<div class="home__data">
<h1 class="home__title">Hi, Enthusiast ! <span
class="home__title-color">Welcome Aboard</span></h1>
<p class="home__txt">This journey of 30-days of cloud
programming will provide you an opportunity to kickstart
your career in cloud and get hands-on practice on the
Google
Cloud Platform - the tool that powers apps like Google
Search, Gmail and YouTube.So click on Contact Us button
and start your journey
</p>
<div class="container">
<a href="#contact">
<span>Contact Us</span>
<span>Contact Us</span>
</a>
</div>
</div>
<div class="home__social">
<a href="https://www.linkedin.com/in/gdsc-gcoen-b04655221/"
target="_blank" class="home__social-icon"
target="_blank"><i class='bx bxl-linkedin bx-tada
bx-rotate-90'></i></a>
<a href="mailto:gdsc.gcoen@gmail.com" target="_blank"
class="home__social-icon"><i
class='bx bx-mail-send bx-tada bx-rotate-90'></i></a>
<a
href="https://instagram.com/dscgcoen?utm_medium=copy_link"
target="_blank"
class="home__social-icon"><i
class='bx bxl-instagram bx-tada bx-rotate-90'></i></a>
</div>
<div class="circle2"></div>
</section>
<!-- table -->
<div class="containers">
<div class="row" align="center">
<div class="rdx">
<h3 text-align="center" font-weight="bold">We have two
exciting tracks for you :</h3>
</div>
<br> <br>
<div class="containers">
<div class="box">
<h4 class="title" id="cloud">Cloud Engineering</h4>
<p>List of quest to be completed</p>
<br>
<ul>
<li>
<a href="https://tiny.cc/uigysz"
target="_blank"
class="btn">Getting
Started: Create and Manage Cloud
Resources</a>
</li>
<hr>
<li>
<a href="https://tiny.cc/fjgysz"
target="_blank"
class="btn">Perform
Foundational Infrastructure Tasks in
Google
Cloud</a>
</li>
<hr>
<li>
<a href="https://tiny.cc/ljgysz"
target="_blank"
class="btn">Setup and
Configure a Cloud Environment in Google
Cloud</a>
</li>
<hr>
<li>
<a href="https://tiny.cc/ojgysz"
target="_blank"
class="btn">Deploy and
Manage Cloud Environments with Google
Cloud</a>
</li>
<hr>
<li>
<a href="https://tiny.cc/qjgysz"
target="_blank"
class="btn">Build and
Secure Networks in Google Cloud</a>
</li>
<hr>
<li>
<a href="https://tiny.cc/sjgysz"
target="_blank"
class="btn">Deploy to
Kubernetes in Google Cloud</a>
</li>
</ul>
<hr>
<br><br>
<a class="join"
href="https://docs.google.com/spreadsheets/u/0/d/1AXvhdaRDhTQqD_cy7CvvsanKXXQL1ZxFIJZMUy6FDdA/htmlview"
target="_blank">Spread Sheet</a>
</div>
<div class="box">
<h4 class="title" id="data">Data Science & Machine
Learning</h4>
<p>List of quest to be completed</p>
<br>
<ul>
<li>
<a href="https://tiny.cc/zjgysz"
target="_blank"
class="btn">Getting
Started: Create and Manage Cloud
Resources</a>
</li>
<hr>
<li>
<a href="https://tiny.cc/0kgysz"
target="_blank"
class="btn">Perform
Foundational Data, ML, and AI Tasks in
Google Cloud</a>
</li>
<hr>
<li>
<a href="https://tiny.cc/2kgysz"
target="_blank"
class="btn"> Insights
from Data with BigQuery</a>
</li>
<hr>
<li>
<a href="https://tiny.cc/3kgysz"
target="_blank"
class="btn">Engineer
Data in Google Cloud</a>
</li>
<hr>
<li>
<a href="https://tiny.cc/6kgysz"
target="_blank"
class="btn">Integrate
with Machine Learning APIs</a>
</li>
<hr>
<li>
<a href="https://tiny.cc/7kgysz"
target="_blank"
class="btn">Explore
Machine Learning Models with Explainable
AI</a>
</li>
</ul>
<hr>
<br><br>
<a class="join"
href="https://docs.google.com/spreadsheets/u/0/d/1AXvhdaRDhTQqD_cy7CvvsanKXXQL1ZxFIJZMUy6FDdA/htmlview"
target="_blank">Spread Sheet</a>
</div>
</div>
</div>
</div>
<br> <br><br> <br><br>
<!-- table -->
<!--rewards ====Ved Nande==== -->
<p class="container-title bd-grid" id="rewards">
Complete the track and get rewarded
</p>
<p class="container-title2 bd-grid">
Any one who completes at least one Track in this month is
eligible for Goodies
</p>
<div class="containers bd-grid">
<ul class="containers bd-grid">
<li>
<img class="img1"
src="https://lh3.googleusercontent.com/PnQj6RpsTPNEdOOIriPFEPSYZhQTml_NZiK0WjrevsJpRpGcrc6cSJbuz7khLXUpaeCFGBeBlYACODlT8jfHN_vKFSHjqvgH8ekK=w1340-h1231-c"
alt="">
</li>
<li>
<img class="img1"
src="https://lh3.googleusercontent.com/UCp0ZBDVfBdGDKp71pI67OnhpQAOTjggUklXEyOoLVwdcLvxuDDpRCNziBjFyLp2uVhFiewYiQ3D2BfqA6Auyom8n2Y7d647wOs=w1340-h1340-c"
alt="">
</li>
<li>
<img class="img1"
src="https://lh3.googleusercontent.com/3hsc1kW0x5w_Zz9-aBq_RkU7FMdZvr8Etgw3Z1RkxoUB-6Mbv9XHf_rfadMTw57rrYaodX4zEdVcfBTbR5UIVYnIOelO3xgohkZy=w1340-h1340-c"
alt="">
</li>
<li>
<img class="img1"
src="https://lh3.googleusercontent.com/0a_-rucyehnQlvnvBHaAuGzlmyrFv0naf8dqaLjO4jtDhDka11a4b_A9dIBh8XRo88h5ko-83LvwZZp09k_gOWsjxgoIFH2q4k8m=w1340-h1231-c"
alt="">
</li>
</ul>
</div>
<!--rewards-->
<!--FAQ by Vaibhav-->
<div class="faq-container bd-grid">
<div class="heading"> <h3>FAQS</h3> </div>
<div class="bar">
<h4><i class="fa fa-plus"></i>  
What is 30 Days of Google Cloud?
</h4>
<div class="answer">
30 Days of Google Cloud program will provide you an
opportunity to kickstart your career in cloud and get
hands-on practice on Google Cloud Platform - the tool
that powers apps like Google Search, Gmail and YouTube.
</div>
</div>
<div class="bar">
<h4><i class="fa fa-plus"></i>  
What is Qwiklabs?
</h4>
<div class="answer">
Qwiklabs is a platform where you can learn various Cloud
technologies on GCP and AWS.
</div>
</div>
<div class="bar">
<h4><i class="fa fa-plus"></i>  
Do I need to pay or buy anything?
</h4>
<div class="answer">
No, the course is free and you are provided with 600
credits to complete our tracks in Qwiklabs.You will also
be getting a subscription of Qwiklabs.
</div>
</div>
<div class="bar">
<h4><i class="fa fa-plus"></i>  
I completed one track, what should I do?
</h4>
<div class="answer">
You may or may not learn another track (Up to you).
</div>
</div>
<div class="bar">
<h4><i class="fa fa-plus"></i>  
I have completed the required tracks and/or skill
badges. When will I get my prizes?
</h4>
<div class="answer">
If you have completed any of the tracks mentioned in the
Prize Rules section and are eligible for prizes, then
you will get them delivered to you after the program is
finished.
</div>
</div>
<div class="bar">
<h4><i class="fa fa-plus"></i>  
What are other benefits I get?
</h4>
<div class="answer">
Upon completing each quest you get a digital badge,
certifying you that you are proficient in that domain of
GCP.
</div>
</div>
<div class="bar">
<h4><i class="fa fa-plus"></i>  
I have already completed the skill badges in the
program, what should I do?
</h4>
<div class="answer">
Please note that in order to get the prizes, you need to
complete the skill badges after 27th September 2020 and
before 27th October 2021 11.59 PM IST. Any quests
completed before that won't be counted.
</div>
</div>
</div>
<!--===== CONTACT =====-->
<section class="contact section bd-grid" id="contact">
<h2 class="section-title">Contact</h2>
<div class="contact__container bd-grid">
<form method="POST"
action="https://formsubmit.co/c86ba43a84a4fad85d229538ac1b9c08"
class="contact__form">
<input type="text" name="name" placeholder="Name"
class="contact__input" required>
<input type="email" name="email" class="contact__input"
placeholder="Email" required>
<textarea type="text" placeholder="Questions ??"
name="message" id="" cols="0" rows="10"
class="contact__input"></textarea>
<button type="submit" class="contact__button">Send</button>
<input type="hidden" name="_next"
value="https://adarshnjena.github.io/GSDC-GCOEN.github.io/thankyou.html">
</form>
</div>
</section>
<!-- ===== FOOTER START ===== -->
<footer class="footer">
<div class="footer_sections">
<div class="footer_section links">
<h3 class="footer_title">About</h3>
<ul>
<li><a
href="https://developers.google.com/community/dsc/"
target="_blank">#GDSCIndia</a></li>
<li> <a
href="https://gdsc.community.dev/government-college-of-engineering-nagpur/"
target="_blank">#GDSCGCOENCommunity</a></li>
<li><a href="https://cloud.google.com/gcp/"
target="_blank">#GoogleCloudPlatform</a></li>
<li><a href="#" target="_blank">#DeveloperStudentsClub</a></li>
</ul>
</div>
<div class="footer_section links">
<h3 class="footer_title">Tracks</h3>
<ul>
<li><a href="#cloud">Cloud Engineering Track</a></li>
<li><a href="#data">Data Science & Machine Learning
Track</a></li>
</ul>
</div>
<div class="footer_section">
<h3 class="footer_title">Content With Us</h3>
<ul class="sco">
<li><a
href="https://www.linkedin.com/in/gdsc-gcoen-b04655221/"
target="_blank"
class="footer__icon"><i class='bx
bxl-linkedin bx-tada bx-rotate-90'></i></a></li>
<li><a
href="https://instagram.com/dscgcoen?utm_medium=copy_link"
class="footer__icon" target="_blank"><i
class='bx bxl-instagram bx-tada
bx-rotate-90'></i></a></li>
<li><a
href="https://t.me/joinchat/cJtBTrR2I9RlYWE1"
class="footer__icon"
target="_blank"><i class='bx bxl-telegram
bx-tada'></i></a></li>
<li><a
href="https://gdsc.community.dev/government-college-of-engineering-nagpur/"
target="_blank"
class="footer__icon"><i class='bx
bxl-google bx-tada bx-rotate-90'></i></a></li>
</ul>
</div>
<div class="footer_section">
<h3 class="footer_title">Contact</h3>
<ul class="info">
<li><span>Developer Student's Club GCOEN</span></li>
<li><span><i class='bx bxs-map bx-tada
bx-flip-horizontal'></i>Nagpur,
Maharastra 440001</span></li>
<li><span><a
href="mailto:gdsc.gcoen@gmail.com">
gdsc.gcoen@gmail.com</a></span></li>
</ul>
</div>
</div>
<p>Thank You</p>
</footer>
<!-- ===FOOTER ENDS -->
<!--===== MAIN JS =====-->
<script src="assets/js/main.js"></script>
<!--FAQ by vaibhav-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="crossorigin="anonymous">
</script>
<script type="text/javascript">
$(document).ready(function(){
$(".bar").click(function()
{
$(this).find(".answer").slideToggle();
});
$(".bar").click(function(){
$(this).find("i").toggleClass("fa-plus fa-minus");
});
} )
</script>
<!--Page Loader-->
<script>
var Loader = document.querySelector('.colour');
var page = document.querySelector('.l-main');
document.body.style['overflow-y'] = 'hidden';
page.style.opacity = "0";
setInterval(() => {
Loader.style.display = "none";
page.style.opacity = "1";
document.body.style['overflow-y'] = 'visible';
}, 2500);
</script>
</body>
</html>