-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (33 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My portfolio</title>
</head>
<link rel ="stylesheet" href="style.css">
<body>
<div class="main">
<nav>
<img src="web b.jpeg" height="120px" width="120px" style="border-radius: 50%;">
<ul >
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Classes</a></li>
<li><a href="#">Schedule</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<div class="detail">
<h1> I'm <span> Deepanshi</span> Patil</h1>
<p> This is my official portfolio website to all <br>
details and work experience in web development</p>
<a href="#"> Download CV</a>
<div class="images">
<img src="image/girl.jpeg" class="shape">
<img src="" class="girl">
</div>
</div>
</div>
</body>
</html>