-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (30 loc) · 1.22 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body style="background: black">
<div style="background: url(http://www.hpcf.upr.edu/~abel/phl/star_field_full_gal.jpg) no-repeat; background-size: cover; position: absolute; top: 0; left: 0; bottom; 0; right: 0; background-position: center center;">
<div style="font-size: 30px; position: absolute; top: 20px; left: 20px;">
<a href="http://twitter.com/seanhess"><span class="fa fa-twitter-square"></span></a>
<a href="http://linkedin.com/in/seanhess"><span class="fa fa-linkedin-square"></span>
<a href="http://github.com/seanhess"><span class="fa fa-github-square"></span>
</div>
<nav class="main-nav">
<ul>
<li>
<a href="about.html"><span>About</span></a>
</li>
<li>
<a href="work.html"><span>Work</span></a>
</li>
</ul>
</nav>
<div style="margin: 200px auto; text-align: center">
<img style="width: 400px" src="./img/logo-white.png">
</div>
<div style="margin-bottom: 300px"> </div>
</div>
</body>
</html>