-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1.06 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="hero">
<nav>
<img src="logo.jpg" class="logo" width="100px" height="80px">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">PORTFOLIO</a></li>
<li><a href="#">SERVICES</a></li>
<li><a href="#">HIRE ME</a></li>
</ul>
</nav>
<div class="detel">
<h1>I,am Shravani <span>Kotturi</span></h1>
<p>This is my official Portfolio website to show all
<br>details and work expirences web development
</p>
<a href="#">DOWNLOAD RESUME</a>
</div>
<div class="images">
<img src="photo.jpg" class="photo">
</div>
</div>
</body>
</html>