-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
29 lines (28 loc) · 1.18 KB
/
Index.html
File metadata and controls
29 lines (28 loc) · 1.18 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
<!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>UTKARSH PATHAK</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<nav>
<img src="utkarshimg.jpeg" alt="navIcon" height="100vh" border-radius="30px">
<a class="headertext" href="https://www.youtube.com/">About </a>
<a class="headertext" href="">Contacts</a>
<a class="headertext" href="">Education</a>
</nav>
</header>
<div class="abttxt"><div class="about" ><p>ABOUT</p></div></div>
<div class="eduqua" ><p>EDUCATIONAL QUALIFICATION</p></div>
<div class="Skandhobby" ><p>SKILLS AND HOBBIES</p></div>
<footer>
<a href="https://www.facebook.com/profile.php?id=100010652594870"><img src="WhatsApp Image 2021-12-06 at 12.12.47 PM.jpeg" height="120vh"></a>
<a href=""><img src="logo-ig-instagram-new-logo-vector-download-13.png" height="120vh"></a>
<a href="https://github.com/utkarsh0308"><img src="GitHub-Mark.png" height="120vh"></a>
</footer>
</body>
</html>