-
Notifications
You must be signed in to change notification settings - Fork 134
/
home.html
691 lines (635 loc) · 33.4 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Style Sheets-->
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<!--Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="/Images/CSEDGE-LOGO32X32.png">
<link rel="icon" href="./Images/CSEDGE-LOGO32X32.png" type="image/png" sizes="32x32">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<!--chatbox-->
<link rel="stylesheet" href="chatbox.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,1,0" />
<script src="chatbox.js" defer></script>
<!-- AOS.js -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!--SEO Optimization-->
<title>CSEdge Internship</title>
<meta name="description"
content="Learn about CSEdge Internship programs and how we're dedicated to helping students and professionals gain real-world experience in software development, coding, and more. Discover our AICTE-accredited programs and how we stand out in the industry.">
<meta name="keywords"
content="CSEdge, online internship, software development internship, coding skills, AICTE accredited internship, csedge internship, internship for coding, internship for developers">
<meta name="author" content="CSEdge">
<link rel="canonical" href="https://csedge.courses" />
<meta name="robots" content="index, follow">
<!--Google Adsense-->
<meta name="google-adsense-account" content="ca-pub-8930077947690409">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VC9ZHQ7GVC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-VC9ZHQ7GVC');
</script>
</head>
<body>
<button id="goTopBtn" title="Go to top"><i class="uil uil-arrow-up"></i></button>
<!--Navigation Bar-->
<nav class="fixed-top">
<h1 id="home">CSEdge</h1>
<div class="navbar-ham-switch">
<img style="outline: none;" src="./Images/Menu.svg" alt="Menu">
<ul class="nav-item navbar">
<li class="navitem"><a href="#hero"><i class="fas fa-home navbar-icons"></i> Home</a></li>
<li class="navitem"><a href="#AboutUS"><i class="fas fa-info-circle navbar-icons"></i> About us</a></li>
<li class="navitem"><a href="#internship"><i class="fas fa-user-graduate navbar-icons"></i> Internship</a></li>
<li class="navitem" class="contact"><a href="#contact"><i class="fa fa-envelope navbar-icons"></i> Contact</a></li>
<li class="navitem"><a href="./Resources.html"><i class="fas fa-book-open navbar-icons"></i> Free Content</a></li>
<!-- <li class="navitem"><a href="https://learn.csedge.courses"><i class="fas fa-blog navbar-icons"></i> Blog</a></li>-->
<li class="navitem"><a href="index.html"><i class="fas fa-blog navbar-icons"></i> Blog</a></li>
<li class="navitem"><a href="#faq"><i class="fas fa-question-circle navbar-icons"></i> FAQ</a></li>
</ul>
<label class="switch">
<input type="checkbox" id="dark-mode-toggle">
<span class="slider round"></span>
</label>
</div>
</nav>
<!--Hero Section-->
<section id="hero" class="hero">
<div data-aos="fade-right"
data-aos-duration="2000">
<h2>Unlock your<br> potential<br> with CSEdge </h2>
<p>Where learning meets opportunity <br> in a month-long online internship<br>journey.</p>
<a href="#internship" class="btn" data-aos="zoom-in">Apply Now</a>
</div>
<img src="./Images/HomeImage.png" style="scale: 1.0;" alt="ARTWORK">
</section>
<button class="chatbot-toggler">
<span class="material-symbols-rounded">mode_comment</span>
<span class="material-symbols-outlined">close</span>
</button>
<div class="chatbot">
<header>
<h2>Chatbot</h2>
<span class="close-btn material-symbols-outlined">close</span>
</header>
<ul class="chatbox">
</ul>
<div class="chat-input">
<textarea placeholder="Enter a message..." spellcheck="false" required></textarea>
<span id="send-btn" class="material-symbols-rounded">send</span>
</div>
</div>
<!--About Section-->
<section id="AboutUS">
<h2 class="section-heading" data-aos="fade-up">ABOUT US</h2>
<div class="about-content">
<div>
<p data-aos="fade-right"><span style="color: #22CFB9; font-weight: bold;"
data-aos="fade-right">CSEdge</span> is an online internship platform that
provides students with the
opportunity to gain practical experience in the field of software development. We offer a variety of
internship programs that are designed to help students develop their skills and enhance their
employability.</p> <br>
<p data-aos="fade-right">We believe that internships are a great way for students to gain practical
experience and develop their skills. Our programs are designed to help students gain practical
experience in the field of software development.</p> <br>
<p data-aos="fade-right"><span style="color: #22CFB9; font-weight: bold;">MSME Registered</span>
individuals on this journey of perpetual learning and boundless joy!</p> <br>
<p data-aos="fade-right"><span style="color: #22CFB9; font-weight: bold;">AICTE Approved</span> Our Internship Programs are
endorsed By AICTE, ensuring
top-notch quality and relevance.</p>
<button class="read-more-button" id="aboutpage" data-aos="fade-right">Read More</button>
<div class="about-image">
<img src="./Images/AboutImage.png" style="scale: 1.5;" alt="About-US" data-aos="zoom-in">
</div>
</div>
</section>
<!--Internship Section-->
<section id="internship">
<h2 class="section-heading" data-aos="fade-up">INTERNSHIPS</h2>
<ul class="internship-program">
<!--Python Internship-->
<li class="internships" data-aos="fade-up">
<img src="./Images/PythonLogo.png" alt="Python Internship" data-aos="zoom-in">
<div style="transform: translateZ(20px)">
<p class="program-title" data-aos="fade-up">Python Internship Program</p>
<p class="program-duration" data-aos="fade-up">1 Month(online)</p>
<p class="program-description" data-aos="fade-up">Join our Python Internship Program and gain
practical experience in one
of the most popular programming languages. Learn the fundamentals of Python, develop real-world
projects, and enhance your coding skills. Get mentored by industry professionals and boost your
career in the field of software development.</p>
</div>
<div class="program-buttons">
<button id="python" class="program-apply-button" data-aos="fade-up">Read More..!</button>
<button id="python-form" class="program-apply-button" data-aos="fade-up">Apply Now</button>
</div>
</li>
<!--Web Development Internship-->
<li class="internships" data-aos="fade-up">
<img src="./Images/HTMLLOGO.png" alt="Web Development Internship" data-aos="zoom-in">
<div style="transform: translateZ(20px)">
<p class="program-title" data-aos="fade-up">Web Development Internship Program</p>
<p class="program-duration" data-aos="fade-up">1 Month(online)</p>
<p class="program-description" data-aos="fade-up">Join our Web Development Internship Program and gain
practical experience
in one of the most popular programming languages. Learn the fundamentals of web development, develop
real-world projects, and enhance your coding skills. Get mentored by industry professionals and
boost your career in software development.</p>
</div>
<div class="program-buttons">
<button id="webdev" class="program-apply-button" data-aos="fade-up">Read More..!</button>
<button id="web-dev-form" class="program-apply-button" data-aos="fade-up">Apply Now</button>
</div>
</li>
<!--Java Internship-->
<li class="internships" data-aos="fade-up">
<img src="./Images/JavaLogo.png" alt="Java Internship" data-aos="zoom-in">
<div style="transform: translateZ(20px)">
<p class="program-title" data-aos="fade-up">Java Internship Program</p>
<p class="program-duration" data-aos="fade-up">1 Month(online)</p>
<p class="program-description" data-aos="fade-up">Join our Java Internship Program and gain practical
experience in one of
the most popular programming languages. Learn Java fundamentals, develop real-world projects, and
enhance your coding skills. Get mentored by industry professionals and boost your software
development career.</p>
</div>
<div class="program-buttons">
<button id="java" class="program-apply-button" data-aos="fade-up">Read More..!</button>
<button id="java-form" class="program-apply-button" data-aos="fade-up">Apply Now</button>
</div>
</li>
<!--UI Design Internship-->
<li data-aos="fade-up" data-tilt style="transform-style: preserve-3d; transform: perspective(1000px);">
<li class="internships" data-aos="fade-up">
<img src="./Images/UIUXLogo.png" alt="UI Design" data-aos="zoom-in">
<div style="transform: translateZ(20px)">
<p class="program-title" data-aos="fade-up">UI Design Internship Program</p>
<p class="program-duration" data-aos="fade-up">1 Month(online)</p>
<p class="program-description" data-aos="fade-up">Join our UI Design Internship Program and gain
practical experience in
the field of user interface design. Learn the principles of UI design, develop interactive
prototypes, and enhance your skills in creating visually appealing and user-friendly interfaces. Get
mentored by industry professionals and kickstart your career in UI design.</p>
</div>
<div class="program-buttons" data-aos="fade-up">
<button class="program-apply-button" data-aos="fade-up">Coming Soon..!</button>
<!--<button class="program-apply-button">Coming Soon..!</button>-->
</div>
</li>
<!--Data Science Internship-->
<li class="internships" data-aos="fade-up">
<img src="./Images/DatascienceLogo.png" alt="Data Science Internship" data-aos="zoom-in">
<div style="transform: translateZ(20px)">
<p class="program-title" data-aos="fade-up">Data Science Internship Program</p>
<p class="program-duration" data-aos="fade-up">1 Month(online)</p>
<p class="program-description" data-aos="fade-up">Join our Data Science Internship Program and gain
practical experience in
one of the most in-demand fields. Learn data analysis, machine learning, and statistical modeling.
Develop real-world projects and enhance your skills in data science. </p>
<div class="program-buttons" data-aos="fade-up">
<button class="program-apply-button" data-aos="fade-up">Coming Soon..!</button>
</div>
</li>
</ul>
</section>
<!--Services Section-->
<section id="Services">
<h2 class="section-heading" data-aos="fade-up">Why CSEdge Internship?</h2>
<p data-aos="fade-up">At CSEdge, we prioritize the success of our interns. Here are some reasons why you
should choose us:</p>
<table class="table" data-aos="fade-up">
<thead>
<tr data-aos="fade-up">
<th scope="col">#</th>
<th scope="col"></th>
<th scope="col">CSEdge Internship</th>
<th scope="col">Others</th>
</tr>
</thead>
<tbody>
<tr data-aos="fade-up">
<th scope="row">1</th>
<td>MSME Registered</td>
<td style="color: #22CFB9;"><i class="uil uil-check positive-attribute"></i></td>
<td style="color: #22CFB9;"><i class="uil uil-check positive-attribute"></i></td>
</tr>
<tr data-aos="fade-up">
<th scope="row">2</th>
<td>AICTE Accredited</td>
<td style="color: #22CFB9;"><i class="uil uil-check positive-attribute"></i></td>
<td><i class="uil uil-multiply negative-attribute"></i></td>
</tr>
<tr data-aos="fade-up">
<th scope="row">3</th>
<td>Recognized by Linkedin</td>
<td style="color: #22CFB9;"><i class="uil uil-check positive-attribute"></i></td>
<td><i class="uil uil-multiply negative-attribute"></i></td>
</tr>
<tr data-aos="fade-up">
<th scope="row">4</th>
<td>Whatsapp Support</td>
<td style="color: #22CFB9;"><i class="uil uil-check positive-attribute"></i></td>
<td><i class="uil uil-multiply negative-attribute"></i></td>
</tr>
<tr data-aos="fade-up">
<th scope="row">5</th>
<td>E-Certificate</td>
<td style="color: #22CFB9;"><i class="uil uil-check positive-attribute"></i></td>
<td><i class="uil uil-multiply negative-attribute"></i></td>
</tr>
<tr data-aos="fade-up">
<th scope="row">6</th>
<td>Free Resources</td>
<td style="color: #22CFB9;"><i class="uil uil-check positive-attribute"></i></td>
<td><i class="uil uil-multiply negative-attribute"></i></td>
</tr>
</tbody>
</table>
</section>
<!--Contact Section-->
<!-- Contact Section -->
<section id="contact">
<h2 class="section-heading" data-aos="fade-up">Contact Us</h2>
<p class="section-content" data-aos="fade-up">For more information or inquiries, please contact us:</p>
<p class="section-content" data-aos="fade-up">Email: [email protected]</p>
<div class="contact-icons" data-aos="fade-up">
<a class="link mail" href="mailto:[email protected]" target="_blank"><i
class="clshover fas fa-envelope fa-2x" style="color: #0085ff;"></i></a>
<a class="link linkedin" href="https://www.linkedin.com/company/csedge/" target="_blank"><i
class="clshover fab fa-linkedin fa-2x" style="color: #0085ff;"></i></a>
<a class="link github" href="https://github.com/CSEdgeOfficial" target="_blank"><i
class="clshover fab fa-github fa-2x" style="color: #0085ff;"></i></a>
<a class="link instagram" href="https://www.instagram.com/csedgeofficial" target="_blank"><i
class="clshover fab fa-instagram fa-2x" style="color: #0085ff;"></i></a>
<a class="link youtube" href="https://youtube.com/@CSEdgeOfficial" target="_blank"><i
class="clshover fab fa-youtube fa-2x" style="color: #0085ff;"></i></a>
</div>
<div class="contact-content">
<div class="col col-4 contact-image" data-aos="fade-up">
<img src="./new/web-developer.251x256.png" alt="Contact Us">
</div>
<div class="col col-8 contact">
<form name="submitToGoogleSheet">
<input type="text" name="NAME" placeholder="Name" required>
<input type="email" name="EMAIL" placeholder="Email" required>
<input type="text" name="SUBJECT" placeholder="Subject">
<textarea name="MESSAGE" placeholder="Message"></textarea>
<input type="submit" value="Send Message" class="submit">
</form>
<span id="msg"></span>
</div>
</div>
</section>
<!--FAQ Section-->
<section id="faq" class="faq">
<h1 class="section-heading" data-aos="fade-up">FAQ</h1>
<div class="row">
<div class="image" data-aos="fade-right">
<img class="faq-img" src="./Images/FAQ.png" alt="FAQ">
</div>
<div class="accordion-container" data-aos="fade-left">
<!--Question-1-->
<div class="accordion">
<div class="accordion-header" onclick="toggleAccordion(this)">
<span><img src="./Images/Expand-more.svg" alt="Expand"></span>
<h3>How do we apply for internships?</h3>
</div>
<div class="accordion-body">
<p>To apply for upcoming batch of internship you need to fill the interest form in that specific
domain, after that you will directly receive the selection certificate from us if selected.
</p>
</div>
</div>
<!--Question-2-->
<div class="accordion">
<div class="accordion-header" onclick="toggleAccordion(this)">
<span><img src="./Images/Expand-more.svg" alt="Expand"></span>
<h3>How do we fill the Interest Form?</h3>
</div>
<div class="accordion-body">
<p>You will get the Interest Form of all the internships domain in above mentioned internship
column. Please click on <b>Apply Now</b> button, your response will help us to understand your
current skills and need for training during the internship if any.
</p>
</div>
</div>
<!--Question-3-->
<div class="accordion">
<div class="accordion-header" onclick="toggleAccordion(this)">
<span><img src="./Images/Expand-more.svg" alt="Expand"></span>
<h3>I have completed all the necessary steps, what's next?</h3>
</div>
<div class="accordion-body">
<p>If you have filled all the required field in Interest Form correctly, you will receive a
selection certificate from us before your internship starts. All important information and
announcements related to internship are communicated through telegram or gmail.
</p>
</div>
</div>
<!--Question-4-->
<div class="accordion">
<div class="accordion-header" onclick="toggleAccordion(this)">
<span><img src="./Images/Expand-more.svg" alt="Expand"></span>
<h3>What will be the duration of internship?</h3>
</div>
<div class="accordion-body">
<p>In every domain, duration of internship is 4 weeks.
</p>
</div>
</div>
<!--Question-5-->
<div class="accordion">
<div class="accordion-header" onclick="toggleAccordion(this)">
<span><img src="./Images/Expand-more.svg" alt="Expand"></span>
<h3>I have completed my tasks well before deadline. When will I get a certificate?</h3>
</div>
<div class="accordion-body">
<p>You can submit your task through task submission form if you have received it or wait for it
to be shared. If you have submitted the task before the deadline, you may expect your
completion certificate in the first week of next month.</p>
</div>
</div>
<!--Question-6-->
<div class="accordion">
<div class="accordion-header" onclick="toggleAccordion(this)">
<span><img src="./Images/Expand-more.svg" alt="Expand"></span>
<h3>Are there any prerequisites for the internship?</h3>
</div>
<div class="accordion-body">
<p>There are no specific prerequisites. However, having basic knowledge in the respective domain will be beneficial.
</p>
</div>
</div>
<!--Question-7-->
<div class="accordion">
<div class="accordion-header" onclick="toggleAccordion(this)">
<span><img src="./Images/Expand-more.svg" alt="Expand"></span>
<h3>Can I apply for multiple internship domains?</h3>
</div>
<div class="accordion-body">
<p>Yes, you can apply for multiple internship domains, but you must fill out separate Interest Forms for each domain.
</p>
</div>
</div>
<!--Question-8-->
<div class="accordion">
<div class="accordion-header" onclick="toggleAccordion(this)">
<span><img src="./Images/Expand-more.svg" alt="Expand"></span>
<h3>Will there be any support during the internship?</h3>
</div>
<div class="accordion-body">
<p>Yes, mentors will be available to guide you throughout the internship period.
</p>
</div>
</div>
<!--Question-9-->
<div class="accordion">
<div class="accordion-header" onclick="toggleAccordion(this)">
<span><img src="./Images/Expand-more.svg" alt="Expand"></span>
<h3>How will my performance be evaluated?</h3>
</div>
<div class="accordion-body">
<p>Your performance will be evaluated based on the tasks you complete during the internship and feedback from your mentors.
</p>
</div>
</div>
</div>
</div>
</section>
<!--Footer Section-->
<footer class="f1">
<div class="container1">
<div class="row1">
<div class="col1" id="Company">
<h1 class="h11">About Us</h1>
<p>
CSEdge is an online internship platform that provides students with the opportunity to gain practical experience in the field of software development.
</p>
<div class="social">
<a href="#"><i class="fa-brands fa-square-facebook"></i></a>
<a href="#"><i class="fa-brands fa-square-instagram"></i><a>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-square-x-twitter"></i><a>
<a href="#"><i class="fa-brands fa-square-github"></i></a>
</div>
</div>
<div class="col1" id="Serv">
<h3>Need Help ?</h3>
<div class="links">
<a href="#">Contact Us</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
<a href="#">Cancellation & Refund Policy</a>
<a href="#">Shipping and Delivery Policy</a>
</div>
</div>
<div class="col1" id="useful-links">
<h3>Learn More</h3>
<div class="links">
<a href="#">FAQ</a>
<a href="#">Home</a>
<a href="#">Services</a>
<a href="#">About Us</a>
<a href="#">Internships</a>
<a href="#">Verify Certificate</a>
</div>
</div>
<div class="col1" id="cont">
<h3>Contact</h3>
<div class="contact-details">
<i class="fa fa-message"></i>
<p>[email protected] <br></p>
</div>
<div class="contact-details">
<i class="fa fa-phone"></i>
<p>+1-9876543210</p>
</div>
</div>
</div>
</div>
<p class="copyright">
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
CSEdge. All Right Reserved Designed by Team CSEdge.
</p>
</div>
</footer>
<!-- Footer End here -->
<script>
// Smooth scrolling
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
<script>
// Get elements
const menuIcon = document.querySelector('img');
const navLinks = document.querySelector('ul');
function disableScroll() {
document.body.style.overflow = "hidden";
}
function enableScroll() {
document.body.style.overflow = "visible";
}
// Toggle navigation menu on click
menuIcon.addEventListener('click', function () {
navLinks.classList.toggle('show');
if (navLinks.classList.contains('show')) {
this.src = './Images/Close.svg';
disableScroll();
} else {
this.src = './Images/Menu.svg';
enableScroll();
}
});
// Close navigation menu when a link is clicked
navLinks.addEventListener('click', function () {
navLinks.classList.remove('show');
menuIcon.src = './Images/Menu.svg';
enableScroll();
});
</script>
<script>
function toggleAccordion(header) {
const accordion = header.parentNode;
closeAllAccordions(accordion);
accordion.classList.toggle('active');
const body = accordion.querySelector('.accordion-body');
if (body.style.display === 'block') {
body.style.display = 'none';
header.querySelector('img').src = './Images/Expand-more.svg';
} else {
body.style.display = 'block';
header.querySelector('img').src = './Images/Expand-less.svg';
}
}
function closeAllAccordions(clickedAccordion) {
const accordions = document.querySelectorAll('.accordion');
accordions.forEach(accordion => {
if (accordion !== clickedAccordion) {
accordion.classList.remove('active');
accordion.querySelector('.accordion-body').style.display = 'none';
accordion.querySelector('.accordion-header img').src = './Images/Expand-more.svg';
}
});
}
</script>
<script>
document.addEventListener('DOMContentLoaded', function () {
function disableScroll() {
document.body.style.overflowX = "hidden";
}
disableScroll();
const pythonFormButton = document.getElementById('python-form');
const javaFormButton = document.getElementById('java-form');
const webdevFormButton = document.getElementById('web-dev-form');
const fullstackFormButton = document.getElementById('full-stack-form');
const formUrl = 'https://forms.gle/19dzk4CqK1iK4pvw6';
pythonFormButton.addEventListener('click', function () {
window.location.href = formUrl;
});
javaFormButton.addEventListener('click', function () {
window.location.href = formUrl;
});
webdevFormButton.addEventListener('click', function () {
window.location.href = formUrl;
});
fullstackFormButton.addEventListener('click', function () {
window.location.href = formUrl;
});
});
</script>
<script>
document.addEventListener('DOMContentLoaded', function () {
const pythonButton = document.getElementById('python');
const javaButton = document.getElementById('java');
const webdevButton = document.getElementById('webdev');
const aboutpage = document.getElementById('aboutpage');
pythonButton.addEventListener('click', function () {
window.location.href = '../Internships/python.html';
});
javaButton.addEventListener('click', function () {
window.location.href = '../Internships/Java.html';
});
webdevButton.addEventListener('click', function () {
window.location.href = '../Internships/Web-Development.html';
});
aboutpage.addEventListener('click', function () {
window.location.href = 'about.html';
});
});
</script>
<script>
const togglebutton = document.getElementById("dark-mode-toggle");
togglebutton.addEventListener('click', ()=>{
document.body.classList.toggle('dark-mode');
});
if (document.body.classList.contains('dark-mode')) {
localStorage.setItem('theme', 'dark');
} else {
localStorage.setItem('theme', 'light');
}
const savedTheme = localStorage.getItem('theme');
if (savedTheme && savedTheme === 'dark') {
document.body.classList.add('dark-mode');
toggleButton.checked = true; // Ensure the toggle switch matches the dark mode state
}
</script>
<!--Toggle Script-->
<script>
function toggleReadMore(sectionId) {
const section = document.getElementById(sectionId);
section.classList.toggle('hidden');
}
</script>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("goTopBtn").style.display = "block";
} else {
document.getElementById("goTopBtn").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document smoothly
document.getElementById("goTopBtn").addEventListener("click", function () {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
});
</script>
<!-- AOS -->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init({
duration: 1000
});
</script>
<script src="vanilla-tilt.js"></script>
</body>
</html>