-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
39 lines (39 loc) · 1.47 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
<!DOCTYPE html>
<html>
<head>
<title>Gauravzqa</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href="hacker/HACKED.ttf" rel='stylesheet' type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class='pic' >
<p class="hw" >"Hello World!"</p>
<div class="topnav" >
<a class="nav" href="#">Home</a>
<a class="nav" href="#">Projects</a>
<a class="nav" href="#">Resume</a>
<a class="nav" href="#">About</a>
</div>
<img id="dp" src="images/gaurav.png">
<div id="below" >
<pre>
ECE undergrade at IIT Roorkee.
A Developer in making and a Security enthusiast.
always hungry to learn.
</pre>
<hr width="50%">
<p class="contact" >contact here: @Gaurav_Pal </p>
<div class="flex-conatiner" >
<a href="https://www.facebook.com/gauravzqa" target="_blank"><img class="social" src="images/fb.jpg"></a>
<a href="https://github.com/gauravzqa" target="_blank"><img class="social" src="images/github.png"></a>
<a href="https://www.linkedin.com/in/gaurav-pal-578ab9153/" target="_blank"><img class="social" src="images/linkedin.png"></a>
</div>
</div>
<div>
<p class="contact" style="text-align:center;color:white;" >made with ♥<br>@Gauravzqa </p>
</div>
</div>
</body>
</html>