-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
795 lines (704 loc) · 40.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TPYKJNGQ4T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-TPYKJNGQ4T');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- SEO Tags -->
<meta name="title" content="The Coding Society">
<meta name="description"
content="The Official Programming Club of the Student Development Community at Panimalar Engineering College, Chennai.">
<meta name="keywords"
content="chennai club, coders, chennai coders, chennai coding,panimalar, coding, society, psdc, panimalar club, pani, pani club, panimalar tcs, tcs, progamming club, panimalar, progamming club, best club in panimalar, psdc, panimalar student, club at panimalar, society panimalar, college clubs, coding club chennai, chennai clubs, chennai coding, programming club chennai, tcs chennai, tamil nadu, club in tamilnadu, poonamallee clubs, poonamallee coding, college chennai, cultural chennai, college cultural chennai, club chennai, it chennai, chennai computers">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<!-- Hreflang Tags -->
<link rel="alternate" hreflang="x-default" href="https://coding.psdc.org.in" />
<link rel="alternate" hreflang="en-in" href="https://coding.psdc.org.in" />
<link rel="alternate" hreflang="en-us" href="https://coding.psdc.org.in" />
<!-- Favicon -->
<link rel="icon" href="assets/imgs/favicon.png" type="image/png">
<!-- Title -->
<title>The Coding Society</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + main styles -->
<link rel="stylesheet" href="assets/css/styles.css">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<!-- Pop up Scripts -->
<!-- <script>
window.onload = function(){
var button = document.getElementById('popup-button').click();
}
</script> -->
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- page Navigation Navbar -->
<nav class="navbar custom-navbar navbar-expand-md navbar-light fixed-top" data-spy="affix" data-offset-top="-1">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets\imgs\logos\black.png" alt="The Coding Society Logo">
</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="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Of Second Navigation -->
<!-- Page Header -->
<header class="header">
<div class="overlay">
<h1 class="subtitle">Panimalar Engineering College</h1>
<h1 class="title">The Coding Society</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>
</div>
<div class="mouse-icon">
<div class="wheel"></div>
</div>
</header>
<!-- End Of Page Header -->
<!-- Pop up (uncomment in script section above also) -->
<!-- <button id="popup-button" style="display: none;" type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">
Error!!
</button>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Programming Contest Finals</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
- Students shortlisted for finals released. <br>
- Go to the Events section to check if you are in the finals! <br>
- Finals will be held on 24th March 2023. <br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div> -->
<!-- End of Pop Up -->
<!-- Vision Section -->
<section id="vision" class="section pt-0">
<div class="container">
<h6 class="section-title text-center">Our Vision</h6>
<h6 class="section-subtitle text-center mb-5 pb-3">Our Club Vision is to Create-Build-Innovate.</h6>
<div class="row">
<div class="col-md-4">
<div class="card mb-4 mb-md-0">
<div class="card-body">
<small class="text-primary font-weight-bold">01</small>
<h5 class="card-title mt-3"> Connect <h5>
<p class="mb-0">Join our club to meet students who are interested in developer
technologies. All are welcome, regardless of their educational background or
major.</p>
</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">02</small>
<h5 class="card-title mt-3">Learn<h5>
<p class="mb-0">Through hands-on workshops, events, seminars, and project-building
activities in person, you can learn about a variety of technical subjects and
acquire new skills.</p>
</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">Grow<h5>
<p class="mb-0">Apply fresh knowledge to create excellent local problem-solving
strategies. Improve your network, career, and abilities. Give back to your
community by helping others learn.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End OF Vision Section -->
<!-- About Section -->
<section class="section" id="about">
<div class="container">
<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">The Coding Society</h6>
<h6 class="section-subtitle mb-4">Student Devleopment Community | Department of CSBS
</h6>
<p>The Coding Society is an official club of Department of Computer Science and Business Systems,
which is a part of Student Devlopment Community. We organise events like Workshops, Bootcamps,
Guest Lectures, Competitions, Hackathons and Presentations.</p>
<img src="https://ik.imagekit.io/codingsociety/website/assets/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="https://ik.imagekit.io/codingsociety/website/assets/about-1.jpg" alt=""
class="w-100 shadow-sm">
</div>
<div class="col-6">
<img src="https://ik.imagekit.io/codingsociety/website/assets/about-2.jpg" alt=""
class="w-100 shadow-sm">
</div>
<div class="col-12 mt-4">
<p>The Coding Society places a high importance on critical thinking and problem-solving
abilities. The Coding Society wants to create a culture of coding on campus that
includes all students who have a passion for it. You can work together, gain knowledge
from others, and even share what you know with them in the Coding Society, all in a
setting that is very different from the demands of academic study.</p>
<p><b>Active participants of the club will be rewarded.</b><br>
</p>
<p>Students will create answers to challenges in the real world while receiving expert
guidance. Teaming up with people that have similar interests to your own can also help
you to be more creative, motivated, and innovative. Along with improving your technical
coding abilities, joining a club can assist you in developing the "soft skills"
necessary for advancing in your career.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Of About Section -->
<!-- Events Section -->
<section class="section" id="events">
<div class="container">
<h6 class="section-title mb-0 text-center">Events</h6>
<h6 class="section-subtitle mb-5 text-center">Upcoming and Past Events</h6>
<div class="row">
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/kkf9yxfnrh/UI-UX%20Workshop/Tech%20Quiz?updatedAt=1727788285971" alt="Tech Whiz "
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Tech Whiz</h6>
<p>
Ready to test your tech knowledge? Join The Coding Society’s Tech Whiz, a technical contest where you'll challenge yourself with exciting questions across various tech domains. Perfect for enthusiasts eager to prove their skills and stay ahead in the tech world. Participate in the prelims round and stand a chance to win exciting prizes!
<br>
<br>
<span class="orange">Winners (Team):</span> <br>
ARUN D (II - D)<br>
BHARANIDHARAN K (II - D)<br>
DHARANIDHARAN K (II - D)<br>
<p class="small text-muted">October 7th, 2024<br>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/kkf9yxfnrh/UI-UX%20Workshop/UI-UX%20Workshop.jpeg?updatedAt=1727446533479" alt="UI/UX Workshop"
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">UI/UX Workshop</h6>
<p>
Excited about design? Join The Coding Society’s UI/UX Workshop to explore the essentials of creating impactful user experiences and intuitive interfaces. Perfect for beginners and creatives looking to enhance their skills. Register now and unlock your design potential!
<br>
<br>
Don’t miss out—register now and unlock your design potential!
</p>
<p class="small text-muted">October 1st, 2024<br></p>
</div>
</div>
</div>
<!-- quiz-a-thon-->
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/lapsq2gek/debate-poster.webp?updatedAt=1707154049130" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">QUIZ-A-THON</h6>
<p>
The Coding Society is thrilled to announce Quiz-a-thon, focusing on a diverse range of topics including technology, programming, and general knowledge.<br>
<br> Join us to make this Quiz-a-thon a fun and intellectually stimulating experience!
<br>
</p>
<p class="small text-muted">Prelims : Feb 7th, 2024<br> Finals: Feb 9th, 2024</p>
<!-- <a href="/shortlisted.html">View Shortlisted Members</a> -->
</div>
</div>
</div>
<!-- PEC Hacks -->
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/pechacks?updatedAt=1693127406343" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">PEC Hacks</h6>
<p>
PEC Hacks is an exciting and immersive hackathon where innovation and creativity
collide. Gather with fellow tech enthusiasts, solve real-world challenges, and showcase
your skills in this dynamic event. With opportunities to learn from industry experts and
collaborate with like-minded individuals to win exciting prizes <br> <br>
<a href="https://pechacks.org">View event website</a>
</p>
<p class="small text-muted">Jan 27-28, 2024</p>
</div>
</div>
</div>
<!-- Postman -->
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/api%20101.webp?updatedAt=1693107547162" alt="postman poster"
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">APIs 101 for Beginners</h6>
<p>
The Coding Society is conducting a beginner workshop centred around APIs in collaboration with Postman, encompassing their functions, applications, and more.
Attendees will gain insights into API fundamentals and learn the practical implementation of them to utilise their upcoming projects.<br>
<i>Speaker: <a href="https://www.linkedin.com/in/laavesh/">Laaveshwaran P</a></i>
</p>
<!-- <p>
<a href="form.html">Register here.</a>
</p> -->
<p class="small text-muted">August 31 ,2023</p>
</div>
</div>
</div>
<!-- regex -->
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/regex.webp" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Data Validation Workshop with Regex</h6>
<p>
The Coding Society is hosting a hands-on workshop focused on Data Validation using
Regular Expressions (regex) with Python.
In this workshop, participants will learn how to effectively utilize regex to validate
and manipulate various types of data.
</p>
<p class="small text-muted">
Postponed : TBD
</p>
</div>
</div>
</div>
<!-- shipwreck -->
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/shipwreck.webp" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Shipwreck</h6>
<p>
Participants are divided into small groups, and each group represents the people in the
ship.
Each group is assigned to a specific role or occupation such as doctor, Engineer,
Politician, etc.
Each Group must discuss and decide among themselves why they believe they deserve the
life jacket more than other Group.
<br>
<span class="orange">Winners:</span> <br>
I - Swathi S (III - A)<br>
II - Sanjay S (III - B)<br>
</p>
<p class="small text-muted">
July 27, 2023
</p>
</div>
</div>
</div>
<!-- git and github bootcamp -->
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/git.webp" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Bootcamp on Git and GitHub</h6>
<p>
We're planning to host a bootcamp on Git and Github.
The bootcamp is a great opportunity for you to learn
version control of code using Git and
Code Management and Collaboration using GitHub.
<br>
</p>
<p class="small text-muted">
July 18 - 20, 2023
</p>
</div>
</div>
</div>
<!-- Debate -->
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/debate.png" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Tech Debate</h6>
<p>
A debate might be best way to spill the facts and gather opinions about various topics.
We're planning to host a debate on technological topics such as AI, Blockchain or any
hyped-up topic.
<br> <br>
<span class="orange">Winners (Team):</span> <br>
Rakshitha M (III - A)<br>
Sneha R (III - A)<br>
Subalakshmi R (III - A)<br>
Mugunthan J (II - B)<br>
Noyal Surya J J (II - B)<br>
Prasanna Kumar S K (II - B)<br>
</p>
<p class="small text-muted">
April 13, 2023
</p>
</div>
</div>
</div>
<!-- TedX-->
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/tedx.jpg" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">TEDx Panimalar Engineering College</h6>
<p>
A TED talk event organised by Panimalar Engineering College bringing in speakers from
various educational and industrial backgrounds. <br> <br>
<a href="https://www.ted.com/tedx/events/53018">View event website</a>
</p>
<p class="small text-muted">April 20, 2023</p>
</div>
</div>
</div>
<!-- Progamming Contest -->
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/programmingcontest.webp"
alt="" class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Progamming Contest</h6>
<p>
We are hosting a programming contest for coders to showcase their skills, solve
problems,
and compete against your peers. Get ready to be challenged and motivated!<br><br>
<span class="orange">Winners:</span> <br>
I - Sakthivel & Madhavan (II - B)<br>
II - Divyadharshini & Pooja (III - A)<br>
III - Arun Kumar & Gurumurthy (II - B)<br>
</p>
<p class="small text-muted">March 28, 2023</p>
</div>
</div>
</div>
<!-- Learn Programming -->
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/Competitive.png" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Learn Competitive Progamming</h6>
<p>
We're planning to host a bootcamp on Competitive Programming.
This bootcamp is a great opportunity for you to enhance your problem-solving skills and
learn new techniques for competitive programming.
<i>Speaker: <a href="https://www.linkedin.com/in/kumudha-m-9aa95020a/">Kumudha M</a></i>
</p>
<p class="small text-muted">
March 21, 2023
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/quiz.jpg" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Quiz Competition</h6>
<p>
A technical quiz on computers, languages and other things in the world of CS. <br><br>
<span class="orange">Winners (Team):</span> <br>
Rakshitha (III - A)<br>
Subulakshmi (III - A)<br>
Mahalakshmi (III - A)<br>
</p>
<p class="small text-muted">November 18, 2022</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/bootcamp.webp" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Web Devleopment Bootcamp</h6>
<p>Bootcamp on Web Development 1.0 and an introduction to Internet.</p>
<p class="small text-muted">October 19, 2022</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/guestlecture.webp" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Guest Lecture</h6>
<p>
An interactive guest lecture by Mr. Udayakumar R on the world of Computer Science and
technologies.
</p>
<p class="small text-muted">September 30, 2022</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="https://ik.imagekit.io/codingsociety/website/event_posters/inaugration.webp" alt=""
class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Inaugration</h5>
<p>Inaugration of the club by respected dignitaries.</p>
<p class="small text-muted">September 30, 2022</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Events Section -->
<!-- Resource Section -->
<section class="section" id="testmonial">
<div class="container">
<h6 class="section-title text-center mb-0">Resources</h6>
<h6 class="section-subtitle mb-5 text-center">Useful links for Students</h6>
<div class="row">
<div class="col-md-4 my-3 my-md-0">
<div class="card">
<div class="card-body">
<img class="abc"
src="https://ik.imagekit.io/codingsociety/website/assets/py-removebg-preview.png?updatedAt=1685442020332"
alt="Python" width="150" height="100">
<div class="media align-items-center mb-3">
<!-- <img class="mr-3" src="assets/imgs/avatar-1.jpg" alt=""> -->
<div class="media-body">
<h6 class="mt-1 mb-0">Python NoteBook</h6>
<small class="text-muted mb-0"><a href="https://python.psdc.org.in/">Access
here</a></small>
</div>
</div>
<p class="mb-0">The Jupyter Notebook is an open source web app that lets you to create and
share documents that contain live code</p>
</div>
</div>
</div>
<div class="col-md-4 my-3 my-md-0">
<div class="card">
<div class="card-body">
<img class="abc"
src="https://ik.imagekit.io/codingsociety/website/assets/github-removebg-preview.png?updatedAt=1685442088212"
alt="Python" width="100" height="100">
<div class="media align-items-center mb-3">
<!-- <img class="mr-3" src="assets/imgs/avatar.jpg" alt=""> -->
<div class="media-body">
<h6 class="mt-1 mb-0">Github Education Pack</h6>
<small class="text-muted mb-0"><a href="https://education.github.com/">Join here</a>
<br></small>
</div>
</div>
<p class="mb-0">GitHub Education offers students real-world experience with free access to
various developer tools</p>
</div>
</div>
</div>
<div class="col-md-4 my-3 my-md-0">
<div class="card">
<div class="card-body">
<img class="abc"
src="https://ik.imagekit.io/codingsociety/website/assets/harvard-removebg-preview.png?updatedAt=1685443280004"
alt="Python" height="100" width="120">
<div class="media align-items-center mb-3">
<!-- <img class="mr-3" src="assets/imgs/avatar-2.jpg" alt=""> -->
<div class="media-body">
<h6 class="mt-1 mb-0">CS50 courses</h6>
<small class="text-muted mb-0">
<a class="links"
href="https://www.edx.org/course/introduction-computer-science-harvardx-cs50x">CS50</a>
<a class="links"
href="https://www.edx.org/course/cs50s-introduction-to-programming-with-python">CS50
Python</a>
<a class="links"
href="https://www.edx.org/course/cs50s-web-programming-with-python-and-javascript">CS50
Web</a>
</small>
</div>
</div>
<p class="mb-0">Harvard University's free computer science courses for students to enhance
their practical skills. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Resource Sections -->
<!-- Testmonial Section -->
<section class="section" id="testmonial">
<div class="container">
<h6 class="section-title text-center mb-0">Testmonials</h6>
<h6 class="section-subtitle mb-5 text-center">What Our Members Say</h6>
<div class="row">
<div class="col-md-4 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/avatar-1.jpg" alt=""> -->
<div class="media-body">
<h6 class="mt-1 mb-0">Jyothish Kumar V</h6>
<small class="text-muted mb-0">Student</small>
</div>
</div>
<p class="mb-0">No issues on the speakers. All had thought well. Session time can be
extended. By extending the time it will be useful for us. We can gain more knowledge.
</p>
</div>
</div>
</div>
<div class="col-md-4 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/avatar.jpg" alt=""> -->
<div class="media-body">
<h6 class="mt-1 mb-0">V Neela Priyadarshini</h6>
<small class="text-muted mb-0">Student</small>
</div>
</div>
<p class="mb-0">The session was very informative and interactive. Very useful. It is a great
initiative and we hope to attend many more of such sessions.</p>
</div>
</div>
</div>
<div class="col-md-4 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/avatar-2.jpg" alt=""> -->
<div class="media-body">
<h6 class="mt-1 mb-0">Vem Prasad</h6>
<small class="text-muted mb-0">Student</small>
</div>
</div>
<p class="mb-0">The speaker's seminar was interesting. Teaching in Tamil had a good connect
and it was easy to comprehend his part on HTML coding. It would be nice to conduct
workshops regularly.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Testmonial Sections -->
<!-- Contact Section -->
<section id="contact" class="section has-img-bg pb-0 w-100%">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 my-3">
<!-- Left sub-div -->
<h6 class="mb-0" style="line-height:2rem;">Contact</h6>
<p class="mb-4" style="line-height: 1.8rem;">
<a href="mailto:[email protected]">[email protected]</a><br>
+91 73389 81885
</p>
<h6 class="mb-0">Social Media</h6>
<p class="mb-4" style="line-height: 2.4rem;">
<a href="https://www.linkedin.com/company/sdc-panimalar/" style="color: white;"> <img
src="https://ik.imagekit.io/codingsociety/website/logos/icon-linkedin.png" alt=""
class="rounded-circle" width="25px" height="25px"> LinkedIn</a>
<br>
<a href="https://www.instagram.com/sdc_panimalar/" style="color: white;"> <img
src="https://ik.imagekit.io/codingsociety/website/logos/icon-instagram.png?ik-sdk-version=javascript-1.4.3&updatedAt=1673515918633"
alt="" class="rounded-circle" width="25px" height="25px"> Instagram</a>
<br>
<a href="https://github.com/thecoding-society" style="color: white;"> <img
src="https://ik.imagekit.io/codingsociety/website/logos/icon-github.png" alt=""
class="rounded-circle" width="25px" height="25px"> Github</a>
</p>
</div>
<div class="col-md-6 my-3">
<!-- Right sub-div -->
<h6 class="mb-0" style="line-height:2rem;">Team</h6>
<p class="mb-1" style="line-height:1.8rem;">
Lead           Laaveshwaran Parthiban<a
href="https://www.linkedin.com/in/laavesh/"> <img
src="https://ik.imagekit.io/codingsociety/website/logos/icon-linkedin.png" alt=""
class="rounded-circle" width="25px" height="25px"></a>
</p>
<p class="mb-4" style="line-height:1.8rem;">
Co-Lead    Vijayakeerthi<a
href="https://www.linkedin.com/in/vijayakeerthi-karuppasamy-6ba5a8211"> <img
src="https://ik.imagekit.io/codingsociety/website/logos/icon-linkedin.png" alt=""
class="rounded-circle" width="25px" height="25px"></a>
</p>
<h6 class="mb-0" style="line-height:2rem;">Address</h6>
<p class="mb-0">Department of Computer Science and Business Systems,<br>
Panimalar Engineering College,<br>
Poonamallee, Chennai. <br>
</p>
</div>
</div>
<!-- Page Footer -->
<footer class="mt-2 py-4 border-top border-secondary">
<p class="mb-0 small">© <script>document.write(new Date().getFullYear())</script>, The Coding Society. 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>
</body>
</html>