forked from DevScript/devscript.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
917 lines (802 loc) · 40.3 KB
/
Copy pathindex.html
File metadata and controls
917 lines (802 loc) · 40.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-175461719-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-175461719-1');
</script>
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>DevScript</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Acme&family=Rowdies:wght@700&family=Sora:wght@600&family=Sriracha&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<div style="height: 0">
<embed src="assets/sound.mp3" loop="true" autostart="true" >
</div>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="d-flex align-items-center justify-content-between">
<a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<!-- <h1 class="logo"><a href="index.html">DevScript</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<nav class="nav-menu d-none d-lg-block">
<ul>
<!--li class="drop-down span"><a>Events<span class="caret"></span></a>
<ul>
<li><a href="#featured-services">Upcoming Events</a></li>
<li><a href="#services">Past Events</a></li-->
<!-- <li class="drop-down"><a href="#services"></a>Past Events</a></li> -->
<!-- <ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>-->
<!--/ul>
</li-->
<li class="span"><a href="#JOC">Join Our Community</a></li>
<li class="span"><a href="#live-event">Live Events</a></li>
<li class="span"><a href="#upcoming-event">Upcoming Events</a></li>
<li class="span"><a href="#past-event">Past Events</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</div>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<!-- <section id="hero" class="d-flex flex-column justify-content-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8">
<h1>DevScript <span>Community</span></h1>
<h2>Let us COME together to LEARN & GROW</h2>
<a href="https://www.youtube.com/watch?v=DiHD6igmg38" class="venobox play-btn mb-4" data-vbtype="video"
data-autoplay="true"></a>
</div>
</div>
</div>
</section> --> <!-- End Hero -->
<section id="hero" class="d-flex flex-column justify-content-center">
<!-- <div class="container"> -->
<div class="video-background">
<div class="video-wrap">
<div id="video">
<video id="bgvid" autoplay loop muted playsinline>
<source src="assets/Starfield-Fly-Through.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div class="caption">
<h1><big>DevScript <span>Community</span></big></h1>
<h2>Let us <span>COME</span> together to <span>LEARN</span> & <span>GROW</span></h2>
<a href="https://www.youtube.com/watch?v=DiHD6igmg38" class="venobox play-btn mb-4" data-vbtype="video"
data-autoplay="true"></a>
</div>
<!-- </div> -->
</section>
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h1>About Us</h1>
<h3>Find Out More <span>About Us</span></h3>
<p>Started on 7th July ,2020 we are a vibrant knowledge society, passionate to bring a deep sense of
technology for you to thrive in the real world. DevScript community provides a platform for talented and
motivated students who are interested in domains like machine learning, Game development, embedded systems
and other techno-savvy fields.</p>
</div>
<div class="row">
<div class="col-lg-6" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/services.png" class="img-fluid animated" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content d-flex flex-column justify-content-center" data-aos="fade-up"
data-aos-delay="100">
<h3>What we DO?</h3>
<p class="font-italic">
We conduct webinars, lectures, quizzes, technical debates and hacks that help you to develop a niche in
the tech society. We help you brush up your skills regularly through hackathons and quizzes.
</p>
<ul>
<li>
<i class="bx bx-store-alt"></i>
<div>
<h5>Hands-on Session</h5>
<p>Sessions that provide students with varied opportunities of learning on vivid technical topics and
incorporating assignments to increase the cope of knowledge.</p>
</div>
</li>
<li>
<i class="bx bx-store-alt"></i>
<div>
<h5> Bootcamps </h5>
<p>We conduct 5-6 days Series of Sessions on a specific topic that assist the metamorphosis from
primary to maestro levels.</p>
</div>
</li>
<li>
<i class="bx bx-store-alt"></i>
<div>
<h5>Quizzes</h5>
<p>For a wide range of technical and non-technical topics we conduct quizzes that help in expansion of
knowledge and endorse qualities like healthy competition with fun and excitement.</p>
</div>
</li>
<li>
<i class="bx bx-images"></i>
<div>
<h5> Technical Debates</h5>
<p>Participants debate on given technical topics which include multi-faceted knowledge cutting across
several disciplines outside the learner's normal academic subjects.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= JOC Section ======= -->
<section id="JOC" class="featured-services">
<div class="section-title">
<h1>Join Our Community</h1>
</div>
<!-- ======= JOC1 Section ======= -->
<section id="JOC1" class="d-flex align-items-center" class="JOC2">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1">
<h3><strong><u style="font-family: 'Acme', sans-serif;"> BECOME A CAMPUS REPRESENTATIVE </u></strong></h3>
<p>Campus Representative program at DevScript is aimed at identifying energetic, passionate tech geeks who aspire to take the initiative and make a mark. Be the face & voice of DevScript at your campus.</p>
<strong><h4>Roles and Responsibilities of DevScript Representatives :</h4></strong>
<li>Connect with other ambassadors, share resources and get recognized globally.</li>
<li>Get students to attend workshops, to enhance their skills set for future job assistance from our
side.</li>
<li>Associate DevScript with various college societies and fest department.</li>
</ul>
</p>
<br>
<a href="https://forms.gle/8mJ8W4zUSmQRrBNS7"
target="_blank" class="btn-get-started scrollto">Apply Now</a>
</div>
<div class="col-lg-6 order-1 order-lg-2 JOC1-img">
<img src="assets/img/campus-ambassador-1.jpg" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End JOC1 -->
<main id="main">
<!-- ======= JOC2 Section ======= -->
<section id="JOC2" class="JOC2">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-5 d-flex align-items-center justify-content-center JOC2-img">
<img src="assets/img/illustration-2.png" class="img-fluid animated" alt="" data-aos="zoom-in">
</div>
<div class="col-lg-6 pt-5 pt-lg-0"><br><br>
<h3><strong><u style="font-family: 'Acme', sans-serif;"> BECOME A MENTOR </u></strong></h3>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<p>You’ll be the catalyst for motivating students to achieve and fulfil their tech-dreams.
You can change two lives- <strong>‘Yours and Theirs’</strong>. So, if you think you’ve domain
knowledge and are ready to guide others<br>
<p>
<h4><u><i>Domains are:</i></u></h4>
</p>
<div class="domain-container">
<div class="domain_left">
<ul><strong>
<li>Web Development</li>
<li>Python</li>
<li>Machine Learning</li>
<li>Flutter Development</li>
<li>Android Development</li>
</strong></ul>
</div>
<div class="domain_right">
<ul><strong>
<li>Cyber Security</li>
<li>Blockchain</li>
<li>DevOps</li>
<li>Cloud Computing</li>
<li>Quantum Computing</li>
</strong></ul>
</div>
</div>
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1">
<a href="https://forms.gle/QyZpsg4vrLc4Nqme7"
target="_blank" class="btn-get-started scrollto">Apply Now</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End JOC2 Section -->
</section>
<section id="live-event" class="featured-services">
<div class="section-title">
<h1>Live Event</h1><br><br>
</div>
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-sm d-flex align-items-stretch mb-5 mb-lg-0">
<div id="curve" class="card">
<img src="assets/img/live/gamedev.png" alt="">
<div class="footer">
<div class="connections">
<div class="connection facebook">
<div class="icon"></div>
</div>
<div class="connection twitter">
<div class="icon"></div>
</div>
<div class="connection behance">
<div class="icon"></div>
</div>
</div>
<svg id="curve">
<path id="p" d="M0,200 Q80,100 400,200 V150 H0 V50" transform="translate(0 300)" />
<rect id="dummyRect" x="0" y="0" height="450" width="400" fill="transparent" />
<!-- slide up-->
<animate xlink:href="#p" attributeName="d" to="M0,50 Q80,100 400,50 V150 H0 V50" fill="freeze"
begin="dummyRect.mouseover" end="dummyRect.mouseout" dur="0.1s" id="bounce1" />
<!-- slide up and curve in -->
<animate xlink:href="#p" attributeName="d" to="M0,50 Q80,0 400,50 V150 H0 V50" fill="freeze"
begin="bounce1.end" end="dummyRect.mouseout" dur="0.15s" id="bounce2" />
<!-- slide down and curve in -->
<animate xlink:href="#p" attributeName="d" to="M0,50 Q80,80 400,50 V150 H0 V50" fill="freeze"
begin="bounce2.end" end="dummyRect.mouseout" dur="0.15s" id="bounce3" />
<!-- slide down and curve out -->
<animate xlink:href="#p" attributeName="d" to="M0,50 Q80,45 400,50 V150 H0 V50" fill="freeze"
begin="bounce3.end" end="dummyRect.mouseout" dur="0.1s" id="bounce4" />
<!-- curve in -->
<animate xlink:href="#p" attributeName="d" to="M0,50 Q80,50 400,50 V150 H0 V50" fill="freeze"
begin="bounce4.end" end="dummyRect.mouseout" dur="0.05s" id="bounce5" />
<animate xlink:href="#p" attributeName="d" to="M0,200 Q80,100 400,200 V150 H0 V50" fill="freeze"
begin="dummyRect.mouseout" dur="0.15s" id="bounceOut" />
</svg>
<div class="live-detail">
<div class="info">
<div class="name">Game Development Series</div>
<div class="host">By - Ishan Vohra</div>
</div>
<div class="text-center text-large yt-live">
<a href="https://www.youtube.com/channel/UCQWgtNSqWGu_PJFQqAiCSNw" class="social-button" target="_blank">
<span class="fa fa-lg fa-youtube"></span>
</a>
</div>
</div>
</div>
<div class="card-blur"></div>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Featured Services Section ======= -->
<section id="upcoming-event" class="featured-services">
<div class="section-title">
<h1>Upcoming Events</h1><br><br>
</div>
<div class="container upcoming" data-aos="fade-up">
<div class="row">
<div class="col-lg-3 col-md-6">
<ul>
<li class="booking-card" style="background-image: url(assets/img/upcoming/demo2.png);">
<div class="book-container">
<!--span class="badge badge-pill badge-primary-desat badge-float badge-float-outside">
1st Aug @ 4:30 pm
</span-->
<div class="book-container">
<div class="content">
<button class="btn">Coming Soon</button>
</div>
</div>
<div class="informations-container">
<h2 class="title">Will Be Announced Soon</h2>
<p class="sub-title"> </p><br>
<!--div class="more-information">
<div class="info-and-date-container">
<div class="box date">
<svg class="icon" style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="currentColor"
d="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z" />
</svg>
<p>From 12th August to 20th August</p>
</div>
</div>
</div>
</div-->
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<ul>
<li class="booking-card" style="background-image: url(assets/img/upcoming/demo2.png);">
<div class="book-container">
<!--span class="badge badge-pill badge-primary-desat badge-float badge-float-outside">
1st Aug @ 4:30 pm
</span-->
<div class="book-container">
<div class="content">
<button class="btn">Coming Soon</button>
</div>
</div>
<div class="informations-container">
<h2 class="title">Will Be Announced Soon</h2>
<p class="sub-title"> </p><br>
<!--div class="more-information">
<div class="info-and-date-container">
<div class="box date">
<svg class="icon" style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="currentColor"
d="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z" />
</svg>
<p>From 12th August to 20th August</p>
</div>
</div>
</div>
</div-->
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<ul>
<li class="booking-card" style="background-image: url(assets/img/upcoming/demo2.png);">
<div class="book-container">
<!--span class="badge badge-pill badge-primary-desat badge-float badge-float-outside">
1st Aug @ 4:30 pm
</span-->
<div class="book-container">
<div class="content">
<button class="btn">Coming Soon</button>
</div>
</div>
<div class="informations-container">
<h2 class="title">Will Be Announced Soon</h2>
<p class="sub-title"> </p><br>
<!--div class="more-information">
<div class="info-and-date-container">
<div class="box date">
<svg class="icon" style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="currentColor"
d="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z" />
</svg>
<p>From 12th August to 20th August</p>
</div>
</div>
</div>
</div-->
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<ul>
<li class="booking-card" style="background-image: url(assets/img/upcoming/demo2.png);">
<div class="book-container">
<!--span class="badge badge-pill badge-primary-desat badge-float badge-float-outside">
1st Aug @ 4:30 pm
</span-->
<div class="book-container">
<div class="content">
<button class="btn">Coming Soon</button>
</div>
</div>
<div class="informations-container">
<h2 class="title">Will Be Announced Soon</h2>
<p class="sub-title"> </p><br>
<!--div class="more-information">
<div class="info-and-date-container">
<div class="box date">
<svg class="icon" style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="currentColor"
d="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z" />
</svg>
<p>From 12th August to 20th August</p>
</div>
</div>
</div>
</div-->
</li>
</ul>
</div>
</div>
</div>
</section>
<!--End Featured Services Section -->
<!-- ======= Services Section ======= -->
<section id="past-event" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<div class="section-title">
<h1>Past Events</h1><br><br>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<!-- <a href="#popup1"><i class="fa fa-arrows-alt" style="float:right;"></i></a> -->
<div class="icon"><i class="fas fa-gamepad"></i></div>
<h4 class="title"><a target="_blank" href="https://www.youtube.com/watch?v=3QBMphdVjQM">FPS using Unreal Engine</h4></a>
<h6>This session was organised on 1st August 2020 at 03:00 PM in collaboration with Microsoft Student Partners.</h6>
</p>
<h6 style="text-align:left;"><u>Speaker</u></h6>
<div class="col-sm-12 col-md-12 col-lg-12">
<p class="techStack">Ishan Vohra</p>
</div>
</div>
<div id="popup1" class="popup-container">
<div class="popup-content">
<a href="#pop" class="close">×</a>
<h3>FPS using Unreal Engine <a target="_blank" href="https://www.youtube.com/channel/UCQWgtNSqWGu_PJFQqAiCSNw"><i class="fa fa-youtube"></i></a></h3>
<div class="container">
<div class="row">
<div class="col">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/3QBMphdVjQM"
allowfullscreen="allowfullscreen" mozallowfullscreen="mozallowfullscreen"
msallowfullscreen="msallowfullscreen" oallowfullscreen="oallowfullscreen"
webkitallowfullscreen="webkitallowfullscreen"></iframe>
</div>
<!-- <div class="col-sm-12 col-md-5 col-lg-5">
<h5 style="text-align:left;"><u>Description</u></h5>
<p>Through the event participants got in depth knowledge about: </p>
<p>Creating a project <br>
UI Overview<br>
Materials<br>
Creating Enemy AI<br>
Landscape Editing</p>
<div class="col-sm-12 col-md-12 col-lg-12">
<p class="techStack">Flutter</p>
<p class="techStack">Firebase</p>
<p class="techStack">SQLite</p>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<!-- <a href="#popup2"><i class="fa fa-arrows-alt" style="float:right;"></i></a> -->
<div class="icon"><i class="fa fa-html5"></i></div>
<h4 class="title"><a target="_blank" href="https://www.youtube.com/watch?v=x0Rs9B3kcd8">Building portfolio website</h4></a>
<h6>The session was organised on 18th july at 11:30 am in collaboration with Microsoft Student Partners, sponsored by LetsUpgrade and ISCAP.</h6>
</p>
<h6 style="text-align:left;"><u>Speaker</u></h6>
<div class="col-sm-12 col-md-12 col-lg-12">
<p class="techStack">Praveen Kumar Purushottam</p>
</div>
</div>
<div id="popup2" class="popup-container">
<div class="popup-content">
<a href="#pop" class="close">×</a>
<h3>Building Personal Portfolio Website <a target="_blank" href="https://www.youtube.com/channel/UCQWgtNSqWGu_PJFQqAiCSNw"><i class="fa fa-youtube"></i></a></h3>
<div class="container">
<div class="row">
<div class="col">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/x0Rs9B3kcd8"
allowfullscreen="allowfullscreen" mozallowfullscreen="mozallowfullscreen"
msallowfullscreen="msallowfullscreen" oallowfullscreen="oallowfullscreen"
webkitallowfullscreen="webkitallowfullscreen"></iframe>
</div>
<!-- <div class="col-sm-12 col-md-5 col-lg-5">
<h5 style="text-align:left;"><u>Description</u></h5>
<p>Highlights of the session</p>
<ul>
<li>Hands on session </li>
<li>A basic idea of HTML, CSS,JavaScript was given</li>
<li>Assignment were provided to increase further knowledge</li>
</ul>
<div class="col-sm-12 col-md-12 col-lg-12">
<p class="techStack">Flutter</p>
<p class="techStack">Firebase</p>
<p class="techStack">SQLite</p>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<!-- <a href="#popup3"><i class="fa fa-arrows-alt" style="float:right;"></i></a> -->
<div class="icon"><i class="fa fa-github"></i></div>
<h4 class="title"><a target="_blank" href="https://www.youtube.com/watch?v=9XkAIgmYVFA">Session on Git and GitHub</h4></a>
<h6>A session on Git and GitHub was organised on 11th July 2020 at 4:30 p.m. in collaboration with Microsoft Student Partners and sponsored by LetsUpgrade.</h6>
</p>
<h6 style="text-align:left;"><u>Speaker</u></h6>
<div class="col-sm-12 col-md-12 col-lg-12">
<p class="techStack">Abhishek Singh</p>
<p class="techStack">Rohit Ashiwal</p>
</div>
</div>
<div id="popup3" class="popup-container">
<div class="popup-content">
<a href="#pop" class="close">×</a>
<h3>Session on Git and GitHub <a target="_blank" href="https://www.youtube.com/channel/UCQWgtNSqWGu_PJFQqAiCSNw"><i class="fa fa-youtube"></i></a></h3>
<div class="container">
<div class="row">
<div class="col">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/9XkAIgmYVFA"
allowfullscreen="allowfullscreen" mozallowfullscreen="mozallowfullscreen"
msallowfullscreen="msallowfullscreen" oallowfullscreen="oallowfullscreen"
webkitallowfullscreen="webkitallowfullscreen"></iframe>
</div>
<!--div class="col-sm-12 col-md-5 col-lg-5">
<h5 style="text-align:left;"><u>Description</u></h5>
<p>Highlights of the Session:<br>Through the event participants got in depth knowledge about </p>
<ul>
<li>Version control System</li>
<li>Difference between Git and Github</li>
<li>Working with repositories</li>
</ul>
< <div class="col-sm-12 col-md-12 col-lg-12">
<p class="techStack">Flutter</p>
<p class="techStack">Firebase</p>
<p class="techStack">SQLite</p>
</div> >
</div-->
</div>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="count-box">
<!-- <i class="icofont-simple-smile"></i> -->
<i class="icofont-telegram"></i>
<span data-toggle="counter-up">6782</span>
<p>Community Members</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<!-- <i class="icofont-document-folder"></i> -->
<i class="icofont-brainstorming"></i>
<span data-toggle="counter-up">5</span>
<p>Hands-On Session</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<!-- <i class="icofont-live-support"></i> -->
<i class="icofont-education"></i>
<span data-toggle="counter-up">1</span>
<p>Bootcamps</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="icofont-users-alt-5"></i>
<span data-toggle="counter-up">15</span>
<p>Team Members</p>
</div>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients section-bg align-items-center">
<div class="container" data-aos="zoom-in">
<div class="section-title">
<div class="section-title">
<h1>Our Sponsors</h1><br><br>
</div>
</div>
<div class="row">
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/LU.png" class="img-fluid" alt="LetsUpgrade">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/ISCAP.jpeg" class="img-fluid" alt="ISCAP">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/NeoVantium black.png" class="img-fluid" alt="NeoVantium">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/geeks.png" class="img-fluid" alt="Geeks">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/cblogo.png" class="img-fluid" alt="CodingBlocks">
</div>
</div>
</div>
</section>
<!-- End Clients Section -->
<br><br><br>
<!-- ======= Testimonials Section ======= -->
<div class="section-title">
<div class="section-title">
<h1>Featured People</h1><br><br>
</div>
</div>
<section id="testimonials" class="testimonials">
<div class="container" data-aos="zoom-in">
<div class="owl-carousel testimonials-carousel">
<div class="testimonial-item">
<img src="assets/img/testimonials/winner.PNG" class="testimonial-img" alt="">
<h3>Sakshi Thakur</h3>
<h4>Winner of Scripto-Mania 1.0</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
It was an interactive session. Both the hosts were enthusiastic and conducted the quiz smoothly. One more good catch was that the quiz was taken on kahoot due to which there wasn't even a single second to search anything on the internet. All in all, it was an amazing experience✨
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<!--div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis
quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor
labore quem eram duis noster aute amet eram fore quis sint minim.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit minim
dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa
labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div-->
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Contact Section ======= -->
</main><!-- End #main -->
<section class="community">
<div class="section-title">
<div class="section-title">
<h1>Join Our Discord Chat</h1>
</div>
</div>
<div class="community-grid">
<div class="content">
<div class="online">
<h4>150 online<span class="bullet"> • </span><span>now</span></h4>
</div><a class="button" href="https://discord.gg/uutnrnc" target="blank"><button class="join_btn join_btn--ghost">Enter Chat</button></a>
</div>
<div class="peeps"><img class="peep crowd animated" src="assets/img/peep-crowd.svg" loading="lazy"></div>
</div>
</section>
<!-- ==============================================
CONTACT
=============================================== -->
<br><br><br><br><br>
<div class="footer-distributed">
<div class="footer-left">
<img src="assets/img/logo.png">
<br><br><br><br>
<div class="footer-icons">
<a href="https://www.youtube.com/c/devscript/"><i class="fa fa-youtube"></i></a>
<a href="https://www.linkedin.com/company/devscripts/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.github.com/DevScript/"><i class="fa fa-github"></i></a>
<a href="https://www.instagram.com/devscript.tech/"><i class="fa fa-instagram"></i></a>
<a href="https://www.twitter.com/The_DevScript"><i class="fa fa-twitter"></i></a>
<a href="https://t.me/DevScript"><i class="fa fa-telegram"></i></a>
</div>
<div class="footer-mail" style="width: 100% ">
<p>Mail Us @ <a href="">team@devscript.tech</a></p>
</div>
</div>
<div class="footer-right">
<h1 style="text-align:center;">Contact Us</h1><br><br>
<form action="/" method="GET" enctype="text/plain">
<div class="input-container">
<i class="fa fa-user icon"></i>
<input type="text" name="name" placeholder="Name">
</div>
<div class="input-container">
<i class="fa fa-envelope icon"></i>
<input type="text" name="email" placeholder="Email">
</div>
<div class="input-container">
<i class="fa fa-pencil-square icon"></i>
<input type="text" name="subject" placeholder="Subject">
</div>
<div class="input-container">
<i class="fa fa-comment icon"></i>
<textarea name="message" placeholder="Message"></textarea>
</div>
<div class="input-container">
<button>Send</button>
</div>
</form>
</div>
</div>
<footer class="footer-down">
<p class="footer-company-name">© 2020 DevScript. All Right Reserved</p>
</footer>
<!-- ==============================================
FOOTER
=============================================== -->
<div id="preloader"></div>
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<button class="btn btn-chat"> <img src="assets/img/chat-bot.ico" alt="" srcset=""> </button>
<div class="chat-bot">
<button class="close-chat">x</button>
<iframe allow="microphone;" width= "100%" height="350"
src="https://console.dialogflow.com/api-client/demo/embedded/fd46ac01-525a-4956-ab47-77c1ccf55b04">
</iframe>
</div>
<script src="assets/js/action.js"></script>
<!-- <script src="assets/js/particles.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> -->
<script src="https://kit.fontawesome.com/ea57b534a3.js" crossorigin="anonymous"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>