-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
34 lines (34 loc) · 1.04 KB
/
Copy pathportfolio.html
File metadata and controls
34 lines (34 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Portfolio website</title>
<link rel="stylesheet" href="portfolio.css">
</head>
<body>
<div class="hero">
<nav>
<img src="" class="">
<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,m Aditya <span>Sharma</span></h1>
<p>This is my official portfolio website to shows all <br>
Details and work experience web development
</p>
<a href="#">DOWNLOAD CV</a>
</div>
<div class="images">
<img src="features_img_shape1.png" class="shape">
<div><img src="photo.jpeg" class="boy" ></div>
</div>
</div>
</body>
</html>