-
Notifications
You must be signed in to change notification settings - Fork 60
/
shreyash.html
37 lines (32 loc) · 999 Bytes
/
shreyash.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple Portfolio</title>
<link rel="stylesheet" href="assets/css/shreyash.css">
</head>
<body>
<header>
<h1>Shreyash Gaikwad</h1>
<p>Web Developer & Designer</p>
</header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<section id="about">
<h2>About Me</h2>
<p>Hi, I'm Shreyash Gaikwad, a passionate web developer with experience in creating dynamic and responsive websites. I love coding and designing sleek, user-friendly interfaces.</p>
</section>
<section id="contact">
<h2>Contact Me</h2>
<p>Email: shreyashprashantgaikwad@example.com</p>
</section>
<footer>
<p>© 2024 Shreyash Gaikwad. All rights reserved.</p>
</footer>
</body>
</html>