forked from dscnsec/30-Days-of-Google-Cloud
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
476 lines (461 loc) · 26.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>30 Days of Google Cloud | GDSC GCECT</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta content="" name="keywords">
<meta content="" name="description">
<link rel="shortcut icon" type="image/png" href="img/dsc.png" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/v4-shims.css">
<link href="css/animate.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- animate CSS -->
<link rel="stylesheet" href="css/animate2.css" />
<!-- owl carousel CSS -->
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<!-- themify CSS -->
<link rel="stylesheet" href="css/themify-icons.css" />
<!-- flaticon CSS -->
<link rel="stylesheet" href="css/flaticon.css" />
<!-- font awesome CSS -->
<link rel="stylesheet" href="css/magnific-popup.css" />
<!-- swiper CSS -->
<link rel="stylesheet" href="css/slick.css" />
<!-- style CSS -->
<link rel="stylesheet" href="css/styling.css" />
<link rel="stylesheet" href="css/timeline.css">
<link rel="stylesheet" href="css/footer.css">
</head>
<!-- http://30daysofgc.dscnsec.com/-->
<body>
<div class="container">
<div id="logo" class="pull-left" style="padding-top: 2.5vh; float: left;color: teal">
<a href="#home" style="font-family: Poppins,sans-serif"><img src="" width="35px"> 30 Days of Google Cloud |
GDSC
GCECT</a>
</div>
<nav id="nav-menu-container" style="padding-top: 15px;">
<ul class="nav-menu">
<li class="menu-active"><a href="index.html">Home</a></li>
<li><a href="https://gdsc.community.dev/government-college-of-engineering-and-ceramic-technology/" target="_blank">Join Us</a>
</li>
<li><a href="https://events.withgoogle.com/30daysofgooglecloud/#content" target="_blank">Know More</a>
</li>
</ul>
</nav>
</div>
<br><br><br><br>
<br><br><br>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>About 30 Days of Google Cloud</h2>
<p style="font-weight: 350;font-size: 1.2rem">
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.
</p>
</div>
</div>
<br><br><br>
<div class="col-lg-12">
<section class="our_service">
<div class="container ">
<div class="row" align="center">
<br> <br><br> <br><br>
<div class="col-lg-12">
<h3 align="center">We have two exciting tracks for you :</h3>
</div>
<div class="col-sm-6 ">
<div class="single_feature ">
<div class="single_service ">
<div class="box">
<h4 class="title" id="cloud">Cloud Engineering</h4>
<p>List of quest to be completed</p>
<ul>
<li>
<a href="http://tiny.cc/uigysz" target="_blank" class="btn_3">Getting
Started: Create and Manage Cloud Resources</a>
</li><br>
<li>
<a href="http://tiny.cc/fjgysz" target="_blank" class="btn_3">Perform
Foundational Infrastructure Tasks in Google Cloud</a>
</li><br>
<li>
<a href="http://tiny.cc/ljgysz" target="_blank" class="btn_3">Setup and
Configure a Cloud Environment in Google Cloud</a>
</li><br>
<li>
<a href="http://tiny.cc/ojgysz" target="_blank" class="btn_3">Deploy and
Manage Cloud Environments with Google Cloud</a>
</li><br>
<li>
<a href="http://tiny.cc/qjgysz" target="_blank" class="btn_3">Build and
Secure Networks in Google Cloud</a>
</li>
<br>
<li>
<a href="http://tiny.cc/sjgysz" target="_blank" class="btn_3">Deploy to
Kubernetes in Google Cloud</a>
</li>
</ul><br>
<ul>
<li style="text-align: center;">
<a href="https://chat.whatsapp.com/EMyqNRf2MDcEA0mKkqOEF7" target="_blank" class="btn_4">Join
us on WhatsApp to stay updated</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-6 ">
<div class="single_feature ">
<div class="single_service ">
<div class="box">
<h4 class="title" id="data">Data Science & Machine Learning</h4>
<p>List of quest to be completed</p>
<ul>
<li>
<a href="http://tiny.cc/zjgysz" target="_blank" class="btn_3">Getting
Started: Create and Manage Cloud Resources</a>
</li><br>
<li>
<a href="http://tiny.cc/0kgysz" target="_blank" class="btn_3">Perform
Foundational Data, ML, and AI Tasks in Google Cloud</a>
</li><br>
<li>
<a href="http://tiny.cc/2kgysz" target="_blank" class="btn_3"> Insights
from Data with BigQuery</a>
</li><br>
<li>
<a href="http://tiny.cc/3kgysz" target="_blank" class="btn_3">Engineer
Data in Google Cloud</a>
</li><br>
<li>
<a href="http://tiny.cc/6kgysz" target="_blank" class="btn_3">Integrate
with Machine Learning APIs</a>
</li>
<br>
<li>
<a href="http://tiny.cc/7kgysz" target="_blank" class="btn_3">Explore
Machine Learning Models with Explainable AI</a>
</li>
</ul> <br>
<ul>
<li style="text-align: center;">
<a href="https://chat.whatsapp.com/EMyqNRf2MDcEA0mKkqOEF7" target="_blank" class="btn_4">Join
us on WhatsApp to stay updated</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br>
<div class="row">
<div class="col-lg-12" align="center">
<h3>Complete the track and get rewarded</h3><br>
<p style="font-size: 1.1rem">Any one who completes at least one Track in this month is eligible for
Goodies</p> <br><br><br>
<div class="row">
<div class="col-lg-3">
<div class="icon-holder">
<div class="icon">
<img src="img/cloudtshirt.png">
</div>
</div>
</div>
<div class="col-lg-3">
<div class="icon-holder">
<div class="icon">
<img src="img/bag.jpg">
</div>
</div>
</div>
<div class="col-lg-3">
<div class="icon-holder">
<div class="icon">
<img src="img/bottle.jpg">
</div>
</div>
</div>
<div class="col-lg-3">
<div class="icon-holder">
<div class="icon">
<img src="img/sticker.png">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<br><br><br>
<br><br>
<!----FAQ SECTION---->
<div class="accordion container" id="accordionExample">
<h3 align="center">FAQ's</h3>
<br><br>
<div class="card">
<div class="card-header" id="headingOne">
<div data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
<div class="row">
<div class="col-lg-6 col-sm-6 col-md-6">
<h5>What is 30 Days of Google Cloud?</h5>
</div>
<div class="col-lg-6 col-sm-6 col-md-6 tab-ico">
<span class="tab-ico"><i class="fas fa-sort-down"></i></span>
</div>
</div>
</div>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="card-body">
<h6 style="font-weight: 300">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.</h6>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<div data-toggle="collapse" data-target="#collapseTwo" aria-expanded="true"
aria-controls="collapseTwo">
<div class="row">
<div class="col-lg-6 col-sm-6 col-md-6">
<h5>What is Qwiklabs?</h5>
</div>
<div class="col-lg-6 col-sm-6 col-md-6 tab-ico">
<span class="tab-ico"><i class="fas fa-sort-down"></i></span>
</div>
</div>
</div>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
<div class="card-body">
<h6 style="font-weight: 300">Qwiklabs is a platform where you can learn various Cloud
technologies on GCP and AWS.</h6>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<div data-toggle="collapse" data-target="#collapseThree" aria-expanded="true"
aria-controls="collapseThree">
<div class="row">
<div class="col-lg-6 col-sm-6 col-md-6">
<h5>Do I need to pay or buy anything?</h5>
</div>
<div class="col-lg-6 col-sm-6 col-md-6 tab-ico">
<span class="tab-ico"><i class="fas fa-sort-down"></i></span>
</div>
</div>
</div>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
<div class="card-body">
<h6 style="font-weight: 300">No, the course is free and you are provided with 600 credits to
complete our tracks in Qwiklabs.</h6>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<div data-toggle="collapse" data-target="#collapseFour" aria-expanded="true"
aria-controls="collapseFour">
<div class="row">
<div class="col-lg-6 col-sm-6 col-md-6">
<h5>I completed one track, what should I do?</h5>
</div>
<div class="col-lg-6 col-sm-6 col-md-6 tab-ico">
<span class="tab-ico"><i class="fas fa-sort-down"></i></span>
</div>
</div>
</div>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour"
data-parent="#accordionExample">
<div class="card-body">
<h6 style="font-weight: 300">You may or may not learn another track (Up to you).</h6>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<div data-toggle="collapse" data-target="#collapseFive" aria-expanded="true"
aria-controls="collapseFive">
<div class="row">
<div class="col-lg-6 col-sm-6 col-md-6">
<h5>I have completed the required tracks and/or skill badges. When will I get my
prizes?</h5>
</div>
<div class="col-lg-6 col-sm-6 col-md-6 tab-ico">
<span class="tab-ico"><i class="fas fa-sort-down"></i></span>
</div>
</div>
</div>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive"
data-parent="#accordionExample">
<div class="card-body">
<h6 style="font-weight: 300">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.</h6>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingSix">
<div data-toggle="collapse" data-target="#collapseSix" aria-expanded="true"
aria-controls="collapseSix">
<div class="row">
<div class="col-lg-6 col-sm-6 col-md-6">
<h5>What are other benefits I get?</h5>
</div>
<div class="col-lg-6 col-sm-6 col-md-6 tab-ico">
<span class="tab-ico"><i class="fas fa-sort-down"></i></span>
</div>
</div>
</div>
</div>
<div id="collapseSix" class="collapse" aria-labelledby="headingSix" data-parent="#accordionExample">
<div class="card-body">
<h6 style="font-weight: 300">Upon completing each quest you get a digital badge, certifying
you that you are proficient in that domain of GCP.</h6>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingSeven">
<div data-toggle="collapse" data-target="#collapseSeven" aria-expanded="true"
aria-controls="collapseSeven">
<div class="row">
<div class="col-lg-6 col-sm-6 col-md-6">
<h5>I have already completed the skill badges in the program, what should I do?</h5>
</div>
<div class="col-lg-6 col-sm-6 col-md-6 tab-ico">
<span class="tab-ico"><i class="fas fa-sort-down"></i></span>
</div>
</div>
</div>
</div>
<div id="collapseSeven" class="collapse" aria-labelledby="headingSeven"
data-parent="#accordionExample">
<div class="card-body">
<h6 style="font-weight: 300">Please note that in order to get the prizes, you need to
complete the skill badges after 27th September 2021 and before 27th October 2021 11.59
PM IST. Any quests completed before that won't be counted.</h6>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingEight">
<div data-toggle="collapse" data-target="#collapseEight" aria-expanded="true"
aria-controls="collapseEight">
<div class="row">
<div class="col-lg-6 col-sm-6 col-md-6">
<h5>Is there any specific day by which I need to complete the quests?</h5>
</div>
<div class="col-lg-6 col-sm-6 col-md-6 tab-ico">
<span class="tab-ico"><i class="fas fa-sort-down"></i></span>
</div>
</div>
</div>
</div>
<div id="collapseEight" class="collapse" aria-labelledby="headingEight"
data-parent="#accordionExample">
<div class="card-body">
<h6 style="font-weight: 300">Yes, you can complete your quests anytime before 27th October.
</h6>
</div>
</div>
</div>
</div>
</div>
<!---FAQ ENDS----->
<footer class="footer-area">
<div class="footer__text container">
<h4>
<div>#30DaysofGoogleCloud</div>
</h4>
<hr class="footer__hr">
</div>
<div class="footer__sections container text-center">
<div class="footer__section">
<span class="footer__title">About</span>
<a href="https://developers.google.com/community/dsc" target="_blank"
class="footer__link">#GDSCIndia</a>
<a href="https://dsc.community.dev/netaji-subhash-engineering-college/" class="footer__link"
target="_blank">#GDSCGCECT</a>
<a href="https://cloud.google.com/gcp/" class="footer__link"
target="_blank">#GoogleCloudPlatform</a>
<a href="https://dscnsec.com" class="footer__link" target="_blank">#GoogleDeveloperStudentClubs </a>
</div>
<div class="footer__section">
<span class="footer__title">Tracks</span>
<a href="#cloud" class="footer__link">Cloud Engineering Track</a>
<a href="#data" class="footer__link">Data Science & Machine Learning Track</a>
</div>
<div class="footer__section">
<span class="footer__title">Connect With Us</span>
<a href="https://m.facebook.com/gdsc.gcect/" target="_blank" class="footer__link"><i
class="fab fa-facebook"></i> </a>
<a href="https://www.instagram.com/gdsc_gcect/" target="_blank" class="footer__link"><i
class="fab fa-instagram"></i></a>
<a href="https://twitter.com/GDSCGcect" target="_blank" class="footer__link"><i
class="fab fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UC75HK6NG8jOiUoWlX3SldjQ" target="_blank" class="footer__link"><i
class="fab fa-youtube"></i></a>
<a href="https://github.com/gdsc-gcect" target="_blank" class="footer__link"><i
class="fab fa-github"></i> </a>
<a href="https://www.linkedin.com/company/google-developer-student-club-gcect/mycompany/?viewAsMember=true" target="_blank" class="footer__link"><i
class="fab fa-linkedin-in"></i> </a>
</div>
<div class="footer__section">
<span class="footer__title">Contact</span>
<div>Google Developer Student's Club GCECT</div>
<div>Email - [email protected] </div>
</div>
</div>
<div class="footer__text container">
<hr class="footer__hr">
<div class="logo-image">
<img src="img/gdsc.png" class="img-fluid" height="500%">
</div>
<div class="credits">
<a href="https://gcc.dscnsec.com/" target="_blank" style="color: lightgray">Adopted from GDSC NSEC</a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>