-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththirtydaysofgcp.html
330 lines (285 loc) · 12.4 KB
/
thirtydaysofgcp.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DSC AUCE</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/preloader.css">
<link rel="icon" href="images/Homepage/favicon.png" type="image/icon type">
</head>
<body>
<!-- PRE LOADER -->
<div id="loader"></div>
<div id="content">
<!-- MENU -->
<section class="navbar custom-navbar navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!-- lOGO TEXT HERE -->
<a class="navbar-brand" href="index.html"><img src="images/Homepage/dsclogo.png" alt="logo" height="40px" width="300px"></a>
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-nav-first" style="float: right;">
<li><a href="index.html" class="smoothScroll">Home</a></li>
<li><a href="index.html#about" class="smoothScroll">About</a></li>
<li><a href="events.html" class="smoothScroll">Events</a></li>
<li><a href="team.html" class="smoothScroll">Team</a></li>
<li><a href="#contact" class="smoothScroll">Contact Us</a></li>
</ul>
</div>
</div>
</section>
<div class="container" style="margin-top:90px;">
<h1 class="text-center">30 Days of Google Cloud</h1><br></h1>
</div>
<section id="about" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row" style="margin-bottom:100px;">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="about-info">
<div class="section-title wow fadeInUp" data-wow-delay="0.2s">
<h2>What is this about?</h2>
</div>
<div class="wow fadeInUp" data-wow-delay="0.4s">
<p>Google has launched its flagship program called 30 Days with Google Cloud to be held in the month of October.</p>
<p>This program is the very first quest (guided training) by DSC which will provide engineering students with an opportunity to kickstart their learning on cloud technology using practice on Google Cloud which is the tool that powers apps like Google Search, Gmail and YouTube.</p>
<p>As part of the program, there are two tracks</p>
<p>1. Cloud Engineering Track</p>
<p>2. Data Science & Machine Learning Track</p>
<p> <a href="https://www.youtube.com/watch?v=Dub8GyiBOms&feature=youtu.be" target="_blank">Learn more about the program.</a></p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="wow fadeInUp about-image" data-wow-delay="0.6s">
<img class="img-fluid" id="gif"
src="images/events/30daysofgcloud/Google_Cloud.gif" width="100" height="100" />
</div>
</div>
</div>
</div>
</section>
<!-- TRACK1 -->
<section id="event" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="wow fadeInUp about-image" data-wow-delay="0.6s">
<img src="images/events/30daysofgcloud/cloud_track.png" height="auto" width="100%" style="display: block; margin: 15px auto;" class="img-responsive" id="tracks" alt="">
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="about-info">
<div class="section-title wow fadeInUp" data-wow-delay="0.2s">
<h2>Cloud Engineering Track</h2>
</div>
<div class="wow fadeInUp" data-wow-delay="0.4s" style="text-align: left">
<ul class="tracks" style="margin-right: :-15px;">
<li style="list-style: none; padding-bottom: 10px;"><b>Topics covered in this track:</b></li>
<li>Getting Started: Create and Manage Cloud Resources</li>
<li>Perform Foundational Infrastructure Tasks in Google Cloud</li>
<li>Setup and Configure a Cloud Environment in Google Cloud</li>
<li>Deploy and Manage Your Cloud Environments with Google Cloud</li>
<li>Build and Secure Networks in Google Cloud</li>
<li>Deploy to Kubernetes in Google Cloud</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--TRACK2 -->
<section id="about" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row" style="margin-bottom:100px;">
<div class="col-md-6 col-sm-12">
<div class="about-info">
<div class="section-title wow fadeInUp" data-wow-delay="0.2s">
<h2>Data Science & Machine Learning Track</h2>
</div>
<div class="wow fadeInUp" data-wow-delay="0.4s" style="text-align: left">
<ul style="margin-left:-15px;">
<li style="list-style: none; padding-bottom: 10px;"><b>Topics covered in this track:</b></li>
<li>Getting Started: Create and Manage Cloud Resources</li>
<li>Perform Foundational Data, ML, and AI Tasks in Google Cloud</li>
<li>Insights from Data with BigQuery</li>
<li>Engineer Data in Google Cloud</li>
<li>Integrate with Machine Learning APIs</li>
<li>Explore Machine Learning Models with Explainable AI</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="wow fadeInUp about-image" data-wow-delay="0.6s">
<img src="images/events/30daysofgcloud/ml_ai.png" style="display: block; margin: 15px auto;" class="img-responsive" alt="" id="tracks">
</div>
</div>
</div>
</div>
</section>
<!--Perks of enrolling in the program -->
<section id="event">
<div class="wow fadeInUp" data-wow-delay="0.4s" >
<div class="container my-5">
<div class="section-title wow fadeInUp" >
<h2 style="text-align: center;">Perks of enrolling in the program</h2>
<p style="padding: auto; text-align: left;">Upon successful completion of the program, you'll get Google Cloud Goodies and Digital Badges from Google itself!There are a lot of things in store for you. We want to make sure that by the end of this program:</p>
</div>
<div class="row py-4 wow fadeInUp"data-wow-delay="0.2s">
<div class="col-lg-6 col-md-6 col-sm-12">
<div><p>1. You can showcase what you’ve learned here to your professional network using Google Cloud-hosted quest & skill badges (see below) that you can add to your resume and professional profiles like LinkedIn. 🏆</p></div>
<div><img src="images/events/30daysofgcloud/badges.png" style="display: block; margin: 15px auto;" class="img-responsive" id="tracks"alt=""> </div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div><p>2. And on top of these amazing badges, get a chance to win some really cool Gooogle Cloud goodies🤩.</p></div>
<div><img src="images/events/30daysofgcloud/goodies.jpeg" style="display: block; margin: 15px auto;" class="img-responsive" alt=""> </div>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer id="footer" data-stellar-background-ratio="0.5" style="padding-top: 40px">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<div class="section-title">
<h2 class="wow fadeInUp" data-wow-delay="0.2s">
General Guidelines
</h2>
</div>
<address class="wow fadeInUp" data-wow-delay="0.4s">
<!-- <p>123 nulla a cursus rhoncus,<br> augue sem viverra 10870<br>id ultricies sapien</p> -->
<p><a href="">Code Of Conduct</a></p>
</address>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<div class="section-title">
<h2 class="wow fadeInUp" data-wow-delay="0.2s">Community</h2>
</div>
<address class="wow fadeInUp" data-wow-delay="0.4s">
<p><a href="">Google Developers Program</a></p>
<p>
<a href="mailto:[email protected]">Developer Students Club</a>
</p>
<p><a href=""></a></p>
</address>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h2 class="wow fadeInUp" data-wow-delay="0.2s">Keep In Touch</h2>
<ul class="wow fadeInUp social-icon" data-wow-delay="0.4s">
<li>
<a
href="https://www.facebook.com/pages/category/Community/DSC-AUCE-101465691691643/"
class="fa fa-facebook-square"
attr="facebook icon"
></a>
</li>
<li>
<a
href="https://www.youtube.com/channel/UCw2vDOLYKTyNxA4m91QhMCQ"
class="fa fa-youtube-play"
></a>
</li>
<li>
<a
href="https://www.instagram.com/dscauce/?hl=en"
class="fa fa-instagram"
></a>
</li>
<li>
<a
href="https://www.linkedin.com/company/dsc-auce"
class="fa fa-linkedin"
></a>
</li>
</ul>
<ul class="wow fadeInUp footer-contact-info" data-wow-delay="0.4s">
<li>
<i class="fa fa-envelope" aria-hidden="true"></i> :
<a href="mailto:[email protected]"> [email protected]</a>
</li>
<li></li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-info wow fadeInUp" data-wow-delay="0.2s">
<a href="#" class="logo"
><img
src="images/Homepage/dsclogo.png"
alt="Logo"
height="40px"
width="300px"
/></a>
</div>
</div>
</div>
</div>
</footer>
<!--Copyright-->
<div id="copyright-area" class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="wow fadeInUp" data-wow-delay="0.8s">
<p>Copyright © 2021 DSC AUCE | All rights reserved</p>
</div>
</div>
</div>
</div>
</div>
<!-- SCRIPTS -->
<script>
var loader;
function loadNow(opacity) {
if (opacity <= 0) {
displayContent();
} else {
loader.style.opacity = opacity;
window.setTimeout(function() {
loadNow(opacity - 0.05);
}, 50);
}
}
function displayContent() {
loader.style.display = 'none';
document.getElementById('content').style.display = 'block';
}
document.addEventListener("DOMContentLoaded", function() {
loader = document.getElementById('loader');
loadNow(1);
});
</script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</div>
</body>
</html>