-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
520 lines (497 loc) · 26.9 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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>GDSC-Jamia Millia Islamia</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="GDSC JMI" />
<meta name="description"
content="Google Developer Student Clubs (GDSC) is a Google Developers program for university students to learn mobile and web development skills.">
<meta name="keywords" content="dsc, JMI, google developers, DSC JMI" />
<meta property="og:image" content="images/assets/logo.png">
<link href="css/ionicons.min.css" rel="stylesheet">
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#2F5BE7" />
<link rel="apple-touch-icon" sizes="144x144" href="images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16.png">
<link rel="manifest" href="manifest.json" />
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#00a300">
<link rel="shortcut icon" href="/images/favicon.ico">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-config" content="/images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="dns-prefetch" href="https://docs.google.com">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans|Roboto:300,400,500,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Google+Sans:400,500,700|Material+Icons' rel='stylesheet'
type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body class="x-hidden has-sticky-header">
<nav class="navbar navbar-expand-lg fixed-top custom-menu custom-menu__light">
<div class="container">
<a class="navbar-brand nav-logo" style="color: #606060" href="index.html">
<!-- GDSC JMI Logo -->
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="menu-icon__circle">
</span>
<span class="menu-icon">
<span class="menu-icon__bar"></span>
<span class="menu-icon__bar"></span>
<span class="menu-icon__bar"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-lg-auto">
<li class="nav-item active">
<a class="nav-link" href="#overview">About us
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item"><a href="#technologies" class="nav-link">Technologies</a></li>
<li class="nav-item"><a href="#workshops" class="nav-link">Workshops</a></li>
<li class="nav-item"><a href="#team" class="nav-link">Team</a></li>
<li class="nav-item"><a href="#community" class="nav-link">Community</a></li>
</ul>
<div class="custom-menu__right">
<a href="https://gdsc.community.dev/jamia-millia-islamia-delhi/" target="_blank" class="event-btn"
rel="noreferrer">Become Member</a>
</div>
</div>
</div>
</nav>
<header id="hero" class="hero border-bottom">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-sm-6">
<div class="hero-content">
<div class="hero-title__group">
<div class="hero-title">
<h1 class="zuri"><br>Google Developer Student Clubs<br>
<!-- <img data-src="images/JMI-logo.png" class="img-fluid" alt="JMI" width="40%"
height="40%"> -->
<!-- JMI Logo to be added -->
</h1>
</div>
<div class="Hero--Subtitle">
<p class="lead">Developer Student Clubs is a
<first-letter>G</first-letter>
<third-letter>o</third-letter>
<second-letter>o</second-letter>
<first-letter>g</first-letter>
<forth-letter>l</forth-letter>
<third-letter>e</third-letter>
Developers program for university students to learn<second-letter> mobile
</second-letter> and
<first-letter>web development skills</first-letter> , <third-letter>design thinking
skills</third-letter>
and <forth-letter>leadership skills.</forth-letter>
</p>
</div>
</div>
<a href="https://gdsc.community.dev/jamia-millia-islamia-delhi/" class="hero-button"
target="_blank" rel="noopener"><i class="fab fa-meetup"></i> Become Member</a>
</div>
</div>
<div class="col-12 col-sm-5 ml-auto">
<div class="hero-figure">
<img data-src="images/assets/diversity.png" class="img-fluid w-100"
alt="Illustration of diversity in a developer community">
</div>
</div>
</div>
</div>
</header>
<section id="overview" class="section-spacer border-bottom bg-very__gray">
<div class="container">
<header class="section-header text-center">
<h2 class="section-title">About us</h2>
<br>
</header>
<div class="row">
<div class="col-md-4 col-12">
<div class="feature-card">
<div class="feature-card__body">
<div class="w-100 d-flex flex-wrap justify-content-center"><i class="fas fa-rocket ghost-blue"></i></div>
<h4 class="feature-title">Concept of DSC</h4>
<p>The DSC program is a grassroots channel through which Google provides development, mobile
& web development skills for students, towards employability.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="feature-card">
<div class="feature-card__body">
<div class="w-100 d-flex flex-wrap justify-content-center"><i class="fas fa-lightbulb ghost-green"></i></div>
<h4 class="feature-title">Why DSC?</h4>
<p>For students to learn development skills, solve problems through technology
and inspire them to be world class developers and changemakers.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-12">
<div class="feature-card m-0">
<div class="feature-card__body">
<div class="w-100 d-flex flex-wrap justify-content-center"><i class="fas fa-users ghost-red"></i></div>
<h4 class="feature-title">Target audience</h4>
<p>DSC activities are targeted at University students and any others
including faculty members who want to learn development skills & work to solve
real-life problems.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="technologies" class="section-spacer border-bottom">
<div class="container">
<header class="section-header text-center">
<h2 class="section-title">What we're excited about</h2>
<p class="section-subtitle">Opportunities to learn & access deep technical content.</p>
<p class="section-subtitle">Grow Learn Connect.</p>
<br>
</header>
<div class="row align-items-center">
<div class="col-sm-6">
<div class="feature-list-image">
<img data-src="images/assets/technologies/android.png" class="img-fluid"
alt="Official android logo" width="100%" height="50%">
</div>
</div>
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Android Development</h2>
<p>Every year Google developers release exciting new updates to the world's most popular
operating system.
We always have sessions to keep you updated and mastering the latest trends in modern
Android development.</p>
</div>
<a href="https://codelabs.developers.google.com/?cat=Android" class="hero-button"
target="_blank" rel="noreferrer">Codelabs <i
class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
</div>
</section>
<section class="section-spacer bg-very__gray border-bottom">
<div class="container">
<div class="row flex-column-reverse flex-sm-row align-items-cengit ter">
<div class="col-sm-5 mr-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Web Development</h2>
<p>Learn the core foundations of a delightful web experience both for the user and
developer.
Stay up to tabs
with emerging and trending technologies. Get access to a guided, tutorial and hands-on
coding experience.
</p>
</div>
<a href="https://codelabs.developers.google.com/?cat=Web" class="hero-button" target="_blank"
rel="noreferrer">Codelabs <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="col-sm-6">
<div class="feature-list-image">
<img data-src="images/assets/technologies/web.png"
alt="Developer building a progressive web app" class="img-fluid" height="60%" width="90%">
</div>
</div>
</div>
</div>
</section>
<section id="hip" class="section-spacer border-bottom">
<div class="container">
<div class="row align-items-center">
<div class="col-sm-6">
<div class="feature-list-image">
<img data-src="images/assets/technologies/cloud.png" class="img-fluid"
alt="Illustration of data uploading to the cloud" width="90%">
</div>
</div>
<div class="col-sm-5 ml-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Cloud Computing</h2>
<p>For passionate developers who want to stay relevant in a cloud first world where
businesses demand for agility and
innovation and prompt rise of cloud-native applications to
bridges gaps between data, insight, and action.</p>
</div>
<a href="https://codelabs.developers.google.com/?cat=Cloud" class="hero-button" target="_blank"
rel="noreferrer">Codelabs <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
</div>
</section>
<section class="section-spacer bg-very__gray border-bottom">
<div class="container">
<div class="row flex-column-reverse flex-sm-row align-items-cengit ter">
<div class="col-sm-5 mr-auto">
<div class="feature-list-wrapper">
<div class="content-header">
<h2 class="content-title">Machine Learning and Artificial Intelligence</h2>
<p>Learn how to drive user engangement and retention with intelligent apps that are able to
effectively serve users what they need without the fuss.
</p>
</div>
<a href="https://codelabs.developers.google.com/?cat=TensorFlow" class="hero-button"
target="_blank" rel="noreferrer">Codelabs <i
class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="col-sm-6">
<div class="feature-list-image">
<img data-src="images/assets/technologies/mi.png" class="img-fluid"
alt="Robotic illustration of how many different things it can do" height="60%" width="90%">
</div>
</div>
</div>
</div>
</section>
<!--Events & Workshops-->
<section id="workshops" class="section-spacer workshops-section border-bottom">
<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">
<!-- Add a list of upcoming events -->
</div>
</div>
<!--Past events-->
<div class="tab-pane" id="past" role="tabpanel" aria-labelledby="past">
<div class="row d-flex flex-wrap justify-content-center">
<div class="col-md-4 col-12 px-4">
<div class="card event-card">
<img class="card-img-top" data-src="images/assets/events/info_session.png" alt="INFO SESSION">
<div class="card-body">
<!-- <p class="tagging intermediate float-right">Event Short Desc</p> -->
<h5 class="card-title">INFO SESSION</h5>
<p class="card-text">
<strong>DATE : 12th September 2021</strong> <br>
<!-- <strong>VENUE : Google Meet</strong> <br> -->
<strong>TIME : 5:00 PM</strong>
</p>
</div>
</div>
</div>
<div class="col-md-4 col-12 px-4">
<div class="card event-card">
<img class="card-img-top" data-src="images/assets/events/30_day_cloud.png" alt="30 Days of Cloud">
<div class="card-body">
<!-- <p class="tagging intermediate float-right">Event Short Desc</p> -->
<h5 class="card-title">30 Days of Cloud</h5>
<p class="card-text">
<strong>DATE :27th September 2021</strong> <br>
<!-- <strong>VENUE : </strong> <br> -->
<strong>TIME : All Month </strong> <br>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Team-->
<section id="team" class="section-spacer team-section bg-very__gray border-bottom">
<div class="container">
<header class="text-center section-header">
<h2 class="section-title">Meet The Team</h2>
<span class="section-subtitle">Passionate students driving the success of the program.</span>
</header>
<div class="container-fluid">
<div id="carouselExample" class="carouselPrograms carousel slide" data-ride="carousel"
data-interval="false">
<div class="carousel-inner row w-100 mx-auto" role="listbox">
<!-- add a list of all team member here -->
</div>
</div>
</div>
<br>
</div>
</section>
<!--Community-->
<section id="community" class="section-spacer workshops-section border-bottom">
<div class="container">
<header class="text-center section-header">
<h2 class="section-title">Join your peers at community</h2>
<span class="section-subtitle">Connect with fellow community members by joining us through the links
mentiond below.</span>
</header>
<div class="custom-menu__right text-center p" style="margin: 30px;">
<!-- add whatsapp group invite here -->
<a href="https://chat.whatsapp.com/HhgM2XXhmSc8MeJzeewghA" target="_blank" class="event-btn"><i class="fab fa-whatsapp large"
style="margin-right: 10px;"></i>Join Whatsapp group</a>
</div>
<div class="custom-menu__right text-center" style="margin: 30px;">
<!-- // add discord group invite here -->
<a href="" target="_blank" class="event-btn"><i class="fab fa-discord"
style="margin-right: 10px;"></i>Join Discord channel</a>
</div>
</div>
</section>
<footer class="section-spacer footer-section bg-very__gray">
<div class="container">
<div class="row flex-column-reverse flex-sm-row flex-lg-row">
<div class="col-md-4 col-12 text-center">
<div class="footer-widget first-of-footer-widget">
<!-- add GDSC JMI Logo here -->
<img data-src="" class="logo-sm mb-10" alt="DSC JMI footer logo">
<p>Copyright © 2021. All Rights Reserved.</p>
<!-- add all the gdsc jmi social links here -->
<ul class="social-list__inline mt-10">
<!-- <li>
<a href="" target="_blank" rel="noopener">
<i class="fab fa-twitter"></i>
</a>
</li> -->
<li>
<a href="https://github.com/jamiaGDSC/jamiaGDSC.github.io" target="_blank" rel="noopener">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/gdsc_jmi/" target="_blank" rel="noopener">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/google-developer-student-club-jmi/" target="_blank" rel="noopener">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank" rel="noopener" class="far fa-envelope"></a>
</li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-8">
<div class="row">
<div class="col-md-4 col-6">
<div class="footer-widget">
<h4 class="footer-widget__title">Developers</h4>
<ul>
<li class="list-unstyled">
<li>
<a href="https://flutter.dev" target="_blank" rel="noreferrer">Flutter</a>
</li>
<li>
<a href="https://console.cloud.google.com/" target="_blank"
rel="noreferrer">Google Cloud Platform</a>
</li>
<li>
<a href="https://developer.android.com/dev-summit/community-guidelines/"
target="_blank" rel="noreferrer">Code of
conduct</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="footer-widget">
<h4 class="footer-widget__title">Contribute</h4>
<ul class="list-unstyled">
<li>
<a href="https://github.com/jamiaGDSC/GDSC-JMI-website/issues" target="_blank"
rel="noreferrer">File a bug</a>
</li>
<li>
<a href="https://github.com/jamiaGDSC/GDSC-JMI-website" target="_blank"
rel="noreferrer">View source</a>
</li>
<!-- add gdsc jmi email here -->
<li>
<a href="" target="_blank" rel="noreferrer">Contact
Us</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<a href="#" id="scroll" style="display: none;"><i class="fas fa-angle-up"></i></a>
<script>
function imageIntersectionObserverCallback(imageEntries, observer) {
imageEntries.forEach(imgEntry => {
if (imgEntry.isIntersecting) {
imgEntry.target.setAttribute('src', imgEntry.target.dataset.src);
observer.unobserve(imgEntry.target);
}
})
}
const imageObserver = new IntersectionObserver(imageIntersectionObserverCallback, { rootMargin: '30px 0px' });
imageObserver.POLL_INTERVAL = 200;
imageObserver.USE_MUTATION_OBSERVER = false;
document.querySelectorAll('img[data-src]').forEach(img => {
imageObserver.observe(img);
})
</script>
<script>
function iframeObserverCallback(iframeEntries, observer) {
iframeEntries.forEach(iframe => {
if (iframe.isIntersecting && window.matchMedia('(min-width: 450px)').matches) {
iframe.target.setAttribute('src', iframe.target.dataset.urllink);
observer.unobserve(iframe.target);
}
})
}
const iframeObserver = new IntersectionObserver(iframeObserverCallback, { rootMargin: '30px 0px' });
iframeObserver.POLL_INTERVAL = 200;
iframeObserver.USE_MUTATION_OBSERVER = false;
document.querySelectorAll('iframe[data-urllink]').forEach(img => {
iframeObserver.observe(img);
});
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('service-worker.js')
.then(function () {
console.log("Service Worker Registered,");
});
}
);
}
</script>
<script src="js/vendors/jquery.min.js"></script>
<script src="js/vendors/bootstrap.bundle.min.js"></script>
<script src="js/vendors/jquery.magnific-popup.min.js"></script>
<script src="js/vendors/jquery.easing.min.js"></script>
<script src="js/vendors/swiper.min.js"></script>
<script src="js/vendors/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>