-
Notifications
You must be signed in to change notification settings - Fork 0
/
activities.html
40 lines (39 loc) · 1.94 KB
/
activities.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Activities - Nareshbrabha Sadhasivam</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="skills.html">Skills</a></li>
<li><a href="activities.html">Activities</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section id="activities">
<h2 class="animate__animated animate__rubberBand">Co-Curricular Activities</h2>
<h3>Paper Presentation</h3>
<ul class="activities-list animate__animated animate__fadeInLeft">
<li>Presented a paper titled “NANOCOMPONENTS AND ITS APPLICATIONS” in the PRAGYA-2K23, intercollege technical event held at ANNA UNIVERSITY REGIONAL CAMPUS COIMBATORE, Coimbatore on 28 April 2023.</li>
<li>Presented a paper titled “SKIN CANCER DETECTION USING IMAGE PROCESSING” in the ERSMERONZ-2K24 intercollege technical event held at BANNARI AMMAN INSTITUTE OF TECHNOLOGY, Sathyamangalam, Erode on 1st March 2024.</li>
</ul>
<h3>Track Tracer</h3>
<ul class="activities-list animate__animated animate__fadeInRight">
<li>Participated in “Track Tracer” in the ERZNERONZ-2K24 intercollege technical event held at BANNARI AMMAN INSTITUTE OF TECHNOLOGY, Sathyamangalam, Erode on 1st March 2024.</li>
</ul>
</section>
<footer>
<p>© 2024 Nareshbrabha. All rights reserved.</p>
</footer>
</body>
</html>