-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
43 lines (39 loc) · 1.74 KB
/
index.htm
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Kunal Arora </title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="curiousguy13">
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/curiousguy13.css" rel="stylesheet">
</head>
<body>
<div class="fullscreen background not-overflow" style="background-image: url(assets/images/aurora.jpg)" data-img-width="2125" data-img-height="1080">
<div class="content-a" style="color: #efefea;">
<div class="content-b" style="position: absolute">
<blockquote>
The goal isn't to live forever. The goal is to create something that will. <br>
<cite>Chuck Palahniuk, Diary</cite>
</blockquote>
</div>
<div class="content-b">
<span class="profile" style="background:url(assets/images/Optimized-me.jpg) no-repeat center; "></span>
<h2>Kunal Arora</h2>
<br>
<section id="header__social">
<a class="header__social__link" href="blog.htm" title="Kunal on Blogspot" target="_blank">Blog</a>
<a class="header__social__link" href="http://www.linkedin.com/in/curiousguy13" title="Kunal on LinkedIn" target="_blank">LinkedIn</a>
<a class="header__social__link" href="http://www.twitter.com/curiousguy135" title="Kunal on twitter" target="_blank">Twitter</a>
<a class="header__social__link" href="https://github.com/curiousguy13" title="Kunal on GitHub" target="_blank">GitHub</a>
</section>
<br><br>
</div>
</div>
</div>
</body>
</html>