-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfaq.html
334 lines (294 loc) · 17.9 KB
/
faq.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
html {
scroll-behavior: smooth;
}
</style>
<!-- Bootstrap Min CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Meanmenu Min CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Magnific Popup Min CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Owl Carousel Min CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Odometer CSS -->
<link rel="stylesheet" href="assets/css/odometer.css">
<!-- Slick CSS -->
<link rel="stylesheet" href="assets/css/slick.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
<style>
.button1 {
background-color: #44ce6f;
color: white;
border: none;
}
.button1:hover {
background-color: white;
color: black;
border: 2px solid #44ce6f;
}
</style>
<title>DSC KIIT</title>
<link rel="icon" type="image/png" href="assets/img/favicon.png">
</head>
<body>
<!-- Start Preloader Area -->
<div class="preloader">
<div class="spinner"></div>
</div>
<!-- End Preloader Area -->
<!-- Start Navbar Area -->
<header id="header">
<div class="startp-mobile-nav">
<div class="logo">
<a href="index.html"><img src="assets/img/dsckiit2019_colour_horizon.svg" alt="logo"></a>
</div>
</div>
<div class="startp-nav">
<div class="container">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="index.html"><img src="assets/img/dsclogo.png" alt="logo" height="40px" width="300px"></a>
<div class="collapse navbar-collapse mean-menu" id="navbarSupportedContent">
<ul class="navbar-nav nav ml-auto">
<li class="nav-item"><a href="#" class="nav-link">Home</a></li>
<li class="nav-itema"><a href="events.html" class="nav-link">Events</a></li>
<li class="nav-item"><a href="projects.html" class="nav-link">Projects</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="mentors.html" class="nav-link">Mentors</a></li>
<!-- <li class="nav-item"><a href="#features" class="nav-link">Features</a></li>-->
<li class="nav-item"><a href="#contact" class="nav-link">Contact</a></li>
<li class="nav-item"><a href="team.html" class="nav-link">Team<i data-feather="chevron-down"></i></a>
<ul class="dropdown_menu">
<li class="nav-item"><a href="team.html#Lead" class="nav-link">Lead</a></li>
<li class="nav-item"><a href="team.html#Web" class="nav-link">Web Development</a></li>
<li class="nav-item"><a href="team.html#ML" class="nav-link">Machine Learning</a></li>
<li class="nav-item"><a href="team.html#Android" class="nav-link">Android and Flutter</a></li>
<li class="nav-item"><a href="team.html#Cloud" class="nav-link">Cloud and Network Security</a></li>
<li class="nav-item"><a href="team.html#Photography" class="nav-link">Photography and Videography</a></li>
<li class="nav-item"><a href="team.html#Management" class="nav-link">Management</a></li>
<li class="nav-item"><a href="team.html#Design" class="nav-link">UI/UX and Design</a></li>
<li class="nav-item"><a href="team.html#Content" class="nav-link">Content Writing</a></li>
<li class="nav-item"><a href="team.html#AOG" class="nav-link">Actions on Google</a></li>
<li class="nav-item"><a href="team.html#3D" class="nav-link">3D Modelling</a></li>
</ul>
</li>
<!-- <li class="nav-item"><a href="devexpo.html" class="nav-link">DevExpo</a></li>-->
</ul>
</div>
<div class="others-option">
<a href="#upcoming" class="btn btn-light">DevExpo 2020</a>
</div>
<!--
<div class="others-option">
<a href="#" class="btn btn-light">Google Play</a>
<a href="#" class="btn btn-primary">Login</a>
</div>
-->
</nav>
</div>
</div>
</header>
<!-- End Navbar Area -->
<!-- Start Main Banner -->
<div class="main-banner">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="row h-100 justify-content-center align-items-center">
<div class="col-lg-5">
<div class="hero-content">
<!-- <h2>Developer Student Club KIIT</h2>-->
<h3><br><b>GCP Crash Course</b></h3>
<p>Wait, it's not over yet. Finish the quests to get exciting <b>goodies</b> and <b>swags</b> from Google.
You have to finish a minimum of <b>one track</b> (i.e. 5 quests) <b>before 30th October</b> to receive the perks from Google. However, there's no stopping to learning, you can complete all three tracks!</p>
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
</div>
</div>
</div>
<!--modal ends-->
</div>
</div>
<a name="upcoming"></a>
<div class="col-lg-6 col-md-12 services-right-image">
<img src="assets/img/services-right-image/book-self.png" class="wow fadeInDown" data-wow-delay="0.6s" alt="book-self">
<img src="assets/img/services-right-image/box.png" class="wow fadeInUp" data-wow-delay="0.6s" alt="box">
<img src="assets/img/services-right-image/chair.png" class="wow fadeInLeft" data-wow-delay="0.6s" alt="chair">
<img src="assets/img/services-right-image/cloud.png" class="wow zoomIn" data-wow-delay="0.6s" alt="cloud">
<img src="assets/img/services-right-image/cup.png" class="wow bounceIn" data-wow-delay="0.6s" alt="cup">
<img src="assets/img/services-right-image/flower-top.png" class="wow fadeInDown" data-wow-delay="0.6s" alt="flower">
<img src="assets/img/services-right-image/head-phone.png" class="wow zoomIn" data-wow-delay="0.6s" alt="head-phone">
<img src="assets/img/services-right-image/monitor.png" class="wow fadeInUp" data-wow-delay="0.6s" alt="monitor">
<img src="assets/img/services-right-image/mug.png" class="wow rotateIn" data-wow-delay="0.6s" alt="mug">
<img src="assets/img/services-right-image/table.png" class="wow fadeInUp" data-wow-delay="0.6s" alt="table">
<img src="assets/img/services-right-image/tissue.png" class="wow zoomIn" data-wow-delay="0.6s" alt="tissue">
<img src="assets/img/services-right-image/water-bottle.png" class="wow zoomIn" data-wow-delay="0.6s" alt="water-bottle">
<img src="assets/img/services-right-image/wifi.png" class="wow fadeInLeft" data-wow-delay="0.6s" alt="wifi">
<img src="assets/img/services-right-image/cercle-shape.png" class="bg-image rotateme" alt="shape">
<img src="assets/img/services-right-image/main-pic.png" class="wow fadeInUp" data-wow-delay="0.6s" alt="main-pic">
</div>
</div>
</div>
</div>
</div>
<div class="shape1"><img src="assets/img/shape1.png" alt="shape"></div>
<div class="shape2 rotateme"><img src="assets/img/shape2.svg" alt="shape"></div>
<div class="shape3"><img src="assets/img/shape3.svg" alt="shape"></div>
<div class="shape4"><img src="assets/img/shape4.svg" alt="shape"></div>
<div class="shape5"><img src="assets/img/shape5.png" alt="shape"></div>
<div class="shape6 rotateme"><img src="assets/img/shape4.svg" alt="shape"></div>
<div class="shape7"><img src="assets/img/shape4.svg" alt="shape"></div>
<div class="shape8 rotateme"><img src="assets/img/shape2.svg" alt="shape"></div>
</div>
<!-- End Main Banner -->
<!-- Start GCP Area -->
<div class="partner-area partner-section">
<div class="container">
<a name="faq"></a>
<h5 style="margin-top: 15%; margin-bottom: 6%">GCP Crash Course FAQ</h5>
<div>
<div>
<p style="text-align: left">
<strong>How to take up the crash course?
</strong><br><br>We have provided instructions and links to each tracks on the home page. Refer to them.
<br><br>
<strong>What is Qwiklabs?</strong><br><br>Qwiklabs is a platform where you can learn various Cloud technologies on GCP and AWS.
<br><br>
<strong>Do I need to pay or buy anything?
</strong><br><br>No, the course is free and you are provided with an Advantage Subscription for a month on Qwiklabs.
<br><br>
<strong>Do I need an account on Google Cloud Platform to take up the course?
</strong><br><br>Not at all. You can login to Qwiklabs with your Google Account and for each lab you get temporary access to GCP.
<br><br>
<strong>Is there a time limit for the Crash Course?
</strong><br><br>You can take up and complete the tracks anytime before October 31.
<br><br>
<strong>How many tracks should I complete to get goodies?
</strong><br><br>Atleast one. But don't do it for the sake of goodies. :)
<br><br>
<strong>I completed one track, what should I do?
</strong><br><br>You may or may not learn another track (Up to you) but fill the task completion form.
<br><br>
<strong>What are other benefits I get?
</strong><br><br>Upon completing each quest you get a digital badge, certifying you that you are proficient in that domain of GCP.
<br><br>
<strong>What is a public profile in Qwiklabs and where to find it?
</strong><br><br>Everyone on qwiklabs will have a public profile. You can find it under My Learnings. Under this page in the right top side corner you will find "View Public profile" For first time it will ask you to create a public profile. The URL you get is public and anyone can see your digital badges here. You need to submit this link in the completion form.
<br><br>
<strong>When and where to do this course?
</strong><br><br>Your home, park, college are few places we could suggest. Free times, boring lectures, holidays, weekdays, anytime! Learn and complete at your pace :)
<br><br>
</p>
</div>
</div>
</div>
</div>
<!-- End GCP Area -->
<!-- Start Footer Area -->
<a name="contact"></a>
<footer class="footer-area bg-f7fafd">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="single-footer-widget">
<div class="logo">
<a href="#"><img src="assets/img/dsclogo.png" alt="logo"></a>
</div>
<!-- <p>Google colludes with academy students who are enthusiastic about growing developer communities and supports them with commencing student clubs on their campuses. Developer Student Clubs is a program that recognizes and supports university students who are excited about growing developer communities that cultivate learning, sharing, and collaboration.</p>-->
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-footer-widget pl-5">
<h3>General Guidelines</h3>
<ul class="list">
<li><a href="codeOfConduct.html">Code of Conduct</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-footer-widget">
<h3>Google Developers</h3>
<ul class="list">
<li><a href="https://developers.google.com/programs/community/">Community Groups Program </a></li>
<li><a href="https://developers.google.com/programs/dsc/">Developer Student Clubs</a></li>
<li><a href="https://www.techincludes.com/">Tech Includes</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-footer-widget">
<h3>Feel free to contact us</h3>
<ul class="footer-contact-info">
<li><i data-feather="map-pin"></i> School of Computer Engineering, KIIT University, Bhubaneswar, 751024</li>
<li><i data-feather="mail"></i> Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li><i data-feather="mail"></i> Alt.: <a href="mailto:[email protected]">[email protected]</a></li>
<li><i data-feather="phone-call"></i> Phone: <a href="tel:+91-7504417023">+917504417023</a> (Manzar Hasnain)</li>
</ul>
<ul class="social-links">
<li><a href="https://www.facebook.com/dsckiit/" class="facebook"><i data-feather="facebook"></i></a></li>
<li><a href="https://twitter.com/DscKiit" class="twitter"><i data-feather="twitter"></i></a></li>
<li><a href="https://www.instagram.com/dsckiit/" class="instagram"><i data-feather="instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/dsc-kiit/" class="linkedin"><i data-feather="linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="copyright-area">
<p>Copyright © 2019. All rights reserved</p>
</div>
</div>
</div>
</div>
<img src="assets/img/map.png" class="map" alt="map">
<div class="shape1"><img src="assets/img/shape1.png" alt="shape"></div>
<div class="shape8 rotateme"><img src="assets/img/shape2.svg" alt="shape"></div>
</footer>
<!-- End Footer Area -->
<div class="go-top"><i data-feather="arrow-up"></i></div>
<!-- Jquery Min JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Popper Min JS -->
<script src="assets/js/popper.min.js"></script>
<!-- Bootstrap Min JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Meanmenu Min JS -->
<script src="assets/js/jquery.meanmenu.min.js"></script>
<!-- WOW Min JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Magnific Popup Min JS -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Appear Min JS -->
<script src="assets/js/jquery.appear.js"></script>
<!-- Odometer Min JS -->
<script src="assets/js/odometer.min.js"></script>
<!-- Slick Min JS -->
<script src="assets/js/slick.js"></script>
<!-- Owl Carousel Min JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Feather Icon Min JS -->
<script src="assets/js/feather.min.js"></script>
<!-- Form Validator Min JS -->
<script src="assets/js/form-validator.min.js"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>
</body>
</html>