-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio1.html
39 lines (35 loc) · 1.03 KB
/
portfolio1.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
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>portfolio</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="hero">
<nav>
<img src="./images/logopng.png" alt="" class="logo">
<ul>
<li><a href="#">HOME</a> </li>
<li><a href="#">ABOUT</a> </li>
<li><a href="#">portfolio</a> </li>
<li><a href="#">Serices</a> </li>
<li><a href="#">HIRE ME</a> </li>
</ul>
</nav>
<div class="detail">
<h1> I,m Vishnu <span>Singh</span> </h1>
<p>This is my Official portfolio website that shows
<br> Details and work Experience Web Development
</p>
<a href="#"> DOWNLOAD CV</a>
</div>
<div class="images">
<img src="./images/shape.png" class="shape">
<img src="./images/photopng.png" class="vishnu">
</div>
</div>
</body>
</html>