-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (34 loc) · 1.35 KB
/
index.html
File metadata and controls
36 lines (34 loc) · 1.35 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home - 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="home">
<div class="intro animate__animated animate__fadeIn">
<h1>Welcome to My Portfolio</h1>
<img src="img/S. NARESH BRABHA.jpg" alt="Nareshbrabha Sadhasivam">
<p>Hello, I'm Nareshbrabha Sadhasivam, a passionate web developer and engineering student with a keen interest in creating innovative solutions and improving technology.</p>
</div>
</section>
<footer>
<p>© 2024 Nareshbrabha. All rights reserved.</p>
</footer>
</body>
</html>