-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 844 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>portfolio website</title>
<link rel="stylesheet" type="text/css" href="portfolio.css">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
</head>
<body>
<header>
<nav>
<ul class="navigation">
<li><a href="achievements.html">ACHIEVEMENTS</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="about_me.html">ABOUT ME</a></li>
<li><a href="index.html">HOME</a></li>
</ul>
</nav>
<p class="portfolio">PORTFOLIO</p>
</header>
<div class="section">
<p>
Hello everyone!!
</p>
<p>
My name is Swapnil Agrawal
</p>
<p>Welcome to my first website </p>
</div>
<footer>
<p class="footer">©2019 Made by Swapnil Agrawal</p>
</footer>
</body>
</html>