-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (39 loc) · 1.19 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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>Abhishek Verma</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<nav>
<div class="logo">
Personal <span style="color: skyblue;">Portfolio</span>
</div>
<div class="menu">
<a href="#">Home</a>
<a href="#">Portfolio</a>
<a href="#">Education</a>
<a href="#">Skills</a>
<a href="#">Contact</a>
</div>
<div class="login">
<a href="">Thank You</a>
</div>
</nav>
<section id="h-text">
<div class="left">
<p>I'm a</p>
<h1>Abhishek<span>Verma</span></h1>
<p>Student of Newton School</p>
<br> <br>
<a href="https://imdarkcoder.github.io/resume/" target="_blank">Open CV</a>
</div>
<div class="right">
<img src="a3.jpg" width="500" id="himg">
</div>
</section>
<img src="guitar.gif" width="200" id="man">
</header>
</body>
</html>