-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
631 lines (556 loc) · 29.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Programmers' Paradise</title>
<link rel="icon" href="Logos/logo4.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!--<div id="alertNotice" class="popup">
<div class="popup-content">
<span class="close">×</span>
<h2>MEMBER SELECTION TEST NOTICE</h2>
<p>Dear students,</p>
<p>Result has been declared!!!</p>
<ul>
<li>Total number of seats available: 80</li>
<li>Number of seats reserved for existing members: 38</li>
<li>Seats remaining for this intake: 42</li>
</ul>
<div style="text-align: center;">
<h3>For more info:</h3>
<a href="notification.html" class="event-link">More Notifications</a>
<br>
<a href="EVENT_2.html" class="event-link" style="margin-top: 14px; display: inline-block;">View Result</a>
</div>
</div>
</div>-->
<header>
<div class="logo">
<img src="Logos/logo4.png" alt="Logo">
</div>
<nav>
<ul class="nav-links">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#events" class="nav-link">Events</a></li>
<li><a href="#core-members" class="nav-link">Our Team</a></li>
<li><a href="#blog" class="nav-link">Resources</a></li>
<li><a href="#contact" class="nav-link">Contact Us</a></li>
</ul>
</nav>
<input type="checkbox" id="burger" class="burger" >
<label for="burger">
<span></span>
<span></span>
<span></span>
</label>
<div class="dropdown">
<ul class="nav-links">
<li><a href="#intro" class="nav-link">Home</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#events" class="nav-link">Events</a></li>
<li><a href="#core-members" class="nav-link">Our Team</a></li>
<li><a href="#blog" class="nav-link">Resources</a></li>
<li><a href="#contact" class="nav-link">Contact Us</a></li>
</ul>
<i class="fa-solid fa-xmark close-menu" onclick="closeMenu()"></i>
</div>
</header>
<section id="intro" class="section">
<div class="intro-container">
<img src="Logos/csvtu.png" alt="College Logo" class="college-logo">
<div class="intro-content">
<h2>Welcome to Programmers' Paradise</h2>
<p>Your gateway to the exciting world of coding and technology at CSVTU! Explore, learn, and innovate with us.</p>
</div>
</div>
</section>
<!-------about us ---->
<div id="about">
<div class="container">
<div class="services-list">
<div class="about-box">
<i class="fa-solid fa-code"></i>
<h1>About Us</h1>
<p>Programmers' Paradise is more than just a coding club; it's a community dedicated to empowering students from all branches to elevate their coding skills and knowledge to new heights. Founded with the vision of fostering a culture of continuous learning and excellence, our goal is to establish ourselves as one of the premier coding clubs in India. We achieve this by organizing a wide range of events, including contests, workshops, and knowledge-sharing sessions, aimed at expanding the horizons of our members. What sets us apart is our unwavering commitment to support and collaboration. Through platforms like GitHub, we actively share resources and collaborate on projects, fostering a spirit of camaraderie and skill development. Additionally, we keep our members updated on new opportunities and industry trends through LinkedIn. At Programmers' Paradise, we believe that coding should be fun, and we strive to create an environment where learning is engaging, interactive, and enjoyable.</p>
</div>
</div>
</div>
</div>
<!-------events----->
<div id="events" class="events-section">
<div class="container">
<h1 class="section-title">Events</h1>
<div class="events-container">
<div class="event-card">
<h3>Competitive Programming </h3>
<p>Participants will tackle with interesting and challenging questions.Leader Board will be provided .Only Members can particiapte</p>
<a href="EVENT_1.html" class="event-link">View Details</a>
</div>
<div class="event-card">
<h3>Introduction to CV</h3>
<p>Introduction to the field of Computer Vision and Its importance in field of Artificial Intelligence. Open for all</p>
<a href="EVENT_2.html" class="event-link">View Details</a>
</div>
<div class="event-card">
<h3>EVENTS</h3>
<p>Explore a diverse range of events in our community - from workshops to competitions. Engage, learn, and connect with like-minded individuals. Don't miss out - join us for memorable experiences!</p>
<a href="UPCOMING_EVENTS.html" class="event-link">View All</a>
</div>
</div>
</div>
</div>
<!--gallery-->
<section id="gallery" class="section">
<div class="container">
<h2 class="section-title">Gallery</h2>
<div class="event-section" id="event1">
<h3>Workshop: Introduction to Competitive Programming.</h3>
<div class="event-description">
<p>Introduction to the basics of competitive programming.
This session was held to encourage members to dive into the world of Competitive Programming.
</p>
</div>
<div class="event-images">
<img src="Event_Images/imgp1.jpg" alt="Event 1 Image 1">
<img src="Event_Images/imgp2.jpg" alt="Event 1 Image 2">
<img src="Event_Images/imgp3.jpg" alt="Event 1 Image 3">
<img src="Event_Images/imgp4.jpg" alt="Event 1 Image 4">
</div>
<a href="event_event1.html" class="see-more">See More</a>
</div>
<div class="event-section" id="event2">
<h3>Competitive Programming Session.</h3>
<div class="event-description">
<p>A session focused on practising competitive programming problems.</p>
</div>
<div class="event-images">
<img src="Event_Images/img1.jpeg" alt="Event 2 Image 1">
<img src="Event_Images/img2.jpeg" alt="Event 2 Image 2">
<img src="Event_Images/img3.jpeg" alt="Event 2 Image 3">
<img src="Event_Images/img4.jpeg" alt="Event 2 Image 4">
</div>
<a href="event_event2.html" class="see-more">See More</a>
</div>
<div class="event-section" id="event3">
<h3>Workshop: MATLAB Day at CSVTU Computer Labs.</h3>
<div class="event-description">
<p>MATLAB Day at CSVTU Computer Labs: A Celebration of Learning and Innovation.</p>
</div>
<div class="event-images">
<img src="Event_Images/matlab1.jpeg" alt="Event 3 Image 1">
<img src="Event_Images/matlab2.jpeg" alt="Event 3 Image 2">
<img src="Event_Images/matlab3.jpeg" alt="Event 3 Image 3">
<img src="Event_Images/matlab4.jpeg" alt="Event 3 Image 4">
</div>
<a href="event_event3.html" class="see-more">See More</a>
</div>
<!-- See All Events -->
<a href="all_events.html" class="see-all">All Events</a>
</div>
</section>
<section id="projects" class="section">
<div class="container">
<h2 class="section-title">Projects</h2>
<!-- Project Cards -->
<div class="project-container">
<div class="project-card">
<img src="Logos/project1.jpeg" alt="Project 1">
<div class="project-details">
<h3>Our Website.</h3>
<p>Our first project was this website. </p>
<a href="https://github.com/Programmers-Paradise/programmmers-paradise.github.io/tree/main" target="_blank">
<i class="fab fa-github"></i> View on GitHub
</a>
</div>
</div>
</div>
<!-- See More Button -->
<a href="projects.html" id="see-more">See More</a>
</div>
</section>
<!-- Club Mentors Section -->
<section id="mentors">
<h2 class="section-title">Club Mentors</h2> <!-- Heading for Club Mentors -->
<div class="container">
<div class="mentor-box"> <div class="mentor-image">
<img src="members/tapas sir.jpg" alt="Mentor 1">
</div>
<div class="mentor-details">
<p class="mentor-name">Dr. Nachiket Tapas</p>
<p class="mentor-position">Club Incharge</p>
</div>
</div>
<div class="mentor-box">
<div class="mentor-image">
<img src="members/brajesh sir.jpg" alt="Mentor 2">
</div>
<div class="mentor-details">
<p class="mentor-name">Dr. R.G Brajesh</p>
<p class="mentor-position">Mentor</p>
</div>
</div>
<div class="mentor-box">
<div class="mentor-image">
<img src="members/abhinav jagtap sir.jpg" alt="Mentor 3">
</div>
<div class="mentor-details">
<p class="mentor-name">Mr. Abhinaw Jagtap</p>
<p class="mentor-position">Mentor</p>
</div>
</div>
<div class="mentor-box">
<div class="mentor-image">
<img src="members/Divya_mam.jpg" alt="Mentor 4">
</div>
<div class="mentor-details">
<p class="mentor-name">Mrs. Divya Shukla</p>
<p class="mentor-position">Mentor</p>
</div>
</div>
<div class="mentor-box">
<div class="mentor-image">
<img src="members/ramakant sir.jpg" alt="Mentor 5">
</div>
<div class="mentor-details">
<p class="mentor-name">Mr. Ramakant Ganjeshwar</p>
<p class="mentor-position">Mentor</p>
</div>
</div>
<div class="mentor-box">
<div class="mentor-image">
<img src="members/basanti mam.jpg" alt="Mentor 6">
</div>
<div class="mentor-details">
<p class="mentor-name">Mrs. Basanti Minj</p>
<p class="mentor-position">Mentor</p>
</div>
</div>
<!-- Repeat the above structure for each mentor -->
<!-- Add more mentor boxes as needed -->
</div>
</section>
<!-- Core Members Section -->
<section id="core-members">
<h2 class="section-title">Core Members</h2>
<div class="core-members-container">
<!-- Member 1 -->
<div class="core-member">
<img src="members/abhinav_shukla.jpeg" alt="Member 1">
<div class="member-info">
<p class="member-name">Abhinav Shukla</p>
<p class="member-position">President</p>
</div>
<div class="member-links">
<a href="https://in.linkedin.com/in/maxprogrammer007"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Maxprogrammer007"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Repeat the structure for other members -->
<!-- Member 2 -->
<div class="core-member">
<img src="members/Anoushka_Chatterjee.jpeg" alt="Member 2">
<div class="member-info">
<p class="member-name">Anoushka Chatterjee</p>
<p class="member-position">Vice-President (Outreach and PR)</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/anoushka-chatterjee1"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/anoushkaacc"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Member 3 -->
<div class="core-member">
<img src="members/Sharad.png" alt="Member 3">
<div class="member-info">
<p class="member-name">Sharad Singh Thakur</p>
<p class="member-position">Vice-President (Programming and Workshops)</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/sharad-thakur-9b23142a2/"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/FreakyOne700"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Member 4 -->
<div class="core-member">
<img src="members/Saurabh_Kumar.jpeg" alt="Member 4">
<div class="member-info">
<p class="member-name">Saurabh Kumar</p>
<p class="member-position">Vice-President (Projects and Competitive Programming)</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/saurabh-kumar-8642262a0/"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Ultron011"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Member 5 -->
<div class="core-member">
<img src="members/Jai_Keshav_Sharma.png" alt="Member 9">
<div class="member-info">
<p class="member-name">Jai Keshav Sharma</p>
<p class="member-position">VP. Matlab chapter</p>
</div>
<div class="member-links">
<a href="http://www.linkedin.com/in/jai-keshav-sharma-1b014b307"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Jai-Keshav-Sharma"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Member 5 -->
<div class="core-member">
<img src="members/Arnav_Jha.png" alt="Member 5">
<div class="member-info">
<p class="member-name">Arnav Jha </p>
<p class="member-position">Event Coordinator</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/arnav-jha-496b26296"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/left01205"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Member 6 -->
<div class="core-member">
<img src="members/Ayush_Dhruw.png" alt="Member 2">
<div class="member-info">
<p class="member-name">Ayush Dhruw</p>
<p class="member-position">Event Coordinator</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/ayush-dhruw?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/DataSorcerer08"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Member 6 -->
<div class="core-member">
<img src="members/Abhay_singh.png" alt="Member 6">
<div class="member-info">
<p class="member-name">Abhay Singh Sisoodiya</p>
<p class="member-position">Coordinator Programming and Workshop</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/abhay-singh-sisoodiya-859a63299/"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/Sisoodiya"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Member 8 -->
<div class="core-member">
<img src="members/bhavesh kanoje.png" alt="Member 7">
<div class="member-info">
<p class="member-name">Bhavesh Kanoje</p>
<p class="member-position">Project Coordinator</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/bhavesh-kanoje-8575b022b?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/bhau23"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Member 7 -->
<div class="core-member">
<img src="members/harsh1.jpg" alt="Member 8">
<div class="member-info">
<p class="member-name">Harsh Sharma</p>
<p class="member-position">Coordinator(Web team)</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/harsh-sharma-a159a9292"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/swayamprogramator"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Member 8 -->
<!-- Member 9 -->
<!-- <div class="core-member">
<img src="members/Moksh_Patel.jpeg" alt="Member 10">
<div class="member-info">
<p class="member-name">Moksh Patel</p>
<p class="member-position">Core Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/moksh-patel-434aaa212"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a>
<a href="https://github.com/moksh5042"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a>
</div> -->
<!-- Member 10 -->
<!-- <div class="core-member">
<img src="members/Vinayak_Tiwari.png" alt="Member 11">
<div class="member-info">
<p class="member-name">Vinayak Tiwari</p>
<p class="member-position">Core Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/vinayak-tiwari-4604b9281/"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a>
<a href="https://github.com/vintiw6"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a>
</div>
</div> -->
<!-- Member 11 -->
<!-- <div class="core-member">
<img src="members/peehu.jpg" alt="Member 12">
<div class="member-info">
<p class="member-name">Peehu Agrawal</p>
<p class="member-position">Core Member</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/peehu-agrawal-b908972ab/?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a>
<a href="https://github.com/Peehuagrawal"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a>
</div>
</div> -->
<!-- Member 12 -->
<div class="core-member">
<img src="members/Rohit_Rana.jpeg" alt="Member 13">
<div class="member-info">
<p class="member-name">Rohit Rana</p>
<p class="member-position">Design Head</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/rohit-rana-26aa59317?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/geekrrr"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<div class="core-member">
<img src="members/Riya_Singh.jpeg" alt="Member 13">
<div class="member-info">
<p class="member-name">Riya Singh</p>
<p class="member-position">Social Media Coordinator</p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/riya-singh-068927321/"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/riyalise"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Member 13 -->
<div class="core-member">
<img src="members/Doorvi_Sahu.png" alt="Member 14">
<div class="member-info">
<p class="member-name">Doorvi Sahu</p>
<p class="member-position">PR and Outreach Strategist </p>
</div>
<div class="member-links">
<a href="https://www.linkedin.com/in/doorvi-s-780143327?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BNee%2F8ZV0QWiQvG9n396f0g%3D%3D"><img id="photo" src="Logos/Linkedin.png" alt="LinkedIn"></a> <!-- Replace "linkedin_icon.png" with the path to your LinkedIn icon image -->
<a href="https://github.com/DOORVI02"><img id="photo" src="Logos/github.jpeg" alt="GitHub"></a> <!-- Replace "github_icon.png" with the path to your GitHub icon image -->
</div>
</div>
<!-- Repeat for other members -->
</div>
<a href="all-members.html" class="all-members-button">All Members</a>
</section>
<!--blog-->
<section id="blog">
<div class="container">
<div class="blog-posts">
<div class="blog-post">
<h3 style="display: flex;
justify-content: center;">CSVTU Website</h3>
<img src="Logos/background2.jpeg" alt="Blog Post Image">
<div class="blog-content">
<a href="https://csvtu.ac.in/" target="main" class="read-more">View</a>
</div>
</div>
<div class="blog-post">
<h3 style="display: flex;
justify-content: center;">Blogs</h3>
<img src="Logos/background2.jpeg" alt="Blog Post Image">
<div class="blog-content">
<a href="blog.html" class="read-more">View</a>
</div>
</div>
<div class="blog-post">
<h3 style="display: flex;
justify-content: center;">Teams</h3>
<img src="Logos/background2.jpeg" alt="Blog Post Image">
<div class="blog-content">
<a href="teams.html" class="read-more">View</a>
</div>
</div>
<div class="blog-post">
<h3 style="display: flex;
justify-content: center;">Newsletter</h3>
<img src="Logos/background2.jpeg" alt="Blog Post Image">
<div class="blog-content">
<a href="newsletter.html" class="read-more">View</a>
</div>
</div>
<div class="blog-post">
<h3 style="display: flex;
justify-content: center;">Notification</h3>
<img src="Logos/background2.jpeg" alt="Blog Post Image">
<div class="blog-content">
<a href="notification.html" class="read-more">View</a>
</div>
</div>
<div class="blog-post">
<h3 style="display: flex;
justify-content: center;">Certificate Authentication</h3>
<img src="Logos/background2.jpeg" alt="Blog Post Image">
<div class="blog-content">
<a href="authnticator.html" class="read-more">View</a>
</div>
</div>
<!--<div class="blog-post">
<h3 style="display: flex;
justify-content: center;">Resource Material</h3>
<img src="Logos/background2.jpeg" alt="Blog Post Image">
<div class="blog-content">
<h3 class="blog-title">When AI Becomes an Everyday Technology</h3>
<p class="blog-description">Description of the blog post goes here. This is just a dummy text.</p>
<a href="https://hbr.org/2019/06/when-ai-becomes-an-everyday-technology" class="read-more">Read More</a>
</div>
</div>-->
<!-- More blog posts can be added here -->
</div>
</div>
</section>
<!--contact us-->
<section id="contact">
<div class="container">
<h2 class="section-title">Contact Us</h2>
<div class="contact-icons">
<a href="mailto:[email protected]"><img src="Logos/mail.png" alt="Email"></a>
<a href="https://www.linkedin.com/company/programmers-paradise-csvtu/"><img src="Logos/Linkedin.png" alt="LinkedIn"></a>
<a href="https://github.com/Programmers-Paradise/"><img src="Logos/github.jpeg" alt="GitHub"></a>
<a href="https://instagram.com/programmers.paradise.csvtu"><img src="Logos/instagram.png" alt="instagram"></a>
</div>
</div>
</section>
<div class="copyright">
<p>Copyright ©️ Programmers' Paradise <i class="fa-solid fa-heart"></i> </p>
</div>
<script>
// Smooth scrolling for anchor links
document.addEventListener('DOMContentLoaded', function() {
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
target.scrollIntoView({
behavior: 'smooth'
});
});
});
});
function closeMenu() {
document.getElementById('burger').checked = false; // Uncheck the burger checkbox
}
document.addEventListener("DOMContentLoaded", function() {
var alertNotice = document.getElementById("alertNotice");
var span = document.getElementsByClassName("close")[0];
alertNotice.style.display = "block";
span.onclick = function() {
alertNotice.classList.add("fadeOut");
setTimeout(function() {
alertNotice.style.display = "none";
alertNotice.classList.remove("fadeOut");
}, 500); // Match this duration with the fadeOut animation duration
}
window.onclick = function(event) {
if (event.target == alertNotice) {
alertNotice.classList.add("fadeOut");
setTimeout(function() {
alertNotice.style.display = "none";
alertNotice.classList.remove("fadeOut");
}, 500); // Match this duration with the fadeOut animation duration
}
}
});
</script>
</body>
</html>