-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (98 loc) · 3.87 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Hind" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Me | Sid-Dhawan</title>
<link href="https://fonts.googleapis.com/css?family=Monda" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<style>
body{
background-color: black;
}
.bg{
background-attachment: fixed;
padding-top:250px;
padding-bottom:300px;
background-size:cover;
text-align:center;
background-position: center;
}
.divcontainer{
text-align:center;
padding:50px;
text-align: center;
background-color:#212121;
width:100%;
overflow-y: hidden;
}
.heading{
font-size: 300%;
font-family: 'Monda', sans-serif;
color:white;
}
.subheading{
font-size: 200%;
font-family: 'Monda', sans-serif;
color:white;
}
.content{
font-size: 130%;
font-family: 'Monda', sans-serif;
color:white;
font-weight: lighter;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top content">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#NBAR">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand"><b>SidDhawan</b></a>
</div>
<div class="collapse navbar-collapse" id="NBAR">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">About Me</a></li>
<li><a href="Skills.html">Skills</a></li>
<li><a href="Projects.html">Projects</a></li>
<li><a href="CP.html">Competitive Coding Background</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="bg" style="background-image:url('cover3.jpg');">
<div class="divcontainer" style="display:inline-block;width:auto;"><div class="heading">Hi,</div>
</div>
</div>
<div class="divcontainer" style=""><div class="subheading">I am</div> <div class="heading">Siddharth Dhawan,</div></div>
<div class="bg" style="background-image:url('iiitd.jpg');padding-bottom:0px;padding-top:600px;background-position: top;">
<div class="divcontainer" style=""><div class="subheading">a C.S.E. Undergraduate <br> at IIIT-Delhi, </div></div>
</div>
<div class="bg" style="background-image:url('cp.jpg');padding-bottom:0px;padding-top:600px;">
<div class="divcontainer" style=""><div class="subheading">a sport programming aficionado</div></div>
</div>
<div class="bg" style="background-image:url('developer.jpg');padding-bottom:0px;padding-top:600px;">
<div class="divcontainer" style=""><div class="subheading">and ...<br> a Developer.</div></div>
</div>
<div class="bg" style="background-image:url('wood.jpg');padding-top:400px;padding-bottom: 0px;">
<div class="divcontainer" style=""><div class="content"><span><a href="index.html" style="color:white">About</a> |
<a href="Skills.html" style="color:white">Skills</a> |
<a href="#" style="color:white">Projects</a> |
<a href="CP.html" style="color:white">Coding Background</a> |
<a href="Contact.html" style="color:white">Contact</a></li></span>
<br><br>
<div style="font-size: 80%;">Siddharth Dhawan © 2016</div>
</div>
</div>
</body>
</html>