forked from RishikaKant/csd-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
951 lines (849 loc) · 47.3 KB
/
index.html
File metadata and controls
951 lines (849 loc) · 47.3 KB
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
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Start your development with LeadMark landing page.">
<meta name="author" content="Devcrud">
<title>CSD IGDTUW</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + LeadMark main styles -->
<link rel="stylesheet" href="assets/css/leadmark.css">
<script src="https://kit.fontawesome.com/645deff159.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/css/leadmark.css">
<script src="https://kit.fontawesome.com/645deff159.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/timeline.css">
<!-- SLider -->
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.8/slick-theme.min.css'>
<link rel="text/html" href="./style.css">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js" integrity="sha512-XtmMtDEcNz2j7ekrtHvOVR4iwwaD6o/FUJe6+Zq+HgcCsk3kj4uSQQR8weQ2QVj1o0Pk6PwYLohm206ZzNfubg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css" integrity="sha512-wR4oNhLBHf7smjy0K4oqzdWumd+r5/+6QO/vDda76MW5iug4PT7v86FoEkySIJft3XA0Ae6axhIvHrqwm793Nw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css" integrity="sha512-6lLUdeQ5uheMFbWm3CP271l14RsX1xtx+J5x2yeIDkkiBpeVTNhTqijME7GgRKKi6hCqovwCoBTlRBEC20M8Mg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- -->
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- page Navigation -->
<nav class="navbar custom-navbar navbar-expand-md navbar-light fixed-top" data-spy="affix" data-offset-top="10">
<div class="container">
<a class="navbar-brand" href="#">
<img src="assets/imgs/csd_logo.png" alt="">
</a>
<a class="navbar-brand" href="https://www.igdtuw.ac.in/">
<img src="assets/imgs/igdtuw_logo.png" alt="">
</a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<!-- <li class="nav-item">
<a class="nav-link" href="#service">Our Service</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">SDG Teams</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a href="./wip.html" class="nav-link ">EMP</a>
</li>
<li class="nav-item">
<a href="./wip.html" class="nav-link ">Newsletter</a>
</li>
<!-- <li class="nav-item">
<a href="#" class="ml-4 nav-link btn btn-primary btn-sm rounded">Meet the Team</a>
</li> -->
</ul>
</div>
</div>
</nav>
<!-- End Of Second Navigation -->
<!-- Page Header -->
<header class="header">
<div class="overlay">
<h1 class="title">Center for Sustainable Development</h1>
<h1 class="subtitle">IGDTUW</h1>
</div>
<div class="shape">
<svg viewBox="0 0 1500 200">
<path d="m 0,240 h 1500.4828 v -71.92164 c 0,0 -286.2763,-81.79324 -743.19024,-81.79324 C 300.37862,86.28512 0,168.07836 0,168.07836 Z"/>
</svg>
<!-- <img class="header_img" src="./assets/imgs/headerbg.jpeg" alt=""> -->
</div>
<div class="mouse-icon"><div class="wheel"></div></div>
</header>
<!-- End Of Page Header -->
<!-- Overview Section -->
<div class="overview">
<h1 class="overview-head">Overview</h1>
<section id="counter-stats" class="wow fadeInRight" data-wow-duration="1.4s">
<div class="container">
<div class="overview-numbers row">
<div class="overview-col col-md-3">
<!-- <div style="display: flex; align-items: center; gap: 5px; padding-left: 5px;"> -->
<h1 class="overview-text counting" data-count="1">0</h1>
<!-- <h1 style="font-size: 20px;">year</h1> -->
<!-- </div> -->
<h1 class="overview-text2">Years Of Project</h1>
</div>
<div class="overview-col col-md-3">
<h1 class="overview-text counting" data-count="7">0</h1>
<h1 class="overview-text2">Number of Teams</h1>
</div>
<div class="overview-col col-md-3">
<h1 class="overview-text counting" data-count="13">0</h1>
<h1 class="overview-text2">SDG Goals Met</h1>
</div>
<div class="overview-col col-md-3">
<h1 class="overview-text counting" data-count="1200">0</h1>
<h1 class="overview-text2">Students Impacted</h1>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
<!-- <div class="punch" style="padding-top: 30px;"><h3>Setting benchmarks in sustainability globally</h3></div> -->
</section>
</div>
<!-- End: Overview Section -->
<!-- Service Section -->
<section id="service" class="section pt-0">
<div class="container reveal">
<h6 class="animate-charcter mb-5"><b>OUR VISION</b></h6>
<!-- <h6 class="section-subtitle text-center mb-5 pb-3">Voluptates architecto provident deserunt.</h6> -->
<div class="row">
<!-- <div class="col-md-12">
<div class="card mb-4 mb-md-4">
<div class="card-body">
<small class="text-primary font-weight-bold">01</small>
<h5 class="card-title mt-3"> OUR MISSION <h5>
<p class="mb-0">Lorem ipsum dolor sit amet, cquasi cupiditate voluptate debitis saepe dolorem totam dolor repudiandae quo nihil, repellendus nesciunt ab fuga quae, minima reprehenderit sequi fugit.</p>
</div>
</div>
</div> -->
<div class="col-md-12">
<div class="card mb-4 mb-md-2">
<div class="card-body">
<!-- <small class="text-primary font-weight-bold">02</small> -->
<h5 class="card-title mt-3"> Building a cognizant mindset towards a more sustainable lifestyle <h5>
</div>
</div>
</div>
<!-- <div class="col-md-4">
<div class="card mb-4 mb-md-0">
<div class="card-body">
<small class="text-primary font-weight-bold">03</small>
<h5 class="card-title mt-3">Itaque harum<h5>
<p class="mb-0">Lorem ipsum dolor sit amet, cquasi cupiditate voluptate debitis saepe dolorem totam dolor repudiandae quo nihil, repellendus nesciunt ab fuga quae, minima reprehenderit sequi fugit.</p>
</div>
</div>
</div>
-->
</div>
</div>
</section>
<!-- End OF Service Section -->
<section class="section" id="about">
<div class="container reveal">
<div class="row justify-content-between">
<div class="col-md-6 pr-md-5 mb-4 mb-md-0">
<h6 class="section-title mb-0">WHO WE ARE</h6>
<p class="font">
IGDTUW has established a Centre for Sustainable Development in the university to fulfill the mandates of the SD Goals of the United Nations. The Sustainable Development Goals are a collection of 17 interlinked global goals designed to be a "blueprint to achieve a better and more sustainable future for all". The SDGs were set up in 2015 by the United Nations General Assembly and are intended to be achieved by the year 2030.
<br> </p>
<br>
<img src="assets/imgs/about.jpg" alt="" class="w-100 mt-3 shadow-sm">
</div>
<div class="col-md-6 pl-md-5">
<div class="row">
<div class="col-6">
<img src="assets/imgs/about-1.jpg" alt="" class="w-100 shadow-sm">
</div>
<div class="col-6">
<img src="assets/imgs/about-2.jpg" alt="" class="w-100 shadow-sm">
</div>
<div class="col-12 mt-4">
<p class="font"> Various activities are being conducted by several teams. To have a more holistic and enriching experience, several cells and societies of the University have been integrated together for various activities, ensuring robust participation. Centre for Sustainable Development has implemented Phase 1 (from August 2021 to December 2021) and Phase 2 (from January 2022 to June 2022). This was done through seven different teams namely, Sashakt Drishti, Adira, Inayat, Eudaimonia, Cognito, Pejas and the Integration Team that was responsible for coordination between all 6 teams and PMU (comprising faculty).
</p>
<p><b>CSD, which started with a small number of students, has grown to become a massive youth-driven movement in IGDTUW, disseminating knowledge to thousands of people.</b><br>
</p>
<p class="font">With the objective to achieve sustainability in mind, we are planning to take an initiative to transform Indira Gandhi Delhi Technical University for Women into Green University</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End OF About Section -->
<!-- Portfolio Section -->
<section id="portfolio" class="section portfolio-section">
<div class="container reveal">
<div class="container reveal">
<h6 class="section-title text-center">OUR SDG TEAMS</h6>
<h6 class="section-subtitle mb-5 text-center"> Fulfilling 12 Sustainable Development goals</h6>
<div class="portfolio-container">
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/Adira-logo.png" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-1.jpg"></a>
<div class="text-holder">
<h6 class="title">Adira</h6>
<p class="subtitle">SDG - 4,5,6</p>
<p class="subtitle" style="font-size: 12px;">SDG GOAL 4: QUALITY EDUCATION <br>
SDG GOAL 5: GENDER EQUALITY</p>
<div class="icons-arrange">
<a target="_blank" href="https://www.instagram.com/adira_csd/" class="subtitle icons"><i class="fa-brands fa-instagram"></i></p>
<a target="_blank" href="https://twitter.com/adira_csd" class="subtitle icons"><i class="fa-brands fa-twitter"></i></p>
<a target="_blank" href="https://www.linkedin.com/company/adira-igdtuw/" class="subtitle icons"><i class="fa-brands fa-linkedin"></i></p>
<a target="_blank" href="https://www.facebook.com/Adira.sdg" class="subtitle icons"><i class="fa-brands fa-facebook"></i></p>
<a target="_blank" href="https://www.youtube.com/channel/UCtyBoLw74cE_VgHtTnk4brA" class="subtitle icons"><i class="fa-brands fa-youtube"></i></p>
</div>
<div>
<a target="_blank" href="./comingsoon.html" class="learnmore" target="_blank"><span>Learn more</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/Eudai-logo.png" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-2.jpg"></a>
<div class="text-holder">
<h6 class="title">Eudamonia</h6>
<p class="subtitle">SDG - 3,6</p>
<p class="subtitle" style="font-size: 12px;"> SDG GOAL 3: GOOD HEALTH AND WELL-BEING<br>
SDG GOAL 6: CLEAN WATER AND SANITATION
</p>
<div class="icons-arrange" >
<a target="_blank" href="https://www.instagram.com/eudaimonia_csd/" class="subtitle icons"><i class="fa-brands fa-instagram"></i></p>
<a target="_blank" href="https://twitter.com/Eudaimonia_CSD" class="subtitle icons"><i class="fa-brands fa-twitter"></i></p>
<a target="_blank" href="https://www.linkedin.com/posts/eudaimonia-csd-a9b18b234_future-sustainabledevelopment-school-activity-6923144357239783424-aTtS?utm_source=linkedin_share&utm_medium=android_app" class="subtitle icons"><i class="fa-brands fa-linkedin"></i></p>
<a target="_blank" href="https://www.facebook.com/profile.php?id=100080753044222" class="subtitle icons"><i class="fa-brands fa-facebook"></i></p>
<a target="_blank" href="https://youtube.com/channel/UCqaAz9RiYH8S4DQrAUw6e8Q" class="subtitle icons"><i class="fa-brands fa-youtube"></i></p>
</div>
<div>
<a target="_blank" href="./comingsoon.html" class="learnmore" target="_blank"><span>Learn more</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/inayat-logo.png" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/advertising-2.jpg"></a>
<div class="text-holder">
<h6 class="title">Inayat</h6>
<p class="subtitle">SDG - 7,12,13</p>
<p class="subtitle" style="font-size: 12px;">SDG GOAL 7: AFFORDABLE AND CLEAN ENERGY<br>
SDG GOAL 12: RESPONSIBLE CONSUMPTION AND PRODUCTION<br>
SDG GOAL 13: CLIMATE ACTION
</p>
<div class="icons-arrange">
<a target="_blank" href="https://www.instagram.com/inayat_csd/" class="subtitle icons"><i class="fa-brands fa-instagram"></i></p>
<a target="_blank" href="https://twitter.com/InayatCsd" class="subtitle icons"><i class="fa-brands fa-twitter"></i></p>
<a target="_blank" href="https://www.linkedin.com/company/csd-inayat/" class="subtitle icons"><i class="fa-brands fa-linkedin"></i></p>
<a target="_blank" href="https://m.facebook.com/114952761188951/" class="subtitle icons"><i class="fa-brands fa-facebook"></i></p>
<a target="_blank" href="https://youtube.com/channel/UCilmmtEdDJzGHBUE1TqmckQ" class="subtitle icons"><i class="fa-brands fa-youtube"></i></p>
</div>
<div>
<a target="_blank" href="./comingsoon.html" class="learnmore" target="_blank"><span>Learn more</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/SD-logo.png" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-4.jpg"></a>
<div class="text-holder">
<h6 class="title">Sashakt Drishti</h6>
<p class="subtitle">SDG - 11</p>
<p class="subtitle" style="font-size: 12px;">SDG GOAL 11: SUSTAINABLE CITIES AND COMMUNITIES</p>
<div class="icons-arrange" >
<a target="_blank" href="https://www.instagram.com/sashakt_drishti_csd/" class="subtitle icons"><i class="fa-brands fa-instagram"></i></p>
<a target="_blank" href="https://twitter.com/DrishtiSashakt" class="subtitle icons"><i class="fa-brands fa-twitter"></i></p>
<a target="_blank" href="https://www.linkedin.com/company/sashakt-drishti/" class="subtitle icons"><i class="fa-brands fa-linkedin"></i></p>
<a target="_blank" href="https://www.facebook.com/Sashakt-Drishti-103645028911941/" class="subtitle icons"><i class="fa-brands fa-facebook"></i></p>
<a target="_blank" href="https://www.youtube.com/channel/UCf2YnQ8zLre3YLxc6ou9FZw" class="subtitle icons"><i class="fa-brands fa-youtube"></i></p>
</div>
<div>
<a target="_blank" href="./comingsoon.html" class="learnmore" target="_blank"><span>Learn more</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/pejas-logo.png" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/advertising-1.jpg"></a>
<div class="text-holder">
<h6 class="title">PEJAS</h6>
<p class="subtitle">SDG - 16</p>
<p class="subtitle" style="font-size: 12px;">SDG GOAL 16: PEACE, JUSTICE AND STRONG INSTITUTIONS</p>
<div class="icons-arrange">
<a target="_blank" href="https://www.instagram.com/pejas_csd/" class="subtitle icons"><i class="fa-brands fa-instagram"></i></p>
<a target="_blank" href="https://twitter.com/PEJAS_IGDTUW" class="subtitle icons"><i class="fa-brands fa-twitter"></i></p>
<a target="_blank" href="https://www.linkedin.com/in/pejas-csd-282619225" class="subtitle icons"><i class="fa-brands fa-linkedin"></i></p>
<a target="_blank" href="https://www.facebook.com/PEJAS-IGDTU-103530338818389/" class="subtitle icons"><i class="fa-brands fa-facebook"></i></p>
<a target="_blank" href="https://www.youtube.com/channel/UCPCHFxBlTespoPyTWgRb8rw" class="subtitle icons"><i class="fa-brands fa-youtube"></i></p>
</div>
<div>
<a target="_blank" href="./comingsoon.html" class="learnmore" target="_blank"><span>Learn more</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/cognito-logo.png" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-3.jpg"></a>
<div class="text-holder">
<h6 class="title">Cognito</h6>
<p class="subtitle">SDG - 8,9</p>
<p class="subtitle" style="font-size: 12px;">SDG GOAL 8: DECENT WORK AND ECONOMIC GROWTH<br>
SDG GOAL 9: INDUSTRY, INNOVATION, AND INFRASTRUCTURE</p>
<div class="icons-arrange" >
<a target="_blank" href="https://www.instagram.com/cognito_csd/" class="subtitle icons"><i class="fa-brands fa-instagram"></i></p>
<a target="_blank" href="https://twitter.com/CognitoSdg" class="subtitle icons"><i class="fa-brands fa-twitter"></i></p>
<a target="_blank" href="https://www.linkedin.com/company/cognito-sdg/" class="subtitle icons"><i class="fa-brands fa-linkedin"></i></p>
<a target="_blank" href="https://discord.gg/QYE6gCpw" class="subtitle icons"><i class="fa-brands fa-discord"></i></p>
<a target="_blank" href="https://youtube.com/channel/UCnlNW_4hYQc_iL7yqThG37Q" class="subtitle icons"><i class="fa-brands fa-youtube"></i></p>
</div>
<div>
<a target="_blank" href="./comingsoon.html" class="learnmore" target="_blank"><span>Learn more</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of portfolio section -->
<!-- Start of Timeline section -->
<section class="timeline">
<h1 class="timeline-h1 section">Timeline</h1>
<div class="time-line-first-div reveal">
<ul class="timeline-ul">
<li class="timeline-li">
<div class="pot0 pot" >
<time>August 2021</time>
<p><b>PHASE 1</b><br>Establishment of CSD</p>
</div>
</li>
<li class="timeline-li">
<div class="pot1 pot">
<time>September 2021</time>
<p>Establishment of SDG Teams and Selection of Members</p>
</div>
</li>
<li class="timeline-li">
<div class="pot0 pot">
<time>October 2021</time>
<p>Planning and Conceptualization of Events and Activities</p>
</div>
</li>
<li class="timeline-li">
<div class="pot1 pot">
<time>November 2021</time>
<p>Conducting Events and Activities</p>
</div>
</li>
<li class="timeline-li">
<div class="pot0 pot">
<time>December 2021</time>
<p>Evaluation and Conclusion of Phase 1</p>
</div>
</li>
<li class="timeline-li">
<div class="pot1 pot">
<time>January 2022</time>
<p><b>PHASE 2</b><br>Conceptualization of Phase 2</p>
</div>
</li>
<li class="timeline-li">
<div class="pot0 pot">
<time>February 2022</time>
<p>Conceptualization of Phase 2 Campaigns</p>
</div>
</li>
<li class="timeline-li">
<div class="pot1 pot">
<time>March 2022</time>
<p><b>PHASE 2 Kickstart</b><br>Launch of Campaigns</p>
</div>
</li>
<li class="timeline-li">
<div class="pot0 pot">
<time>April 2022</time>
<p>Conduction of Activities and Events</p>
</div>
</li>
<li class="timeline-li">
<div class="pot1 pot">
<time>May 2022</time>
<p>Conduct of Endline Surveys</p>
</div>
</li>
<li class="timeline-li">
<div class="pot0 pot">
<time>June 2022</time>
<p>Evaluation and Conclusion of Phase 2</p>
</div>
</li>
</ul>
</div>
</section>
<!-- End of Timeline Section -->
<!-- Blog Section -->
<section class="section" id="blog">
<div class="container reveal">
<h6 class="section-title mb-0 text-center">GALLERY</h6>
<h6 class="section-subtitle mb-5 text-center">WE AIM TO SUSTAIN</h6>
<div class="row">
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="assets\imgs\IMG1.jpeg" alt="PICTURE" class="card-img-top w-100">
<!-- <div class="card-body">
<h6 class="card-title"></h6>
<p></p>
<a href="javascript:void(0)" class="small text-muted">Go To The Article</a>
</div> -->
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="assets\imgs\IMG2.jpeg" alt="PICTURE" class="card-img-top w-100">
<!-- <div class="card-body">
<h6 class="card-title"></h5>
<p></p>
<a href="javascript:void(0)" class="small text-muted">Go To The Article</a>
</div> -->
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="assets\imgs\IMG3.jpeg" alt="PICTURE" class="card-img-top w-100">
<!-- <div class="card-body">
<h6 class="card-title"></h6>
<p></p>
<a href="javascript:void(0)" class="small text-muted">Go To The Article</a>
</div> -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="assets\imgs\IMG4.jpeg" alt="PICTURE" class="card-img-top w-100">
<!-- <div class="card-body">
<h6 class="card-title"></h6>
<p></p>
<a href="javascript:void(0)" class="small text-muted">Go To The Article</a>
</div> -->
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="assets\imgs\IMG5.jpeg" alt="PICTURE" class="card-img-top w-100">
<!-- <div class="card-body">
<h6 class="card-title"></h5>
<p></p>
<a href="javascript:void(0)" class="small text-muted">Go To The Article</a>
</div> -->
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="assets\imgs\IMG6.jpeg" alt="PICTURE" class="card-img-top w-100">
<!-- <div class="card-body">
<h6 class="card-title"></h6>
<p></p>
<a href="javascript:void(0)" class="small text-muted">Go To The Article</a>
</div> -->
</div>
</div>
</div>
</div>
</section>
<!-- End of Blog Section -->
<!-- Testmonial Section -->
<section class="section" id="testmonial" style="padding-bottom: 30px;">
<div class="container reveal">
<h6 class="section-title text-center mb-3">OUR PILLARS</h6>
<!-- <h6 class="section-subtitle mb-5 text-center">What Our Clients Says</h6> -->
<div class="row">
<div class="col-md-3 my-3 my-md-0">
<div class="card">
<div class="card-body">
<div class="media align-items-center mb-3">
<img class="mr-3" src="assets/imgs/VC.jpg" alt="">
<div class="media-body">
<h6 class="mt-1 mb-0">Dr. Amita Dev</h6>
<small class="text-muted mb-0">Hon'ble VC, IGDTUW</small>
</div>
</div>
<p class="mb-0">
"Tough times don’t last, but tough people do. The sky is the limit for you!
"</p>
</div>
</div>
</div>
<div class="col-md-3 my-3 my-md-0">
<div class="card">
<div class="card-body">
<div class="media align-items-center mb-3">
<img class="mr-3" src="assets/imgs/PreetiMaam.jpg" alt="">
<div class="media-body">
<h6 class="mt-1 mb-0">Dr.Preeti Vajpeyi</h6>
<small class="text-muted mb-0">Faculty Advisor</small>
</div>
</div>
<p class="mb-0">
"Alone we can do so little, together we can do so much!""
</p>
</div>
</div>
</div>
<div class="col-md-3 my-3 my-md-0">
<div class="card">
<div class="card-body">
<div class="media align-items-center mb-3">
<img class="mr-3" src="assets/imgs/VishalSir.jpg" alt="">
<div class="media-body">
<h6 class="mt-1 mb-0">Ar.Vishal Rai</h6>
<small class="text-muted mb-0">Faculty Advisor</small>
</div>
</div>
<p class="mb-0">
"A positive attitude is a person's passport to a better tomorrow. "
</p>
</div>
</div>
</div>
<div class="col-md-3 my-3 my-md-0">
<div class="card">
<div class="card-body">
<div class="media align-items-center mb-3">
<img class="mr-3" src="assets/imgs/KshitijSir.jpg" alt="">
<div class="media-body">
<h6 class="mt-1 mb-0">Ar.Kshitij K Sinha</h6>
<small class="text-muted mb-0">Faculty Advisor</small>
</div>
</div>
<p class="mb-0">"Leaders don't create followers. Leaders create more leaders!"</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Testmonial Section -->
<!-- Campaign Section -->
<!-- Mobile Screen -->
<div class="campaign-mobile reveal">
<div class="intro">
<h1 class="campaign-head">CAMPAIGNS</h1>
<h1 class="campaign-subhead">WE AIM TO SUSTAIN</h1>
</div>
<div class="gallery_container-all">
<div class="row">
</div>
<div class="gallery_container">
<img src="assets\imgs\Campaigns\Adira.png" alt="Image description goes here">
<span class="gallery_title">Adira</span>
<!-- <span class="gallery_text">Morbi diam viverra mattis sociis magna, habitasse penatibus non lectus</span> -->
</div>
<div class="gallery_container">
<img src="assets\imgs\Campaigns\Cognito.png" alt="Image description goes here">
<span class="gallery_title">Cognito</span>
<!-- <span class="gallery_text">Morbi diam viverra mattis sociis magna, habitasse penatibus non lectus</span> -->
</div>
<div class="gallery_container">
<img src="assets\imgs\Campaigns\Eudaimonia.png" alt="Image description goes here">
<span class="gallery_title">Eudaimonia</span>
<!-- <span class="gallery_text">Morbi diam viverra mattis sociis magna, habitasse penatibus non lectus</span> -->
</div>
<div class="gallery_container">
<img src="assets\imgs\Campaigns\Inayat.png" alt="Image description goes here">
<span class="gallery_title">Inayat</span>
<!-- <span class="gallery_text">Morbi diam viverra mattis sociis magna, habitasse penatibus non lectus</span> -->
</div>
<div class="gallery_container">
<img src="assets\imgs\Campaigns\Pejas.png" alt="Image description goes here">
<span class="gallery_title">Pejas</span>
<!-- <span class="gallery_text">Morbi diam viverra mattis sociis magna, habitasse penatibus non lectus</span> -->
</div>
<div class="gallery_container">
<img src="assets\imgs\Campaigns\Sashak_Drishti.png" alt="Image description goes here">
<span class="gallery_title">Sashakt Drishti</span>
<!-- <span class="gallery_text">Morbi diam viverra mattis sociis magna, habitasse penatibus non lectus</span> -->
</div>
</div>
</div>
<!-- End: Mobile Screen -->
<!-- Laptop Screen -->
<div class="campaign-laptop mt-5 reveal">
<div>
<h1 class="campaign-head">CAMPAIGNS</h1>
<h1 class="campaign-subhead mb-5">WE AIM TO SUSTAIN</h1>
</div>
<div class="main">
<div class="slider">
<div class="car">
<div class="card2">
<div class="card-header">
<img src="assets\imgs\Campaigns\Adira.png">
<div id="" class="middle">
<div class="text text-dark ml-4">Adira</div>
</div>
</div>
<!-- <div class="card-body2">
<div class="card-content">
<div class="card-title-2">Adira</div>
</div>
</div> -->
</div>
</div>
<div class="car">
<div class="card2">
<div class="card-header">
<img src="assets\imgs\Campaigns\Cognito.png">
<div class="middle">
<div class="text text-dark ml-4">Cognito</div>
</div>
</div>
<!-- <div class="card-body2">
<div class="card-content">
<div class="card-title-2">Cognito</div>
</div>
</div> -->
</div>
</div>
<div class="car">
<div class="card2">
<div class="card-header">
<img src="assets\imgs\Campaigns\Eudaimonia.png">
<div class="middle">
<div class="text text-dark ml-4">Eudaimonia</div>
</div>
</div>
<!-- <div class="card-body2">
<div class="card-content">
<div class="card-title-2">Eudaimonia</div>
</div>
</div> -->
</div>
</div>
<div class="car">
<div class="card2">
<div class="card-header">
<img src="assets\imgs\Campaigns\Inayat.png">
<div class="middle">
<div class="text text-dark ml-4">Inayat</div>
</div>
</div>
<!-- <div class="card-body2">
<div class="card-content">
<div class="card-title-2">Inayat</div>
</div>
</div> -->
</div>
</div>
<div class="car">
<div class="card2">
<div class="card-header">
<img src="assets\imgs\Campaigns\Pejas.png">
<div class="middle">
<div class="text text-dark ml-4">Pejas</div>
</div>
</div>
<!-- <div class="card-body2">
<div class="card-content">
<div class="card-title-2">Pejas</div>
</div>
</div> -->
</div>
</div>
<div class="car">
<div class="card2">
<div class="card-header">
<img src="assets\imgs\Campaigns\Sashak_Drishti.png">
<div class="middle">
<div class="text text-dark ml-4">Sashakt Drishti</div>
</div>
</div>
<!-- <div class="card-body2">
<div class="card-content">
<div class="card-title-2">Sashakt Drishti
</div>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!-- End: Laptop Screen -->
<!-- End of Campaign Section -->
<section id="contact" class="section has-img-bg pb-0">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5 my-3">
<h6 class="mb-0">Phone</h6>
<p class="mb-4">011-41063127</p>
<h6 class="mb-0">Address</h6>
<p class="mb-4">Room No: 105, Architecture Building, IGDTUW</p>
<h6 class="mb-0">Email</h6>
<p class="mb-0">[email protected]</p>
<p></p>
</div>
<div class="col-md-7">
<div class="form">
<form action="https://formsubmit.co/[email protected]" role="form" method="POST">
<h4 class="mb-4">Contact Us</h4>
<div class="form-row">
<div class="form-group col-sm-4">
<input type="text" class="form-control text-white rounded-0 bg-transparent" name="name" placeholder="Name">
</div>
<div class="form-group col-sm-4">
<input type="email" class="form-control text-white rounded-0 bg-transparent" name="Email" placeholder="Email">
</div>
<div class="form-group col-sm-4">
<input type="text" class="form-control text-white rounded-0 bg-transparent" name="subject" placeholder="Subject">
</div>
<div class="form-group col-12">
<textarea name="message" id="" cols="30" rows="4" class="form-control text-white rounded-0 bg-transparent" placeholder="Message" required></textarea>
</div>
<div class="form-group col-12 mb-0">
<button type="submit" class="btn btn-primary rounded w-md mt-3">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- Page Footer -->
<footer class="mt-5 py-4 border-top border-secondary">
<p class="mb-0 small">Created By CSD IGDTUW, 2020</a> All rights reserved </p>
</footer>
<!-- End of Page Footer -->
</div>
</section>
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Isotope -->
<script src="assets/vendors/isotope/isotope.pkgd.js"></script>
<!-- LeadMark js -->
<script src="assets/js/leadmark.js"></script>
<script src="assets/js/counter.js"></script>
<script>
var items = document.getElementsByClassName("timeline-li")
function isItemInView(item){
var rect = item.getBoundingClientRect();
return (
rect.top >= 0 &&
rect.left >= 0 &&
rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) &&
rect.right <= (window.innerWidth || document.documentElement.clientWidth)
);
}
function callbackFunc() {
for (var i = 0; i < items.length; i++) {
if (isItemInView(items[i])) {
items[i].classList.add("show");
}
}
}
// listen for events
window.addEventListener("load", callbackFunc);
window.addEventListener("resize", callbackFunc);
window.addEventListener("scroll", callbackFunc);
</script>
<!-- Campaign laptop Screen -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/slick.min.js'></script>
<script>
$('.slider').slick({
infinite: true,
speed: 800,
slidesToShow: 3,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2000,
dots: false,
responsive: [{
breakpoint: 1024,
settings: {
slidesToShow: 3,
slidesToScroll: 3,
infinite: true,
dots: true
}
},
{
breakpoint: 600,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
]
})
window.addEventListener('scroll' , reveal);
function reveal(){
var reveals = document.querySelectorAll('.reveal');
for(var i =0;i<reveals.length;i++){
var windowHeight = window.innerHeight;
var revealTop = reveals[i].getBoundingClientRect().top;
var revealpoint = 150;
if(revealTop < windowHeight - revealpoint){
reveals[i].classList.add('active');
}
else{
reveals[i].classList.remove('active');
}
}
}
</script>
<!-- <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-62db887d91f1f924"></script> -->
<!-- End: Campaign Laptop Screen -->
</body>
</html>