-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
885 lines (776 loc) · 43.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
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
<!doctype html>
<html lang="en">
<head>
<!--Meta Tags-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords"
content="DSC,VIT,Developer Student Clubs,Python Study Jams,Workshops,Tech,Technical,Club,Chapter,Developer101">
<meta name="author" content="Akshat Gupta">
<meta name="copyright" content="DSC VIT Vellore">
<meta name="language" content="en">
<meta name="url" content="https://python.dscvit.com">
<meta name="category" content="Workshops">
<meta name="coverage" content="Worldwide">
<meta name="rating" content="General">
<meta name="og:email" content="[email protected]" />
<meta name="og:mob_no_number" content="+919600093179" />
<meta name="og:country-name" content="India" />
<meta name="og:region" content="Tamil Nadu" />
<meta name="og:site_name" content="Developer 101 by DSC VIT" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:type" content="website">
<meta property="og:title" content="Developer 101 by DSC VIT">
<!--
<meta property="og:description"
content="Python Study Jams are workshops conducted by DSC VIT to teach the most developer friendly language, Python.">
<meta property="og:url" content="https://python.dscvit.com">
<meta itemprop="description"
content="Python Study Jams are workshops conducted by DSC VIT to teach the most developer friendly language, Python.">
<meta name="twitter:description"
content="Python Study Jams are workshops conducted by DSC VIT to teach the most developer friendly language, Python.">
<meta name="description"
content="Python Study Jams are workshops conducted by DSC VIT to teach the most developer friendly language, Python.">
<link rel="canonical" href="https://python.dscvit.com">
-->
<meta property="og:site_name" content="Developer 101 by DSC VIT">
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="Developer 101 by DSC VIT">
<meta name="twitter:title" content="Developer 101 by DSC VIT">
<meta name="twitter:creator" content="@dscvit">
<meta itemprop="name" content="Developer 101 by DSC VIT">
<!--Linking Favicon, Fonts, Bootstrap, Font Awesome, Animate, reCaptcha, CSS-->
<link rel="icon" href="assets/img/favicon.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700">
<link href="https://fonts.googleapis.com/css?family=Karla&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"
defer>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<script src="https://www.google.com/recaptcha/api.js?render=6LdDzK8UAAAAADnffKwvEeZZ_Sth79MQRZa0z6Ue"></script>
<link rel="stylesheet" type="text/css" href="assets/css/index.css">
<title>Developer 101</title>
<style>
/*
Linking Fonts:
1) Segoe UI.
*/
@font-face {
font-family: 'Segoe UI Regular';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Regular'), url('assets/css/Segoe UI.woff') format('woff');
}
@font-face {
font-family: 'Segoe UI Italic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Italic'), url('assets/css/Segoe UI Italic.woff') format('woff');
}
@font-face {
font-family: 'Segoe UI Bold';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold'), url('assets/css/Segoe UI Bold.woff') format('woff');
}
@font-face {
font-family: 'Segoe UI Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Segoe UI Bold Italic'), url('assets/css/Segoe UI Bold Italic.woff') format('woff');
}
</style>
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top"
style="background-color: #2E4057;background-image:none;background-repeat: no-repeat;font-size: 17px;font-family: 'Segoe UI Bold';font-weight: normal;padding-top: 20px;padding-bottom: 20px;">
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse ml-auto" id="navbarTogglerDemo01">
<ul class="navbar-nav mr-auto smooth-scroll">
<li class="nav-item text-center ml-2">
<a class="nav-link" href="#home" style="color: white;">HOME</a>
</li>
<li class="nav-item text-center ml-2">
<a class="nav-link" href="#about" style="color: white;">ABOUT</a>
</li>
<li class="nav-item text-center ml-2">
<a class="nav-link" href="#sessions" style="color: white;">SESSIONS</a>
</li>
<li class="nav-item text-center ml-2">
<a class="nav-link" href="#register" style="color: white;">REGISTER</a>
</li>
</ul>
<ul class="navbar-nav ml-auto inline">
<li class="nav-item text-center">
<a class="nav-link" href="#about-us" style="color: white;">ABOUT DSC VIT</a>
</li>
</ul>
</div>
</nav>
<div id="home"></div>
<!--Heading With Text & Illustration-->
<section class="section-1 animated fadeInRight" style="padding-bottom: 60px;">
<div class="container">
<div class="first_scale" style="height:auto;min-height: 85vh;">
<!--Heading-->
<div class="container">
<div class="row">
<h1 style="font-weight: bold;color: #048BA8;margin-top: 20vh;" class="col-lg-6 text-center">
Developer 101</h1>
</div>
</div>
<!--Text and Illustration-->
<div class="container">
<div class="row justify-content-center">
<div class="d-inline col-md-5 text-center text-md-left">
<div class="see-how"
style="font-weight: bold;color: black;margin-top: 40px;padding-left:10px;">
See how all pieces fit together
</div>
<div style="margin-top: 20px;padding-left:10px;">
<div class="d-inline" style="font-weight: normal;font-size: 30px; color: black;">
by
</div>
<img class="d-inline img-responsive" src="assets/img/Group 11.svg"
style="height: 25px;width: auto;">
</div>
</div>
<div class="d-inline col-md-6 text-center">
<img class="img-responsive img1" src="assets/img/Home Screen Illustration.svg"
style="width: auto;">
</div>
</div>
</div>
</div>
</div>
<div id="about"></div>
</section>
<!--About Section-->
<section class="section-2 animated fadeInLeft" style="background-color: #048BA8;padding-bottom: 70px;">
<div class="container">
<h2 style="color: white;font-weight: bold;font-size: 40px;padding-top:70px;" class="text-center">Why Python?
</h2>
<div class="row">
<div class="text-center text-break"
style="color: rgba(255, 255, 255, 0.89);font-weight: lighter;font-size: 20px;margin-top: 50px;line-height: 2rem;padding: 18px;">
Though it is generally said that the
mode of communication doesn’t matter if you are
efficient enough to express yourself, it can have another say when it comes to programming
languages.
The choice of a programming language is many-a-times dominated by some real-world constraints such
as
cost, availability, training and prior investment, or even emotional attachment sometimes. Python
programs, when compared to Java codes, are expected as well as observed to run slower, but they take
much less time to be entirely developed.
</div>
<div id="demo" class="collapse text-center text-break"
style="color: rgba(255, 255, 255, 0.89);font-weight: lighter;font-size: 20px;margin-top: 30px;line-height: 2rem;padding: 18px;">
This
brings in the developer’s preference. Adding to this,
Python programs are found to be 3-5 times shorter than the similar Java programs. Such small
but
significant benefits of Python over any other traditional coding language provide sufficient
reasons
for
Python being the foremost choice to be learnt. These variations can be attributed to
Python’s
built-in
high-level data types and its dynamic typing. Coming to Python versus C++, Python shines as
a
glue
language as it combines various components coded using C++ and executes them with a length
5-10
times
less. Hence, though skills can never be restricted by the language we use to execute them,
there
is
always a chance for improvising. Similarly, Python is rightly emerging as the most ‘in
demand’
language
due to the simpler built-in facilities it offers.
</div>
<button type="button" class="btn mx-auto SeeMore2" data-toggle="collapse" data-target="#demo"
style="color: white; background-color: #F18F01;border-radius: 36px;font-size: 15px;width: 150px;margin-top:30px;text-align: center">
READ MORE
</button>
</div>
</div>
</section>
<!--Sessions-->
<section class="section-3 animated fadeInRight" id="sessions" style="padding-bottom: 100px;">
<div class="container">
<h2 style="color: black;font-weight: bold;font-size: 40px;padding-top:70px;margin-bottom: 100px;"
class="text-center">Sessions
</h2>
<div class="row justify-content-center" style="margin-right: 0px;margin-left:0px;">
<div class="col-12 col-md-4">
<div class="card rnd" style="border-radius: 20px;">
<div class="card-body"
style="background-color: #F18F01;border-top-left-radius: 20px;border-top-right-radius: 20px;height: 10vh;">
<h5 class="card-title text-center"
style="color: white;font-weight: bold;font-size: 28px;padding-top: 10px;">First</h5>
</div>
<div style="background-color: white;height: 6px;"></div>
<div class="card-body"
style="background-color: #048BA8;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;height: 360px;">
<p class="card-text scroll-box"
style="color: white;font-weight: normal;font-size: 18px;line-height: 2.3rem;">
1. Basic I/O<br>
2. Types<br>
3. String Templating<br>
4. Conditionals and Loops<br>
5. List Comprehension<br>
6. Functions<br>
</p>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="card rnd" style="border-radius: 20px;">
<div class="card-body"
style="background-color: #F18F01;border-top-left-radius: 20px;border-top-right-radius: 20px;height: 10vh;">
<h5 class="card-title text-center"
style="color: white;font-weight: bold;font-size: 28px;padding-top: 10px;">Second
</h5>
</div>
<div style="background-color: white;height: 6px;"></div>
<div class="card-body"
style="background-color: #048BA8;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;height: 360px;">
<p class="card-text scroll-box"
style="color: white;font-weight: normal;font-size: 18px;line-height: 2.3rem;">
1. File Handling<br>
2. Exception Handling<br>
3. Regular Expression<br>
4. Classes and Objects<br>
5. Object Oriented Programming Paradigm<br>
</p>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="card rnd" style="border-radius: 20px;">
<div class="card-body"
style="background-color: #F18F01;border-top-left-radius: 20px;border-top-right-radius: 20px;height: 10vh;">
<h5 class="card-title text-center"
style="color: white;font-weight: bold;font-size: 28px;padding-top: 10px;">Third</h5>
</div>
<div style="background-color: white;height: 6px;"></div>
<div class="card-body"
style="background-color: #048BA8;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;height: 360px;">
<p class="card-text scroll-box"
style="color: white;font-weight: normal;font-size: 18px;line-height: 2.3rem;">
1. Flask<br>
2. Database Handling<br>
3. Building Web Applications - Render-based, APIs<br>
4. Decorators<br>
5. Mini Project - Building an Email Client to send Mails from CSVs<br>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-4 offset-md-2">
<div class="card rnd2" style="border-radius: 20px;">
<div class="card-body"
style="background-color: #F18F01;border-top-left-radius: 20px;border-top-right-radius: 20px;height: 10vh;">
<h5 class="card-title text-center"
style="color: white;font-weight: bold;font-size: 28px;padding-top: 10px;">Fourth
</h5>
</div>
<div style="background-color: white;height: 6px;"></div>
<div class="card-body"
style="background-color: #048BA8;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;height: 360px;">
<p class="card-text scroll-box"
style="color: white;font-weight: normal;font-size: 18px;line-height: 2.3rem;">
1. Fetching Content from Web with requests module<br>
2. Parsing HTML with BeautifulSoup module<br>
3. Mini Project - Building a Web Crawler<br>
</p>
</div>
</div>
</div>
<div class="col-12 col-md-4 mr-auto">
<div class="card rnd2" style="border-radius: 20px;">
<div class="card-body"
style="background-color: #F18F01;border-top-left-radius: 20px;border-top-right-radius: 20px;height: 10vh;">
<h5 class="card-title text-center"
style="color: white;font-weight: bold;font-size: 28px;padding-top: 10px;">Fifth
</h5>
</div>
<div style="background-color: white;height: 6px;"></div>
<div class="card-body"
style="background-color: #048BA8;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;height: 360px;">
<p class="card-text scroll-box"
style="color: white;font-weight: normal;font-size: 18px;line-height: 2.3rem;">
1. Tkinter, PyQt<br>
2. Graphical User Interfaces<br>
3. Building GUIs for Desktop Applications<br>
4. Mini Project - Building a Password Manager Desktop Application<br>
</p>
</div>
</div>
</div>
</div>
</section>
<!--Instructors-->
<section class="section-4 animated fadeInLeft" style="padding-bottom: 70px;background-color: #F18F01;">
<div class="container">
<h2 style="color: white;font-weight: bold;font-size: 40px;padding-top:40px;margin-bottom: 100px;"
class="text-center">Instructors
</h2>
<!--Main-->
<div class="row justify-content-center">
<div class="d-inline col-lg-2 text-center">
<img class="img-responsive" id="change-image" src="assets/img/ayush.jpg"
style="height: 150px;width: 150px;border-radius: 100px;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.267);border: 5px solid whitesmoke;margin-bottom: 20px;">
</div>
<div class="d-inline col-md-9 text-center text-md-left">
<div style="font-weight: bold;font-size: 30px; color: white;" id="main-name">
Ayush Priya
</div>
<div class="d-inline text-break"
style="font-weight: normal;font-size: 20px; color: rgba(255, 255, 255, 0.849);" id="main-text">
An experienced developer in Python, Ayush is currently pursuing his undergraduate degree
(BTech) in CSE, second year. His forte is desktop application and he is an innovator in web
scraping.
</div>
</div>
</div>
<!--Others-->
<div class="row justify-content-center" style="margin-top: 100px;padding-bottom: 50px;">
<div class="row justify-content-center">
<div class="d-inline text-center spacing-class">
<div class="d-inline">
<input type="image" name="imgbtn" src="assets/img/angad.jpg" alt="" class="angad"
style="height: 60px;width: 60px;outline: none;border-radius: 50px;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.267);border: 4px solid whitesmoke;">
</div>
<div class="text-center d-inline">
<div style="font-weight: bold;font-size: 22px; color: white;" class="text-center">
Angad Sharma
</div>
</div>
</div>
<div class="d-inline text-center spacing-class">
<div class="d-inline">
<input type="image" name="imgbtn" src="assets/img/samyak.jpg" alt="" class="samyak"
style="height: 60px;width: 60px;outline: none;border-radius: 50px;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.267);border: 4px solid whitesmoke;">
</div>
<div class="text-center d-inline">
<div style="font-weight: bold;font-size: 22px; color: white;" class="text-center">
Samyak Jain
</div>
</div>
</div>
<div class="d-inline text-center spacing-class">
<div class="d-inline">
<input type="image" name="imgbtn" src="assets/img/ayush.jpg" alt="" class="ayush"
style="height: 60px;width: 60px;outline: none;border-radius: 50px;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.267);border: 4px solid whitesmoke;">
</div>
<div class="text-center d-inline">
<div style="font-weight: bold;font-size: 22px; color: white;" class="text-center">
Ayush Priya
</div>
</div>
</div>
<div class="d-inline text-center spacing-class">
<div class="d-inline">
<input type="image" name="imgbtn" src="assets/img/ubaid.jpg" alt="" class="ubaid"
style="height: 60px;width: 60px;outline: none;border-radius: 50px;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.267);border: 4px solid whitesmoke;">
</div>
<div class="text-center d-inline">
<div style="font-weight: bold;font-size: 22px; color: white;" class="text-center">
Ubaid Usmani
</div>
</div>
</div>
<div class="d-inline text-center spacing-class">
<div class="d-inline">
<input type="image" name="imgbtn" src="assets/img/paritosh.jpeg" alt="" class="paritosh"
style="height: 60px;width: 60px;outline: none;border-radius: 50px;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.267);border: 4px solid whitesmoke;">
</div>
<div class="text-center d-inline">
<div style="font-weight: bold;font-size: 22px; color: white;" class="text-center">
Paritosh Mahajan
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Softwares-->
<div id="softwares"></div>
<section class="section-5 animated fadeInRight" style="background-color: #2E4057;padding-bottom: 140px;">
<div class="container">
<h2 style="color: white;font-weight: bold;font-size: 40px;padding-top:70px;" class="text-center">
Learn With Us
</h2>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-12 text-center">
<div class="row justify-content-center">
<div>
<div class="d-inline">
<a href="https://www.python.org" target="_blank"><img class="social-circle"
src="assets/img/python.png" alt="Python"></img></a></div>
<div class="d-inline">
<div style="font-weight: bold;font-size: 22px;padding:5px;color: white;"
class="text-center">
Python
</div>
</div>
</div>
<div>
<div class="d-inline">
<a href="https://www.gnu.org/software/bash" target="_blank"><img class="social-circle"
src="assets/img/bash.png" alt="Bash"></img></a>
</div>
<div class="d-inline">
<div style="font-weight: bold;font-size: 22px;padding:5px;color: white;"
class="text-center">
Bash
</div>
</div>
</div>
<div>
<div class="d-inline">
<a href="https://opensource.org" target="_blank"><img class="social-circle"
src="assets/img/open-source.png" alt="Open Source"></img></a>
</div>
<div class="d-inline">
<div style="font-weight: bold;font-size: 22px;padding:5px;color: white;"
class="text-center">
Open Source
</div>
</div>
</div>
<div>
<div class="d-inline">
<a href="https://cloud.google.com" target="_blank"><img class="social-circle"
src="assets/img/gcp.png" alt="Google Cloud Platform"></img></a>
</div>
<div class="d-inline">
<div style="font-weight: bold;font-size: 22px;padding:5px;color: white;"
class="text-center">
Google Cloud Platform
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div>
<div class="d-inline">
<a href="https://www.digitalocean.com" target="_blank"><img class="social-circle"
src="assets/img/digital-ocean.jpg" alt="Digital Ocean"></img></a>
</div>
<div class="d-inline">
<div style="font-weight: bold;font-size: 22px;padding:5px;color: white;"
class="text-center">
Digital Ocean
</div>
</div>
</div>
<div>
<div class="d-inline">
<a href="https://www.heroku.com" target="_blank"><img class="social-circle"
src="assets/img/heroku.png" alt="Heroku"></img></a>
</div>
<div class="d-inline">
<div style="font-weight: bold;font-size: 22px;padding:5px;color: white;"
class="text-center">
Heroku
</div>
</div>
</div>
<div>
<div class="d-inline">
<a href="https://www.linux.org/" target="_blank"><img class="social-circle"
src="assets/img/linux.png" alt="Linux"></img></a>
</div>
<div class="d-inline">
<div style="font-weight: bold;font-size: 22px;padding:5px;color: white;"
class="text-center">
Linux
</div>
</div>
</div>
<div>
<div class="d-inline">
<img class="social-circle" src="assets/img/more.png"
alt="Blockchain, Cyber Security and More" style="padding: 0px; border: none;"></img>
</div>
<div class="d-inline">
<div style="font-weight: bold;font-size: 22px;padding:5px;color: white;"
class="text-center">
Blockchain, Cyber Security and More
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Register-->
<div id="register"></div>
<section class="section-6 animated fadeInLeft" style="padding-bottom: 70px;padding-top: 40px;">
<div class="container">
<!--Illustration-->
<div class="row justify-content-center">
<div class="d-inline col-md-6 text-center">
<img class="img-responsive" src="assets/img/Register Illustration.svg"
style="height: 40vh;width: auto;">
</div>
<!--Registration Form-->
<div class="d-inline col-md-5 text-center text-md-left">
<!--<h2 class="text-center" style="font-weight: bold;margin-bottom: 40px;">REGISTER</h2>
<h6 class="response"></h6>
<div id="my_form" name="registrationForm" class="signup" style="padding: 18px;">
<div class="form-group">
<input type="text" class="form_control" id="first_name" placeholder="First Name"
name="first_name"
style="border: 3px solid #F18F01;border-radius: 36px;height: 35px;width: 43vh;text-align: left;padding:13px;"
required onfocus="focus();">
</div>
<div class="form-group">
<input type="text" class="form_control" id="last_name" placeholder="Last Name"
name="last_name"
style="border: 3px solid #F18F01;border-radius: 36px;height: 35px;width: 43vh;text-align: left;padding:13px;"
required onfocus="focus();">
</div>
<div class="form-group">
<input type="text" class="form_control" id="reg_no" placeholder="Registration Number"
name="reg_no"
style="border: 3px solid #F18F01;border-radius: 36px;height: 35px;width: 43vh;text-align: left;padding:13px;"
required onfocus="focus();">
</div>
<div class="form-group">
<input type="tel" class="form_control" id="mob_no" placeholder="Mobile Number" name="mob_no"
style="border: 3px solid #F18F01;border-radius: 36px;height: 35px;width: 43vh;text-align: left;padding:13px;"
required onfocus="focus();">
</div>
<div class="form-group">
<input type="email" class="form_control" id="email" placeholder="Email" name="email"
style="border: 3px solid #F18F01;border-radius: 36px;height: 35px;width: 43vh;text-align: left;padding:13px;"
required onfocus="focus();">
</div>
<div class="form-group">
<select class="custom-select"
style="border: 3px solid #F18F01;border-radius: 36px;height: 35px;width: 43vh;text-align: center;"
id="gender">
<option selected>Gender</option>
<option value="male">Male</option>
<option value="female">Female</option>
<option value="other">Other</option>
</select>
</div>
</div>-->
<div class="row justify-content-center">
<div style="margin-top: 13vh;">
<input type="button" onclick="window.location.href='http://bit.ly/dscdev101'"
class="btn mx-auto" id="sbtns"
style="color: white;border-radius: 36px;font-size: 25px;width: 210px;height:70px;margin-top:30px;font-weight: bold;"
value="Register Here">
</div>
</div>
</div>
</div>
</div>
</section>
<!--About Us-->
<div id="about-us"></div>
<section class="section-7 animated fadeInRight" style="background-color: #2E4057;padding-bottom: 80px;">
<div class="container">
<h2 style="color: white;font-weight: bold;font-size: 40px;padding-top:70px;" class="text-center">About
Us
</h2>
<div class="row">
<div class="text-center text-break"
style="color: rgba(255, 255, 255, 0.89);font-weight: lighter;font-size: 20px;margin-top: 50px;line-height: 2rem;padding: 18px;">
DSC is a developers’ community in VIT Vellore that aims at rejuvenating the minds of beginners
in
tech. We provide opportunities to not only skills and knowledge, but also innovation and
willingness. In a desire to introduce creativity into technicalities, designers at DSC
collaborate
with the developers and managers to bring out really effective executions. Students here have
worked
at real – time projects that use web dev, app dev, AI and much more.
</div>
</section>
<!--<a href="#" class="back-to-top chevron-up"><i class="fa fa-chevron-up"
style="color: black;font-size: 20px;border: 4px solid black;border-radius: 50px;padding:10px;"></i></a>-->
<!--Footer With Social Links-->
<footer class="social-footer animated fadeInLeft"
style="background-color: white;padding-top:20px;padding-bottom: 10px;">
<div class="container">
<div class="row justify-content-center">
<a href="https://www.facebook.com/dscvitvellore"><img class="d-inline"
src="assets/img/Facebook.svg"></a>
<a href="https://github.com/GDGVIT"><img class="d-inline" src="assets/img/Github.svg"></a>
<a href="mailto:[email protected]"><img class="d-inline" src="assets/img/Gmail.svg"></a>
<a href="https://www.instagram.com/dscvitvellore"><img class="d-inline"
src="assets/img/Instagram.svg"></a>
<a href="https://www.linkedin.com/company/dscvit"><img class="d-inline"
src="assets/img/LinkedIN.svg"></a>
<a href="https://medium.com/gdg-vit"><img class="d-inline" src="assets/img/Medium.svg"></a>
<a href="https://twitter.com/dscvit"><img class="d-inline" src="assets/img/Twitter.svg"></a>
<a href="https://www.youtube.com/channel/UCvT-ZJF7fXHJi9kDeCPR-zg"><img class="d-inline"
src="assets/img/Youtube.svg"></a>
</div>
</div>
<div class="container" style="padding-top:5px;">
<div class="row col-12 justify-content-center">
<a class="d-inline" style="text-decoration: underline; color: black;padding: 15px;"
href="assets/code.pdf">Code of Conduct</a>
<a class="d-inline" style="text-decoration: underline; color: black;padding: 15px;"
href="assets/privacy.pdf">Privacy Policy</a>
<a class="d-inline" style="text-decoration: underline; color: black;padding: 15px;"
href="assets/terms.pdf">Terms & Conditions</a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
//Read More or Less
$("#demo").on("hide.bs.collapse", function () {
$(".SeeMore2").innerText('READ MORE');
});
$("#demo").off("show.bs.collapse", function () {
$(".SeeMore2").innerText('READ LESS');
});
$('.SeeMore2').click(function () {
var $this = $(this);
$this.toggleClass('SeeMore2');
if ($this.hasClass('SeeMore2')) {
$this.text('READ MORE');
} else {
$this.text('READ LESS');
}
});
</script>
<script>
//Instructors
$('.ayush').on({
'click': function () {
$('#change-image').attr('src', 'assets/img/ayush.jpg');
$('#main-name').text("Ayush Priya");
$('#main-text').text("An experienced developer in Python, Ayush is currently pursuing his undergraduate degree (BTech) in CSE, second year.His forte is desktop application and he is an innovator in web scraping.");
}
});
$('.samyak').on({
'click': function () {
$('#change-image').attr('src', 'assets/img/samyak.jpg');
$('#main-name').text("Samyak Jain");
$('#main-text').text("Samyak, a skilled competitive coder, has been constantly improving in his developer domains while pursuing BTech from core CSE. He is an experienced backend developer who knows Python and Golang as well.");
}
});
$('.angad').on({
'click': function () {
$('#change-image').attr('src', 'assets/img/angad.jpg');
$('#main-name').text("Angad Sharma");
$('#main-text').text("Ahoy captain. Dropping container bombs on the cloud like a pro, Angad fits the Dev into the Ops like butter in a toast.");
}
});
$('.ubaid').on({
'click': function () {
$('#change-image').attr('src', 'assets/img/ubaid.jpg');
$('#main-name').text("Ubaid Usmani");
$('#main-text').text("Cultivating the intelligence of artificial beginnings, Ubaid gives being human a new meaning.");
}
});
$('.paritosh').on({
'click': function () {
$('#change-image').attr('src', 'assets/img/paritosh.jpeg');
$('#main-name').text("Paritosh Mahajan");
$('#main-text').text("Making machines learn what humans can't, Paritosh gives machines a hard time catching up.");
}
});
</script>
<script>
//Validation
window.onload = function () {
document.getElementById("sbtns").addEventListener("click", function () {
let first_name = document.getElementById("first_name").value;
let last_name = document.getElementById("last_name").value;
let mob_no = document.getElementById("mob_no").value;
let reg_no = document.getElementById("reg_no").value;
let email = document.getElementById("email").value;
let gender = document.getElementById("gender").value;
if (first_name == "") {
alert("Please enter your first name.");
return false;
}
if (last_name == "") {
alert("Please enter your last name.");
return false;
}
if (email == "") {
alert("Please enter a valid e-mail address.");
return false;
}
if (email.indexOf("@", 0) < 0) {
alert("Please enter a valid e-mail address.");
return false;
}
if (email.indexOf(".", 0) < 0) {
alert("Please enter a valid e-mail address.");
return false;
}
if (mob_no == "") {
alert("Please enter your mobile number.");
return false;
}
if (reg_no == "") {
alert("Please enter your registration number.");
return false;
}
//Form
//Google reCaptcha
grecaptcha.ready(function () {
grecaptcha.execute('6LdDzK8UAAAAADnffKwvEeZZ_Sth79MQRZa0z6Ue', { action: 'homepage' }).then(function (token) {
fetch("https://python-study-jams.herokuapp.com/new", {
mode: 'no-cors',
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({
first_name: first_name,
last_name: last_name,
mob_no: mob_no,
reg_no: reg_no,
email: email,
gender: gender,
token: token
}),
})
.then(function (response) {
return response.json();
console.log(response);
})
.catch(function (err) {
console.log("Error In Submitting");
})
})
})
});
}
</script>
</body>
</html>