-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmentor.html
814 lines (678 loc) · 36.9 KB
/
mentor.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
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="./images/cw_logo.jpg" type="image">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-157470849-1"></script>
<script class="gtag" style="display: none;">
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-157470849-1');
</script>
<title>Cross WoC</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="Description" content="CrossWoC is a six-week long open-source which give programmers and innovators an opportunity to bring out their nascent talent and find intriguing solutions to real-world problems.">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./bootstrap-grid.css">
<link href="https://fonts.googleapis.com/css?family=Bowlby+One|Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<button class="menu" aria-label="Navigation Button"><img class="material-icons" id="menu-icon"
src="./images/apps-24px.svg" alt='nav'>
</button>
<div class="nav-hide" id="nav-list">
<img class="material-icons" id="clear" src="./images/clear-24px.svg" alt='close'>
<li><a class="link" href="index.html">Back to Home</a></li>
<li><a class="link" href="#about">About CrossWoC</a></li>
<li><a class="link" href="#tracks">Info</a></li>
<li><a class="link" href="#contact-us">Contact Us</a></li>
</div>
</nav><!--
<nav class="navbar navbar-expand-lg navbar-mainbg">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<div class="hori-selector"><div class="left"></div><div class="right"></div></div>
<li class="nav-item">
<a class="nav-link" href=""><i class="fas fa-tachometer-alt"></i> </a>
</li>
<li class="nav-item active">
<a class="nav-link" href="index.html"><i class="far fa-address-book"></i>🏠 Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#tracks"><i class="far fa-clone"></i>ℹ️ Info</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us"><i class="far fa-chart-bar"></i>📲 Contact</a>
</li>
</ul>
</div>
</nav>-->
<!-- <section class="landing-page">
<div class="start">
<p class="date-item">
<span class="date">13<span class="th">th Feb </span> - 28<span class="th">th March </span></span><br>
</p>
<h2 class="banner-title">
Cross <br> WoC
</h2>
<div class="banner-info">
<span>Delhi Technological University<br /> DTU/DCE</span>
</div>
<div class="countdown">
<div class="counter-item">
<span class="days time" id="days">00</span>
<div class="smalltext">Days</div>
</div>
<div class="counter-item">
<span class="hours time" id="hours">00</span>
<div class="smalltext">Hours</div>
</div>
<div class="counter-item">
<span class="minutes time" id="mins">00</span>
<div class="smalltext">Minutes</div>
</div>
<div class="counter-item">
<span class="seconds time" id="secs">00</span>
<div class="smalltext">Seconds</div>
</div>
</div>
<button id="click-apply-now"><a href="">Apply as Participant</a></button><br>
<button id="click-apply-now"><a href="">Apply as Mentor</a></button>
</div>
<img src="./images/animated-svg/landing-page-g animated.svg" class="lp-g" alt="">
</section>-->
<section class="about-us" id="about">
<div class="content" style="color: white;">
<div class="title"> What is CrossWoC ? </div>
<div class="text">
CrossWoC is a six-week long opensource event organised by IEEE DTU & IEEE DTU CS, which gives programmers and innovators an opportunity to bring out their nascent talent and find intriguing solutions to real-world problems.
It provides a platform for developers to dig deeper into their gray matter and bring out their latent creativity through open source.
<br><br>
<div style="color: black;"><strong> When is CrossWoc?</strong></div>
This is the first edition of CrossWoC conducted by IEEE DTU & IEEE DTU CS,
and it will be held from <strong>February, 2020, to 28th March, 2020. </strong>
<br><br>
<button id="click-apply-now"><a href="https://docs.google.com/forms/d/e/1FAIpQLSdp81IUY8uhJNtaOq_ddbD7gk94ONmLrrT2HpBUWraIFtckAg/viewform">Apply as Mentor</a></button><br>
<button id="click-apply-now"><a href="https://drive.google.com/file/d/1gaNV9A64yYYZuR96xKvInp0yJckX_mym/view?usp=sharing">Download Brochure</a></button><br>
</div>
</div>
<img src="./images/animated-svg/about-us-g animated.svg" alt="" class="about-us-g">
</section>
<section class="tracks" id="tracks">
<div class="content">
<div class="title">Who, when, what, how ?</div>
<div class="cards">
<div class="card">
<h3 class="title">Goals</h3>
<p class="text">
As a mentor, we expect you to know that the major goal of the
program is to help new students to understand the paradigm of open source
contribution and increase their expertise level on Git and GitHub
<br><br>
Exciting Prizes<br>
All the mentors will be awarded with the exciting prizes after the event finishes.
</p>
</div>
<div class="card">
<h3 class="title">
Eligiblity</h3>
<p class="text">
There are five main criteria to be a mentor in KWoC:<br>
1. You must have one or more projects on GitHub with merge
access<br>
2. Your project(s) have more than two easy-to-fix and at least
one moderate level issues<br>
3. You must have a dedicated public communication channel for
each project, where all the conversation regarding the
project will happen<br>
4. Your project must have a descriptive README<br>
5. KWoC organizers approve your project(s)<br>
</p>
</div>
<div class="card">
<h3 class="title">Why should I apply</h3>
<p class="text"> Boost your project<br>
Do you have a project which you had started months ago and now
you don’t find time to add new features to it or fix small
issues? - You must apply. For the students, it’s about the
contributions. And for you, it’s about keeping your project
alive and going strong!
<br><br>
Nurture your idea into reality<br>
Do you have an idea in your mind about a small or significant
utility and want to make it real this December vacation? - You
must apply too. You’ll have to lay down the groundwork and
sidewise can help a bunch of students to convert your idea into
reality!
</p>
</div>
</div>
</div>
<div class="tracks-g">
<img class="tracksgl" src="./images/animated-svg/tracklowl animated.svg" alt="" srcset="">
<img class="tracksgr" src="./images/animated-svg/tracklowr animated.svg" alt="" srcset="">
</div>
</section>
<!--
<section class="timeline" id="schedule">
<div class="content">
<div class="title">Timeline</div>
<div class="date-links">
<button id="13th" aria-label="Schedule 13th February">13<sup>th</sup>February'21</button>
<button id="28th" class="current-day" aria-label="Schedule 28th March">28<sup>th</sup>March'21</button>
</div>
<div class="schedule-list">
<div id="13th list">
<p class="list-element left col-6">
<span class="time">8:30 am</span>
<span class="text">Applications Open</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">9:30 am </span>
<span class="text">Application Deadline</span>
</p>
<p class="list-element left col-6">
<span class="time">10:30 am </span>
<span class="text">Coding Begins</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">1:00 pm</span>
<span class="text">Evaluation</span>
</p>
<p class="list-element left col-6">
<span class="time">5:00 pm </span>
<span class="text">Results Announcement</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">06:00 pm </span>
<span class="text">Discussing your ideas with the mentors</span>
</p>
<p class="list-element left col-6">
<span class="time">08:00 pm </span>
<span class="text">Dinner</span>
</p>
</div>
<div id="15th list" class="hidden">
<p class="list-element left col-6">
<span class="time">01:00 am</span>
<span class="text"> Fun Activities</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">08:00 am</span>
<span class="text">Breakfast</span>
</p>
<p class="list-element left col-6">
<span class="time">08:30 am </span>
<span class="text">Discussing your final thoughts with mentors</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">12:30 pm</span>
<span class="text">Lunch</span>
</p>
<p class="list-element left col-6">
<span class="time">03:00 pm </span>
<span class="text">Discussing your final outcome with mentors and judges</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">06:00 pm </span>
<span class="text">Discussing your ideas with the mentors</span>
</p>
<p class="list-element left col-6">
<span class="time">05:00 pm </span>
<span class="text">Declaring TOP-6 teams and final presentations in the auditorium.
</span>
</p>
<p class="list-element right offset-6 col-6">
<span class="time">06:30 pm </span>
<span class="text">Final winner declaration and distribution of goodies</span>
</p>
</div>
</div>
</div>
<div class="timeline-g-block">
<img src="./images/animated-svg/timetop animated.svg" alt="" class="timeline-g">
</div>
</section>
<section class="sponsor-sec" id="sponsor">
<div class="content">
<div class="title"> Sponsoring the event</div>
<div class="sub-title">Why Sponsor CrossWoC ?</div>
<div class="sub-title"><a href="">Find out now -></a></div><!--
<div class="sponsors-logo offset-1 col-10">
<div class="sponsor">
<a href="https://devfolio.co" target="_blank">
<picture><img src="images/sponsors/Devfolio.svg" alt="sponsor3" height="100px"></picture>
</a>
</div>
<div class="sponsor">
<a href="https://www.geeksforgeeks.org/" target="_blank">
<picture><img src="./images/sponsors/IEEE.png" alt=" sponsor2">
</picture>
</a>
</div>
<div class="sponsor">
<a href="https://matic.network" target="_blank">
<picture><img src="images/sponsors/matic.svg" alt="sponsor2" height="100px"></picture>
</a>
</div>
<div class="sponsor">
<a href="https://fold.money" target="_blank">
<picture><img src="images/sponsors/fold.svg" alt="sponsor2"></picture>
</a>
</div>
<div class="sponsor"><img src="images/sponsors/meditab_logo.png" alt=""></div>
</div>
<div class="sub-title">Gold Sponsor</div>
<div class="sponsors-logo offset-1 col-10">
<div class="sponsor">
<picture>
<img src="images/sponsors/sponsor3.png" alt="sponsor3"></picture>
</div>
<div class="sponsor"><img src="images/sponsors/oizom_logo.png" alt=""></div>
<div class="sponsor"><img src="images/sponsors/silver_touch.png" alt=""></div>
</div>
<div class="sub-title">Domain Sponsor</div>
<div class="sponsors-logo offset-1 col-10">
<div class="sponsor">
<a href="https://gen.xyz/" target="_blank">
<picture><img src="images/sponsors/c-sponsor3.png" alt="sponsor3"></picture>
</a>
</div>
</div>
<div class="sub-title">Education Sponsor</div>
<div class="sponsors-logo offset-1 col-10">
<div class="sponsor">
<a href="https://www.geeksforgeeks.org/" target="_blank">
<picture><img src="https://media.geeksforgeeks.org/wp-content/uploads/geeksforgeeks-6.png"
alt="sponsor2"></picture>
</a>
</div>
</div>
<div class="sub-title">Community Partners</div>
<div class="sponsors-logo offset-1 col-10">
<div class="sponsor">
<picture><img src="./images/sponsors/gc_ahm.png" alt="communiyt partner_1"
style="padding-top:30px;padding-bottom:30px;">
</picture>
</div>
<div class="sponsor">
<picture><img src="./images/sponsors/pydata.png" alt="communiyt partner_2">
</picture>
</div>
<div class="sponsor">
<picture style="padding-top:50px;"><img src="./images/sponsors/fdc_ahm.png" alt=""
style="min-height: 35px;">
</picture>
</div>
</div>
</div>
<div class="content">
<div class="sub-title">Patrons</div>
<div class="sponsors-logo offset-1 col-10">
<div class="sponsor">
<picture>
<a href="https://www.bugsee.com/" target="_blank"><img src="images/sponsors/c-sponsor1.svg"
alt="sponsor1"></picture></a>
</div>
<div class="sponsor">
<a href="https://www.wolfram.com/language/" target="_blank">
<picture><img src="images/sponsors/c-sponsor2.svg" alt="sponsor2"></picture>
</a>
</div>
<div class="sponsor">
<a href="https://codingblocks.com/" target="_blank">
<picture><img src="images/sponsors/codeblocks.png" alt="sponsor2"></picture>
</a>
</div>
</div>
<div class="brochure-strip">
<img src="./images/animated-svg/SponsorsCoffe animated.svg" alt="" class="coffee">
<div class="b-strip-text">
<span>Interested in working with us ?</span>
<div class="sponsor-btn ">
<a href="#contact-us" class="btn">Contact Us</a>
</div>
</div>
</div>
</div>
</section>
--><!--
<section class="faq" id="faq">
<div class="title">FAQ</div>
<div class="content">
<img src="./images/animated-svg/faq animated.svg" alt="" class="faq-g">
<div class="qas">
<div class="qa col-10">
<button class="add" aria-label="show more"><span class="q">What is Ingenious Hackathon?
</span><span style="align-self: flex-end;">+</span>
</button>
<p class="a ">Ingenious Hackathon is an initiative by some nerdy noobs at School of Engineering and
Applied Science,
Ahmedabad University. We want you in the limelight, while we manage the light and the
technicalities. We want you to come and build & code. We provide
everything else (Not transportation).</p>
</div>
<div class="qa col-10">
<button class="add" aria-label="show more">
<span class="q">Who can participate?</span><span style="align-self: flex-end;">+</span></button>
<p class="a ">The maximum age of the participant must be 25. He must not necessarily be a
college
student.</p>
</div>
<div class="qa col-10 ">
<button class="add"> <span class="q">What are the dates?</span><span>+</span>
</button>
<p class="a ">14th and 15th March, 2020</p>
</div>
<div class="qa col-10 "><button class="add" aria-label="show more">
<span class="q">How much is the cost?</span><span>+</span></button>
<p class="a ">Zero. Zip. Zilch. Nada. Nothing. Absolutely free. Admission to Ingenious Hackathon is
completely free, all thanks to our
sponsors!</p>
</div>
<div class="qa col-10"><button class="add" aria-label="show more"> <span class="q">What is the team
size?</span><span>+</span>
</button>
<p class="a ">2-3 people. Lone-wolves strictly not allowed.</p>
</div>
<div class="qa col-10 ">
<button class="add" aria-label="show more"><span class="q">What should I bring?</span>
<span>+</span>
</button>
<p class="a ">A valid government issued photo ID and/or your college issued photo ID, laptop,
phone,
chargers
and your favorite blanket. (we'll be providing mattresses).</p>
</div>
<div class="qa col-10"><button class="add" aria-label="show more">
<span class="q">What items are prohibited?</span>
<span>+</span>
</button>
<p class="a ">Drugs, Alcohol or any sort of weapons that can injure or are in any way harmful or
addictive. If
you are unsure, please ask us.</p>
</div>
<div class="qa col-10 "><button class="add" aria-label="show more">
<span class="q">How does judging work?</span><span>+</span></button>
<p class="a ">The companies will provide their juries who will judge the projects in the respective
fields
based on the development of the project during the 36 hours of hackathon.
</p>
</div>
<div class="qa col-10 "><button class="add" aria-label="show more">
<span class="q">What about food and accomodation?</span><span>+</span></button>
<p class="a ">Yes, food will be provided and don't worry, you would get a place to rest your mind
and fingers!
</p>
</div>
<div class="qa col-10 "><button class="add" aria-label="show more">
<span class="q">What about travel reimbursements?</span><span>+</span></button>
<p class="a ">Unfortunately no. We will surely try next time.
</p>
</div>
<div class="qa col-10 "><button class="add" aria-label="show more">
<span class="q">What about hardware?</span><span>+</span></button>
<p class="a ">You are responsible for bringing any kind of hardware kits.</p>
</div>
</div>
</div>
</section>
<section id="reach-us" class="reach-us">
<div class="title">Reach Us</div>
<div class="content">
<div class="map-section">
<div class="mapouter">
<div class="gmap_canvas">
<iframe title="map"
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d55968.01203526608!2d77.1373902!3d28.7493945!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x87d470ca1c30d1b0!2sDelhi%20Technological%20University!5e0!3m2!1sen!2sin!4v1608573853249!5m2!1sen!2sin"></iframe>
</div>
</div>
<div class="venue">
<h3>Location</h3>Delhi Technological University,<br /> Shahbad Daulatpur, Main Bawana Road,<br /> Delhi-110042. India,
<a class="dir-btn"
href="https://www.google.com/maps/dir//Delhi+Technological+University+Entrance+Gate,+Delhi+Technological+University,+Sector+17,+Rohini,+Delhi/@28.745217,77.0818853,13z/data=!4m8!4m7!1m0!1m5!1m1!1s0x390d01242c91efaf:0xbb4573045b4b5348!2m2!1d77.1169907!2d28.7451463?hl=en-US"
target="_blank" rel="noreferrer noopener">Direction</a>
</div>
</div>
</div>
</section>-->
<!--<section class="contact-us" id="contact-us">
<div class="title">About IEEE-DTU</div>
<div class="content">
<div>
<p class="mx-3">IEEE DTU Student Branch , under the aegis of IEEE, is the oldest student branch in Delhi Section with an illustrious history of over three decades.
Under the invaluable guidance of Dr. J. Panda, IEEE DTU has emerged as one of the most active and innovative student branches in India. IEEE DTU organizes a plethora of events around the year such as TECHWEEK, REPERTOIRE and the annual technical festival TROIKA to instil a scientific temperament in students and to cater to the needs of their inquisitive nature .IEEE DTU is also renowned for its publications- ECHO, a magazine for freshers, IOTA, the annual technical magazine, TRIGGER, the TROIKA souvenir, and The Troika Times.</p>
</div>
<!-- <img src="./images/animated-svg/contact animated.svg" alt="" class="contact-g"> -->
<!-- <div class="list">
<div class="contact-ele">
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+91-9427454248"><span class="name">Nisarg
Shah</span>
+91-9427454248</a></div>
</div> -->
<!-- <div class="contact-ele">
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+91-9825864164"> <span class="name">Manav
Darji</span>
+91-9825864164</a></div>
</div> -->
<!--
<div class="contact-ele">
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+917984426876"><span class="name">Meet Modi</span>
+91-7984426876</a></div>
</div>
<div class="contact-ele">
<img src="./images/instagram-logo.png" class="icon" alt="">
<div class="details"><a href="https://www.instagram.com/ieee.dtu/" class="name"
target="_blank" style="cursor: pointer;">
<img src="./images/instagram-logo.png" class="icon" alt=""></a>
</div>
</div>
<div class="contact-ele">
<img src="https://img.icons8.com/color/48/000000/gmail.png" class="icon" alt="">
<div class="details"><a href="mailto:[email protected]" class="name site"
style="cursor: pointer;">[email protected]</a>
</div>
</div>
<div class="contact-ele">
<img src="https://img.icons8.com/fluent/48/000000/facebook-new.png" class="icon" alt="">
<div class="details">
<a class="name site" href="https://www.facebook.com/ieeedtu/" target="_blank"
style="cursor: pointer;" rel="noreferrer noopener">
<img src="https://img.icons8.com/fluent/48/000000/facebook-new.png" class="icon" alt=""></a>
</div>
</div>
</div>
</div>
</section>
<section class="contact-us" id="contact-us">
<div class="title">Contact Us</div>
<div class="content">
<div>
<p class="mx-3">For any queries, write and email to
<img src="https://img.icons8.com/color/48/000000/gmail.png" class="icon" alt="">
<div class="details"><a href="[email protected]" class="name site"
style="cursor: pointer;">[email protected]</a>
</div>
<img src="./images/animated-svg/contact animated.svg" alt="" class="contact-g">
<div class="list">
<div class="contact-ele">
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+91-9427454248"><span class="name">Nisarg
Shah</span>
+91-9427454248</a></div>
</div> -->
<!-- <div class="contact-ele">
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+91-9825864164"> <span class="name">Manav
Darji</span>
+91-9825864164</a></div>
</div> -->
<!--
<div class="contact-ele">
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+917984426876"><span class="name">Meet Modi</span>
+91-7984426876</a></div>
</div>
<div class="contact-ele">
<img src="./images/ieedtu-logo.png" class="icon" alt="">
<div class="details"><a href="https://ieeedtu.in/" class="name"
target="_blank" style="cursor: pointer;">IEEE-DTU
</a>
</div>
</div>
<div class="contact-ele">
<img src="https://img.icons8.com/color/48/000000/gmail.png" class="icon" alt="">
<div class="details"><a href="[email protected]" class="name site"
style="cursor: pointer;">[email protected]</a>
</div>
</div>
<div class="contact-ele">
<img src="https://img.icons8.com/fluent/48/000000/facebook-new.png" class="icon" alt="">
<div class="details">
<a class="name site" href="https://www.facebook.com/ieeedtu/" target="_blank"
style="cursor: pointer;" rel="noreferrer noopener">
<img src="https://img.icons8.com/fluent/48/000000/facebook-new.png" class="icon" alt=""></a>
</div>
</div>
</div>
</div>
</section>
<section class="contact-us" id="contact-us">
<div class="title">Contact Us</div>
<div class="content">
<img src="./images/animated-svg/contact animated.svg" alt="" class="contact-g">
<div class="list">
<div class="contact-ele">
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+919811355653"><span class="name">Shivam </span>
9811355653</div>
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+91 9910847595"><span class="name">Lavanisha </span>
9910847595</div>
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+919560886067"><span class="name">Hemabh </span>
9560886067</div>
</div>
<div class="contact-ele">
<img src="https://img.icons8.com/color/48/000000/gmail.png" class="icon" alt="">
<div class="details"><a href="mailto:[email protected]" class="name site"
style="cursor: pointer;">[email protected]</a>
</div>
<div class="details"><a href="mailto:[email protected]" class="name site"
style="cursor: pointer;">[email protected]</a>
</div>
<div class="details"><a href="mailto:[email protected]" class="name site"
style="cursor: pointer;">[email protected]</a>
</div>
</div>
<div class="contact-ele">
<img src="./images/instagram-logo.png" class="icon" alt="">
<div class="details"><a href="https://www.instagram.com/ieeedtu/?hl=en" class="name"
style="cursor: pointer;">@ieee.dtu</a>
</div>
</div>
<div class="contact-ele">
<img src="https://img.icons8.com/ios-filled/64/000000/link.png" class="icon" alt="">
<div class="details">
<a class="name site" href="https://ieeedtu.in" target="_blank"
style="cursor: pointer;" rel="noreferrer noopener">https://ieeedtu.in</a>
</div>
</div>
</div>
</div>
</section>
-->
<section class="contact-us" id="contact-us">
<div class="title">Contact Us</div>
<div class="content">
<img src="./images/animated-svg/contact animated.svg" alt="" class="contact-g">
<div class="list">
<div class="contact-ele">
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+91-9929321289"><span class="name">Shivam
Kansal</span>
+91-9929321289</a></div>
</div>
<div class="contact-ele">
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+91-7982884321"> <span class="name">Shivam
Kumar</span>
+91-7982884321</a></div>
</div>
<div class="contact-ele">
<img src="https://img.icons8.com/officel/40/000000/whatsapp.png" alt="">
<div class="details"><a href="tel:+919643583622"><span class="name">Sparsh Katiyar</span>
+91-96435836226</a></div>
</div>
<div class="contact-ele">
<img src="./images/instagram-logo.png" class="icon" alt="Instagram">
<div class="details"><a href="https://www.instagram.com/p/CJ8-kE9gyPD/?utm_source=ig_web_copy_link" class="name"
target="_blank" style="cursor: pointer;">@CrossWoC</a>
</div>
</div>
<div class="contact-ele">
<img src="./images/fb.png" class="icon" alt="">
<div class="details"><a href="https://www.facebook.com/277495228941537/posts/3963497243674632/" class="name"
target="_blank" style="cursor: pointer;">@CrossWoC</a>
</div>
</div>
<div class="contact-ele">
<img src="https://img.icons8.com/color/48/000000/gmail.png" class="icon" alt="">
<div class="details"><a href="mailto:[email protected]" class="name site"
style="cursor: pointer;">[email protected]</a>
</div>
</div>
<div class="contact-ele">
<img src="https://img.icons8.com/ios-filled/64/000000/link.png" class="icon" alt="">
<div class="details">
<a class="name site" href="https://ieeedtu.in" target="_blank"
style="cursor: pointer;" rel="noreferrer noopener">https://ieeedtu.in</a>
</div>
</div>
</div>
</div>
</section>
<footer>
<span class="us">Made with ❤️ by IEEE DTU<span>
<br><br><span>Developed by : <a href="https://www.linkedin.com/in/sonalbera">Sonal Bera</a>
<br>with mentions to<a href="https://www.linkedin.com/in/priyansh-t-3336b1168">Priyansh Tyagi, </a>
and <a href="https://www.linkedin.com/in/ansh-agrawal-027a72178">Ansh Agrawal </a></span>
<br><br><span>Template credits : <a href="https://github.com/arpitvaghela" target="_blank" rel="noreferrer noopener">Arpitsinh
Vaghela</a> & <a href="https://github.com/Kaushal1011" target="_blank"
rel="noreferrer noopener">Kaushal Patil</a></span>
<!-- <a href="https://github.com/arpitvaghela" target="_blank" rel="noreferrer noopener">Arpitsinh -->
<!-- Vaghela</a> & <a href="https://github.com/Kaushal1011" target="_blank" -->
<!-- rel="noreferrer noopener">Kaushal Patil</a> -->
</footer>
<script>
// navigation
document.getElementById('clear').addEventListener('click', () => {
document.getElementById('nav-list').classList.add('nav-hide');
})
document.getElementById('menu-icon').addEventListener('click', () => {
document.getElementById('nav-list').classList.remove('nav-hide');
})
let ll = document.getElementsByClassName('link')
for (let link of ll) {
link.addEventListener('click', () => {
document.getElementById('nav-list').classList.add('nav-hide');
})
}
//faq
buttons = document.getElementsByClassName('add')
for (let b of buttons) {
b.addEventListener('click', (e) => {
b.nextElementSibling.classList.toggle('active');
})
}
</script>
<script src="./main.js"></script>
</body>
</html>