-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
656 lines (612 loc) · 20.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
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
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<!DOCTYPE html>
<html lang="en">
<head>
<!-- TODO: Update with new gtag Global site tag (gtag.js) - Google Analytics -->
<!-- Title of the webpage -->
<title>Developer Student Clubs MSIT</title>
<!-- Favicon linking -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="icons/favicons/favicon-32x32.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="icons/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="icons/favicons/favicon-16x16.png"
/>
<!--Links to css CDN's-->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css?family=Barlow:100,200,500"
rel="stylesheet"
/>
<!-- FontAwesome CDN -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css"
/>
<!-- Links to css files -->
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/svg.css" />
<!--Meta tags for SEO and Responsiveness-->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#141414" />
<meta
name="Description"
content="DSC MSIT (Developer Student Club MSIT) is a Google Developers program for university students, with an aim to help students build their development skills."
/>
<!-- Adding PWA Capabilities -->
<link rel="manifest" href="manifest.json" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "DSC MSIT",
"logo": "https://dsc.msit.in/images/DSC-Light-Logo.png",
"url": "https://dsc.msit.in/",
"description": "DSC MSIT (Developer Student Club MSIT) is a Google Developers program for university students, with an aim to help students build their development skills",
"email": "[email protected]",
"address": {
"@type": "PostalAddress",
"streetAddress": "Maharaja Surajmal Institute of Technology",
"addressLocality": "C-4, Janakpuri",
"addressRegion": "New Delhi",
"addressCountry": "India",
"postalCode": "110058"
},
"foundingDate": "2019",
"sameAs": [
"https://www.linkedin.com/company/dsc-msit/"
"https://www.instagram.com/dscmsit",
"https://www.facebook.com/dscmsit"
]
}
</script>
</head>
<body>
<div class="success-message barlow-medium" id="success-message"></div>
<div class="error-message barlow-medium" id="error-message"></div>
<div class="change-device-message barlow-medium" id="error-message">
<p data-aos="fade-up" class="barlow-extralight text-center extra-break">
Your email is registered to a another device. Would you like to shift to
this devices for notifications?
</p>
<div data-aos="fade-up" class="button-maker">
<div class="barlow-thin button-text" id="change-deviceID">
Yes
</div>
</div>
<div data-aos="fade-up" class="button-maker">
<div class="barlow-thin button-text" id="no-change-deviceID">
No
</div>
</div>
</div>
<div class="phone-toggler">
<i
class="fas fa-moon fa-lg LightLogo"
id="moon"
onclick="toggleDark();checkDark();"
></i>
<i
class="fas fa-sun fa-lg DarkLogo"
id="sun"
onclick="toggleDark();checkDark();"
></i>
</div>
<div class="main-menu">
<div class="main-menu-close" id="menu-close">
<svg
xmlns="http://www.w3.org/2000/svg"
width="20.332"
height="20.332"
viewBox="0 0 20.332 20.332"
>
<g
id="Group_8"
data-name="Group 8"
transform="translate(-1042.445 -266.495)"
>
<path
id="Path_9"
data-name="Path 9"
d="M1042.8,266.849l19.625,19.625"
fill="none"
stroke="#141414"
stroke-width="1"
/>
<path
id="Path_10"
data-name="Path 10"
d="M1062.423,266.849,1042.8,286.474"
fill="none"
stroke="#141414"
stroke-width="1"
/>
</g>
</svg>
</div>
<!-- For small viewport hamburger -->
<div class="main-menu-item-holder">
<h2 class="barlow-extralight text-center" id="home">Home</h2>
<h2 class="barlow-extralight text-center" id="our-work">Our Focus</h2>
<h2 class="barlow-extralight text-center" id="team">
<a href="./team1.html">The Team</a>
</h2>
<h2 class="barlow-extralight text-center" id="updates">Hackathons</h2>
<h2 class="barlow-extralight text-center" id="contact">Contact Us</h2>
</div>
<img
src="images/menu-image.svg"
class="main-menu-image"
alt="Open Menu"
/>
</div>
<div class="navbar">
<div class="navbar-dsc-logo">
<img
data-aos="fade-up"
src="images/DSC-MSIT-Dark-Logo.png"
class="logo-nav"
alt="DSC MSIT"
/>
<img
data-aos="fade-up"
src="images/DSC-MSIT-Light-Logo.png"
class="logo-nav-light"
alt="DSC MSIT"
/>
</div>
<div class="menu barlow-extralight">
<div class="menu-item" id="home-desk">
Home
</div>
<div class="menu-item" id="our-work-desk">
Our Focus
</div>
<div class="menu-item" id="team-desk">
<a href="./team1.html">The Team</a>
</div>
<div class="menu-item" id="updates-desk">
Hackathons
</div>
<div class="menu-item" id="contact-desk">
Contact Us
</div>
<!-- <div class="menu-item">
<i class="fas fa-moon fa-lg LightLogo" id="moon" onclick="toggleDark();checkDark();"></i>
<i class="fas fa-sun fa-lg DarkLogo" id="sun" onclick="toggleDark();checkDark();"></i>
</div> -->
</div>
<div class="menu-phone" id="menu-open">
<svg
xmlns="http://www.w3.org/2000/svg"
width="36.68"
height="21"
viewBox="0 0 36.68 21"
>
<g
id="Group_7"
data-name="Group 7"
transform="translate(-1000.435 -266.349)"
>
<path
id="Path_6"
data-name="Path 6"
d="M-223.854-311.151h27.406"
transform="translate(1233.563 578)"
fill="none"
stroke="#141414"
stroke-width="1"
/>
<path
id="Path_7"
data-name="Path 7"
d="M-223.854-311.151h18.34"
transform="translate(1242.629 588)"
fill="none"
stroke="#141414"
stroke-width="1"
/>
<path
id="Path_8"
data-name="Path 8"
d="M-223.854-311.151h36.68"
transform="translate(1224.289 598)"
fill="none"
stroke="#141414"
stroke-width="1"
/>
</g>
</svg>
</div>
</div>
<div class="main" id="home-scroll">
<div class="main-text-holder">
<div class="main-text-holder-heading">
<img
data-aos="fade-up"
src="images/DSC-Dark-Logo.png"
class="logo"
alt="DSC MSIT"
/>
<img
data-aos="fade-up"
src="images/DSC-Light-Logo.png"
class="logo-light"
alt="DSC MSIT"
/>
</div>
<h2 data-aos="fade-up" class="barlow-medium">
Powered by Google Developers
</h2>
<p data-aos="fade-up" class="barlow-extralight continous-text">
At DSC MSIT, our aim is to learn and teach. Developers, designers and
managers come together under one roof to create a community which
inspires thousands. Join Us!
</p>
</div>
<div class="main-down-arrow" id="down-arrow">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.55 44.393">
<g
id="Group_2"
data-name="Group 2"
transform="translate(-966 -967.48)"
>
<path
id="Path_1"
data-name="Path 1"
d="M982,967.98V1011.1"
transform="translate(-1.5)"
fill="none"
stroke="#141414"
stroke-linecap="round"
stroke-width="1"
/>
<path
id="Path_2"
data-name="Path 2"
d="M966.813,997.8l13.973,13.577L994.363,997.8"
transform="translate(-0.313)"
fill="none"
stroke="#141414"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1"
/>
</g>
</svg>
</div>
<img src="images/landing.svg" class="main-image" alt="Home Page" />
</div>
<div class="container-main holded-container" id="our-work-scroll">
<h1 data-aos="fade-up" class="barlow-medium text-center">
Our Focus
</h1>
<p
data-aos="fade-up"
class="barlow-extralight continous-text text-center extra-break"
>
We think slightly out of the box, we believe that a club’s resources
must not only be channeled into conducting events but also to propagate
learning and teaching, symbiotically.
</p>
<p data-aos="fade-up" class="barlow-extralight text-center">
We have seen many MSITians shoot across the sky and we, at DSC MSIT, aim
towards creating an educative realm that would help everyone learn the
required skills and make their mark!
</p>
</div>
<div class="container-main holded-container" id="team-scroll">
<h1 data-aos="fade-up" class="barlow-medium text-center">
Get to know the team
</h1>
<p data-aos="fade-up" class="barlow-extralight text-center extra-break">
We’ve got a strong team filled with caffeine addicted developers,
gradients loving designers and machine like working managers.
</p>
<a href="./team1.html">
<div data-aos="fade-up" class="button-maker">
<div class="barlow-thin button-text">
The Team
</div>
</div>
</a>
</div>
<div class="container-main holded-container">
<h1 data-aos="fade-up" class="barlow-medium text-center">
Our Projects
</h1>
<p data-aos="fade-up" class="barlow-extralight text-center extra-break">
We are actively conducting workshops, and also contributing to the
development side by churning out high quality projects.
</p>
<div data-aos="fade-up" class="buttons">
<a href="https://github.com/dscmsit" target="_blank" rel="noopener">
<div class="button-maker" id="projects-button">
<div class="barlow-thin button-text">
Projects
</div>
</div>
</a>
</div>
</div>
<div class="container container-main" id="updates-scroll">
<h1 data-aos="fade-up" class="barlow-medium text-center">
Upcoming Hackathon
</h1>
<div class="webinar" data-aos="fade-up">
<!-- <div class="card" data-aos="fade-up">
<iframe
class="clip"
src="https://www.youtube.com/embed/E1BchErzRgM"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<div class="card-body">
<h5 class="card-title barlow-medium">
Introduction to Git & Github
</h5>
<p class="card-text barlow-extralight extra-break">
Start up guide on how to use git and github, so that journey to
become a successful developer can go as easy as possible
</p>
</div>
</div> -->
<div data-aos="fade-up">
<div class="hackathon">
<h1 class="hackathon-heading">
The Ultimate Solution Challenge 2023
</h1>
<p class="hackathon-para">
The Ultimate Solution Challenge 2023 is based on Google Solution
Challenge which focuses on the 17 SDGs(Sustainable Development
Goals). It would be an excellent way to engage students in
developing innovative solutions to some of the world's most
pressing problems. The challenge would involve teams of students
working together to develop solutions that address one or more of
the 17 SDGs. These solutions could include technology, policy, or
social innovation, and could be targeted at local, national, or
global levels. Participants would receive mentorship and support
throughout the event, including access to subject matter experts,
data and other resources.
</p>
<div class="hackathon">
<h1 class="partner-heading">
Sponsors
</h1>
<div class="partners-img">
<a
href="https://devfolio.co"
target="_blank"
rel="noopener noreferrer"
class="partner-img-link"
>
<img
src="images/sponsers/Devfolio.png"
alt="Devfolio"
id="partner-image"
/>
</a>
<a
href="https://filecoin.io "
target="_blank"
rel="noopener noreferrer"
class="partner-img-link"
>
<img
src="images/sponsers/Filecoin.png"
alt="Filecoin"
id="partner-image"
/>
</a>
<a
href="https://polygon.technology/"
target="_blank"
rel="noopener noreferrer"
class="partner-img-link"
><img
src="images/sponsers/Polygon.png"
alt="Polygon"
id="partner-image"
/></a>
<a
href="https://replit.com"
target="_blank"
rel="noopener noreferrer"
class="partner-img-link"
>
<img
src="images/sponsers/Replit.png"
alt="Replit"
id="partner-image"
/>
</a>
<a
href="https://solana.com "
target="_blank"
rel="noopener noreferrer"
class="partner-img-link"
>
<img
src="images/sponsers/Solana.png"
alt="Solana"
id="partner-image"
/>
</a>
</div>
</div>
<div
class="apply-button"
data-hackathon-slug="ultimate-solution-challenge-2023"
data-button-theme="light"
style="height: 44px; width: 312px"
></div>
</div>
</div>
<!-- <div class="card" data-aos="fade-up">
<iframe class="clip" src="https://www.youtube.com/embed/E1BchErzRgM" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="card-body">
<h5 class="card-title barlow-medium">Introduction to Git & Github</h5>
<p class="card-text barlow-extralight extra-break">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p>
</div>
</div>
<div class="card" data-aos="fade-up">
<iframe class="clip" src="https://www.youtube.com/embed/E1BchErzRgM" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<div class="card-body">
<h5 class="card-title barlow-medium">Introduction to Git & Github</h5>
<p class="card-text barlow-extralight extra-break">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p>
</div>
</div> -->
</div>
<!-- <a href="./videos.html">
<div data-aos="fade-up" class="button-maker">
<div class="barlow-thin button-text">
View More
</div>
</div>
</a> -->
</div>
<div class="container-main holded-container" id="contact-scroll">
<h1 data-aos="fade-up" class="barlow-medium text-center">
Contact us
</h1>
<p data-aos="fade-up" class="barlow-extralight text-center extra-break">
We’re very active on social media.
</p>
<div data-aos="fade-up" class="icons small-icons">
<a href="https://twitter.com/GdscMsit" target="_blank" rel="noopener">
<img
src="images/Twitter.svg"
class="circle-icon"
alt="DSC MSIT Twitter"
/>
</a>
<a
href="https://www.instagram.com/gdscmsit/"
target="_blank"
rel="noopener"
>
<img
src="images/Instagram.svg"
class="circle-icon"
alt="DSC MSIT Instagram"
/>
</a>
<a
href="https://www.linkedin.com/company/gdsc-msit-delhi/"
target="_blank"
rel="noopener"
>
<img
src="images/Linkedin.svg"
class="circle-icon"
alt="DSC MSIT Linkedin"
/>
</a>
<a
href="https://www.youtube.com/channel/UCyjMCbwU5YxJO7jDyVt3_7g"
target="_blank"
rel="noopener"
>
<img
src="images/Youtube.svg"
class="circle-icon"
alt="DSC MSIT Youtube"
/>
</a>
<a href="https://github.com/dscmsit" target="_blank" rel="noopener">
<img
src="images/Github.svg"
class="circle-icon"
alt="DSC MSIT GitHub"
/>
</a>
</div>
</div>
<div class="container-main holded-container">
<h1 data-aos="fade-up" class="barlow-medium text-center">
Submit an idea
</h1>
<p data-aos="fade-up" class="barlow-extralight text-center extra-break">
Didn’t get the chance to implement your favourite idea? Why not give us
a chance to bring it to real life.
</p>
<a
href="https://forms.gle/ts71uWAVdUhfZCWz5"
target="_blank"
rel="noopener"
>
<div data-aos="fade-up" class="button-maker">
<div class="barlow-thin button-text">
Submit idea
</div>
</div>
</a>
</div>
<div class="container-main holded-container" id="stayupdated">
<h1 data-aos="fade-up" class="barlow-medium text-center">
Stay Updated
</h1>
<p data-aos="fade-up" class="barlow-extralight text-center extra-break">
Want to stay updated with the latest news about DSC MSIT ? Enter you
email address and allow notifications.
</p>
<input
data-aos="fade-up"
type="text"
placeholder="Enter Email"
class="text-field-maker"
id="email"
/>
<div data-aos="fade-up" class="button-maker" id="get-updates">
<div class="barlow-thin button-text">
Get Updates
</div>
</div>
</div>
<div class="footer container-main container-main-last">
<div
class="dark-light-toggle barlow-medium text-center"
id="dark-light-toggle"
>
<p>I want dark mode</p>
</div>
<div class="container-main holded-container" id="stayupdated">
<p data-aos="fade-up" class="barlow-extralight text-center extra-break">
Created and Maintained by DSC Team
<br />
© 2022 <b>DSC MSIT</b>, made with love ❤️
</p>
</div>
</div>
<!--Links to JS files and JS CDN's-->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<!--For theme mode-->
<script src="js/jq.js"></script>
<script src="js/index.js"></script>
<script>
AOS.init();
</script>
<script defer async src="https://apply.devfolio.co/v2/sdk.js"></script>
</body>
</html>