-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbackup.html
582 lines (544 loc) · 38.2 KB
/
backup.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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
<!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">
<title>Document</title>
</head>
<body>
<!-- Events & Workshops -->
<section id="workshops" class="section-spacer workshops-section">
<div class="container">
<header class="section-header text-center">
<h2 class="section-title">Events & Workshops</h2>
<p class="section-subtitle">Come learn, share and connect with us in person.</p>
</header>
<div class="workshops-type-switch">
<ul class="nav nav-pills justify-content-center js-tabs">
<li class="nav-item">
<a class="nav-link active" href="#upcoming">Upcoming Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#past">Past Events</a>
</li>
</ul>
</div>
<div class="tab-content">
<div class="tab-pane active" id="upcoming" role="tabpanel" aria-labelledby="upcoming">
Upcoming events
<div class="row">
<div class="col-md-4 col-12">
<div class="card event-card">
<img class="card-img-top" data-src="images/assets/events/Android_Session3.png"
alt="Event poster">
<div class="card-body">
<p class="tagging intermediate float-right">Hands On</p>
<h5 class="card-title">Android Study Jam Session 3</h5>
<p class="card-text">
<strong>DATE :</strong> 23<sup>th</sup> DEC, 2020 <br>
<strong>VENUE :</strong> Online<br>
<strong>TIME :</strong> 05:00PM - 06:30PM
</p>
<a href="https://bit.ly/ASJsession3" target="_blank" class="button float-right">
View Insights</a>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="card event-card">
<img class="card-img-top" data-src="images/assets/events/Android_Session2.png"
alt="Event poster">
<div class="card-body">
<p class="tagging intermediate float-right">Hands On</p>
<h5 class="card-title">Android Study Jam Session 2</h5>
<p class="card-text">
<strong>DATE :</strong> 23<sup>th</sup> DEC, 2020 <br>
<strong>VENUE :</strong> Online<br>
<strong>TIME :</strong> 05:00PM - 06:30PM
</p>
<a href="https://bit.ly/ASJsession2" target="_blank" class="button float-right">
View Insights</a>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="card event-card">
<img class="card-img-top" data-src="images/assets/events/android.jpg"
alt="Event poster">
<div class="card-body">
<p class="tagging intermediate float-right">Introductory</p>
<h5 class="card-title">Android Study Jam Session 1</h5>
<p class="card-text">
<strong>DATE :</strong> 16<sup>th</sup> DEC, 2020 <br>
<strong>VENUE :</strong> Online<br>
<strong>TIME :</strong> 05:00PM - 06:30PM
</p>
<a href="https://bit.ly/ASJsession1" target="_blank" class="button float-right">View
Insights</a>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="card event-card">
<img class="card-img-top" data-src="images/assets/events/ML.png" alt="Event poster">
<div class="card-body">
<p class="tagging intermediate float-right">Beginner</p>
<h5 class="card-title">ML Fest'20 at MITADT</h5>
<p class="card-text">
<strong>DATE :</strong> 1<sup>st</sup> Feb, 2020 <br>
<strong>VENUE :</strong> H 306<br>
<strong>TIME :</strong> 10:00AM - 01:00PM
</p>
<a href="CurrentEvent.html" target="_blank" class="button float-right">Registion
Closed</a>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="card event-card">
<img class="card-img-top" data-src="images/assets/events/Flutter.png"
alt="Event poster">
<div class="card-body">
<p class="tagging intermediate float-right">Beginner</p>
<h5 class="card-title">Flutter Interact</h5>
<p class="card-text">
<strong>DATE :</strong> 18<sup>th</sup> December 2019<br>
<strong>VENUE :</strong> MIT-WPU Pune<br>
<strong>Facilitator :</strong> Dhurmil Shah - FLUTTER GDE
</p>
<a href="CurrentEvent.html" target="_blank" class="button float-right">Registion
Closed</a>
</div>
</div>
</div>
</div>
</div>
Past events
<div class="tab-pane" id="past" role="tabpanel" aria-labelledby="past">
<section class="section-spacer bg-very__gray">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Hacktoberfest 2020
</h2>
<h6>Facilitators : <a href="#">Kedar Parsewar</h6>
<hr>
<h6>DATE : 18<sup>th</sup> October 2020</h6>
<h6>Online</h6>
<p>
Organised an session on 18th October, 2020 to make students familiar
with Hacktoberfest . Hacktoberfest is an annual month-long event to
celebrate and encourage more developers to become involved with open
source software. It’s open for anyone,
especially beginners just getting started with open source
</p>
</div>
<a href="https://dsc.community.dev/events/details/developer-student-clubs-mit-academy-of-engineering-presents-hacktoberfest-open-source-for-beginners/"
class="past-event" target="_blank" rel="noopener">Event
Insights <i class="fas fa-camera"></i></a>
</div>
</div>
<div class="col-sm-6">
<img class="card-img-top" data-src="images/assets/events/HacktoberfestImage.jpeg"
alt="Event poster">
</div>
</div>
</div>
</section>
<section class="section-spacer ">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title"> Kickstart 30 Days Of Google Cloud</h2>
<h6>Facilitators : <a href="#">Aditya Birangal</a></h6>
<hr>
<h6>DATE : 13<sup>th</sup> October 2020</h6>
<h6>VENUE : Remote</h6>
<p>Organised a demonstration session on the event - 30 Days of Google Cloud
on 13th October, 2020 to make participants familiar with the event, how
to complete quests to get a skilled badge, its benefits and how to
access qwiklabs.</p>
</div>
<a href="https://drive.google.com/drive/folders/1bgXiYn1QLelUygsieHqC0hCdZw4qauds"
class="past-event" target="_blank" rel="noopener">EVENT PHOTOS <i
class="fas fa-camera"></i></a>
</div>
</div>
<div class="col-sm-6">
<img class="card-img-top" data-src="images/assets/events/Kickstart_ Event-19.jpg"
alt="Event poster">
</div>
</div>
</div>
</section>
<section class="section-spacer bg-very__gray">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Info Session DSC MITADT</h2>
<h6>Facilitators : <a href="#">Core Team</a></h6>
<hr>
<h6>DATE : 20<sup>th</sup> September 2020</h6>
<h6>Online</h6>
<p>
Organised an introductory session on DSC on 20th September, 2020 to make
students familiar with DSC, the events, activities and its goals. The
event was conducted by DSC Core members under Aditya Birangal, DSC Lead.
</p>
</div>
<a href="https://drive.google.com/open?id=13ZBnCrgvoc5arRthpe8AmTfu0zbIH427"
class="past-event" target="_blank" rel="noopener">EVENT PHOTOS <i
class="fas fa-camera"></i></a>
</div>
</div>
<div class="col-sm-6">
<img class="card-img-top" data-src="images/assets/events/Info_seesion.jpeg"
alt="Event poster">
</div>
</div>
</div>
</section>
<section class="section-spacer">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">App Development Workshop</h2>
<h6>Facilitators : <a href="#">Aditya Birangal</a></h6>
<hr>
<h6>DATE : 25<sup>th</sup> April 2020</h6>
<h6>Online</h6>
<p>To provide developers an opportunity to stay ahead of the curve, we are
here happy to introduce 'Explore ML'.
Walk through the basics of Machine Learning, along with the hands-on
sessions, and flaunt your newly developed skills with a Google Certified
'Explore ML' certificate too !</p>
</div>
<a href="https://drive.google.com/open?id=13ZBnCrgvoc5arRthpe8AmTfu0zbIH427"
class="past-event" target="_blank" rel="noopener">EVENT PHOTOS <i
class="fas fa-camera"></i></a>
</div>
</div>
<div class="col-sm-6">
<img class="card-img-top" data-src="images/assets/events/FlutterWorkshop.png"
alt="Event poster">
</div>
</div>
</div>
</section>
<section id="hi" class="section-spacer bg-very__gray">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">EXPLORE ML</h2>
<h6>Facilitators : <a href="#">Amey Nerker</a></h6>
<hr>
<h6>DATE : 1<sup>st</sup> February 2020</h6>
<h6>VENUE : H 306</h6>
<p>To provide developers an opportunity to stay ahead of the curve, we are
here happy to introduce 'Explore ML'.
Walk through the basics of Machine Learning, along with the hands-on
sessions, and flaunt your newly developed skills with a Google Certified
'Explore ML' certificate too !</p>
</div>
<a href="https://drive.google.com/open?id=13ZBnCrgvoc5arRthpe8AmTfu0zbIH427"
class="past-event" target="_blank" rel="noopener">EVENT PHOTOS <i
class="fas fa-camera"></i></a>
</div>
</div>
<div class="col-sm-6">
<img class="card-img-top" data-src="images/assets/events/ML.png" alt="Event poster">
</div>
</div>
</div>
</section>
<section class="section-spacer">
<div class="container">
<div class="row flex-column-reverse flex-sm-row align-items-cengit ter">
<div class="col-sm-6">
<div class="feature-list-image">
<img class="card-img-top" data-src="images/assets/events/Flutter.png"
alt="Event poster">
</div>
</div>
<div class="col-sm-5 mr-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Flutter Interact</h2>
<h6>Facilitator : <a href="#">Dhurmil Shah - FLUTTER GDE</a></h6>
<hr>
<h6>DATE : 18<sup>th</sup> December 2019</h6>
<h6>VENUE : MIT-WPU Pune</h6>
<p>Flutter is an open-source UI software development kit used to develop
applications for Android, iOS, Windows, Mac, Linux, Google Fuchsia and
the web.</p>
</div>
<a href="https://drive.google.com/open?id=1nvPqaYJhmNaYPpS1XFli0G4YbN9nZd-m"
class="past-event" target="_blank" rel="noopener">EVENT PHOTOS <i
class="fas fa-camera"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="hi" class="section-spacer bg-very__gray">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Hacktoberfest</h2>
<h6>Facilitators : <a href="#">Amey Nerker</a></h6>
<hr>
<h6>DATE : 18<sup>th</sup> October 2019</h6>
<h6>VENUE : MITADT</h6>
<p>Hacktoberfest is an annual month-long event to celebrate and encourage
more developers to become involved with open source software. It’s open
for anyone, especially beginners just getting started with open source!
</p>
</div>
<a href="https://drive.google.com/drive/folders/1-bM0ZxMF53TZeBbxFEMAt-UV8YC7Uygy?usp=sharing"
class="past-event" target="_blank" rel="noopener">EVENT PHOTOS <i
class="fas fa-camera"></i></a>
</div>
</div>
<div class="col-sm-6">
<img class="card-img-top" data-src="images/assets/events/octo.png"
alt="Event poster">
</div>
</div>
</div>
</section>
<section class="section-spacer">
<div class="container">
<div class="row flex-column-reverse flex-sm-row align-items-cengit ter">
<div class="col-sm-6">
<div class="feature-list-image">
<img class="card-img-top" data-src="images/assets/events/gcp.png"
alt="Event poster">
</div>
</div>
<div class="col-sm-5 mr-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">GCP Crash Course</h2>
<h6>Facilitator : <a href="#">Amey Nerker</a></h6>
<hr>
<h6>DATE : 31<sup>st</sup> October 2019</h6>
<h6>VENUE : MITADT</h6>
<p>GCP Crash Course the best way to get started with Google cloud platform.
We have got three amazing tracks for you- Application Deployment ,Data
and Machine learning .</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="hi" class="section-spacer bg-very__gray">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">DSC India Summit</h2>
<h6>Facilitators : <a href="#">Amey Nerker</a></h6>
<hr>
<h6>DATE : 24<sup>th</sup> August 2019</h6>
<h6>VENUE : MITADT</h6>
<p>...</p>
</div>
</div>
</div>
<div class="col-sm-6">
<img class="card-img-top" data-src="images/assets/events/IndiaSummit.png"
alt="Event poster">
</div>
</div>
</div>
</section>
<section class="section-spacer">
<div class="container">
<div class="row flex-column-reverse flex-sm-row align-items-cengit ter">
<div class="col-sm-6">
<div class="feature-list-image">
<img class="card-img-top" data-src="images/assets/events/Clould.png"
alt="Event poster">
</div>
</div>
<div class="col-sm-5 mr-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">GOOGLE CLOUD STUDY JAM</h2>
<h6>Facilitator : <a href="#">Mayank Chourasia</a></h6>
<hr>
<h6>DATE : 18<sup>th</sup> August 2019</h6>
<h6>VENUE : MITADT</h6>
<p>If you are having any doubts regarding the GCP Essentials & don’t want to
miss the chance to win the goodies You can just attend the online GOOGLE
CLOUD STUDY JAM.</p>
</div>
<a href="https://drive.google.com/open?id=1UZ76L_84otieUVEptz7GEXmVC8jep994"
class="past-event" target="_blank" rel="noopener">EVENT PHOTOS <i
class="fas fa-camera"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="hi" class="section-spacer bg-very__gray">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Career Readiness Program</h2>
<h6>Facilitators : <a href="#">Amey Nerker</a></h6>
<hr>
<h6>DATE : 8<sup>th</sup> August 2019</h6>
<h6>VENUE : MITADT</h6>
<p>Are you guys ready for the Google Cloud Career Readiness Program?
Exciting Announcement on Google Clould Associate Engineering
Certification Exam
</p>
</div>
<a href="https://drive.google.com/open?id=1EU-uj6pVkQjpJKBeMp3yddRVCY8q3wAZ"
class="past-event" target="_blank" rel="noopener">EVENT PHOTOS <i
class="fas fa-camera"></i></a>
</div>
</div>
<div class="col-sm-6">
<img class="card-img-top" data-src="images/assets/events/CRP.png"
alt="Event poster">
</div>
</div>
</div>
</section>
<section class="section-spacer">
<div class="container">
<div class="row flex-column-reverse flex-sm-row align-items-cengit ter">
<div class="col-sm-6">
<div class="feature-list-image">
<img class="card-img-top" data-src="images/assets/events/Google_Extended.png"
alt="Event poster">
</div>
</div>
<div class="col-sm-5 mr-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Google I/0 '19</h2>
<h6>Facilitator : <a href="#">Mayank Chourasia</a></h6>
<hr>
<h6>DATE : 19<sup>th</sup> May 2019</h6>
<h6>VENUE : MITADT</h6>
<p>Google I/O is an annual developer conference held by Google in Mountain
View, California. I/O was inaugurated in 2008, and is organized by the
executive team. "I/O" stands for input/output, as well as the slogan
"Innovation in the Open". The event's format is similar to Google
Developer Day.</p>
</div>
<a href="https://drive.google.com/open?id=1COXcqJWXGNrf-iBTVht0ax5Rsk-WIsTG"
class="past-event" target="_blank" rel="noopener">EVENT PHOTOS <i
class="fas fa-camera"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="hi" class="section-spacer bg-very__gray">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">DSC Solution Challenge</h2>
<h6>Facilitators : <a href="#">Namrata More</a></h6>
<hr>
<h6>DATE : 30<sup>th</sup> April 2019</h6>
<h6>VENUE : MITADT</h6>
<p>Many of the DSC students are using Google technologies in innovative ways
to make a positive difference in their communities.
We are eager to recognize you through Google’s first
Developer Student Clubs Solution Challenge.
Google is issuing an open call for all leads and club members to submit
projects they worked on under the Developer Student Clubs umbrella. </p>
</div>
</div>
</div>
<div class="col-sm-6">
<img class="card-img-top" data-src="images/assets/events/Solution.png"
alt="Event poster">
</div>
</div>
</div>
</section>
<section class="section-spacer">
<div class="container">
<div class="row flex-column-reverse flex-sm-row align-items-cengit ter">
<div class="col-sm-6">
<div class="feature-list-image">
<img class="card-img-top" data-src="images/assets/events/JAM.png"
alt="Event poster">
</div>
</div>
<div class="col-sm-5 mr-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Google Cloud Study Jam</h2>
<h6>Facilitator : <a href="#">Amey Nerker</a></h6>
<hr>
<h6>DATE : 13<sup>th</sup> April 2019</h6>
<h6>VENUE : MITADT</h6>
<p>Study Jams are community-run study groups for developers. This is a great
opportunity to bring members of the community together to learn
something in person. These trainings give developers a specific skill
they can use for personal development or career advancement.</p>
</div>
<a href="https://drive.google.com/open?id=1UZ76L_84otieUVEptz7GEXmVC8jep994"
class="past-event" target="_blank" rel="noopener">EVENT PHOTOS <i
class="fas fa-camera"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="hi" class="section-spacer bg-very__gray">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Tensorflow</h2>
<h6>Facilitators : <a href="#">Amey Nerker</a></h6>
<hr>
<h6>DATE : 30<sup>th</sup> March 2019</h6>
<h6>VENUE : Computer Department</h6>
<p>Wann know what exactly AI -> ML -> DL... Come and join us!
Also get some hands on practice of Tensorflow!! Learn from experts👨🏫
</p>
</div>
</div>
</div>
<div class="col-sm-6">
<img class="card-img-top" data-src="images/assets/events/Tensor.png"
alt="Event poster">
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
</body>
</html>