-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
54 lines (54 loc) · 3.11 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
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Profile</title>
<link rel="stylesheet" type="text/css" href="assets/styles.css">
<link rel="shortcut icon" type="image/png" href="images/user.png">
</head>
<body>
<div class="centered">
<div class="adjust positioned shadow">
<div class="adjust2">
<p class="text-adjust-main text-adjust"><strong>ABOUT</strong></p>
<p class="text-adjust-main">
Hello! My name is Niraj Shrestha. My hometown is Bhairahawa and currently I am living in Buddhanagar.
I am interested in programming, video and photo editing, photography and cinematography.
I also love singing, watching anime and play games.
</p>
<div>
<a class="decorate" href="mailto:crestniraj@gmail.com" target="_blank">
<img class="vector adjust" src="images/link.png" />
<p class="adjust text-adjust-main decor">crestniraj@gmail.com </p>
</a><br/>
<a class="decorate" href="https://www.google.com/maps/place/Siddharthanagar/@27.5073926,83.3725059,12z/data=!3m1!4b1!4m5!3m4!1s0x39969a3fd7ca84d9:0xbca4fda146716c6f!8m2!3d27.5065119!4d83.4376749" target="_blank">
<img class="vector adjust" src="images/location.png" />
<p class="adjust text-adjust-main decor">Bhairahawa, Rupandehi</p>
</a>
<div>
<a class="decorate" href="https://www.facebook.com/crestniraz" target="_blank">
<img class="vector2" src="images/facebook.png" />
</a>
<a class="decorate" href="https://www.instagram.com/crestniraz" target="_blank">
<img class="vector2" src="images/instagram.png" />
</a>
<a class="decorate" href="https://www.twitter.com/crestniraj" target="_blank">
<img class="vector2" style="transform:scale(1.2)" src="images/twitter.png" />
</a>
<img src="images/pikachu.gif" class="animate" />
</div>
</div>
</div>
</div>
<div class="adjust overlay-main shadow overlay2">
<a href="images/me.jpg"><img class="profile" src="images/me.jpg" target="_blank" /></a>
</div>
</div>
<nav>
<span><a href="#">Home</a></span><br/><br/>
<span><a href="mailto:crestniraj@gmail.com" target="_blank">Contact</a></span><br/><br/>
<span><a href="Gallery.html">Gallery</a></span><br/><br/>
</nav>
</body>
</html>