-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 896 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<meta charset="utf-8">
<title>Kristian Zondervan - php symfony2 developer</title>
<meta name="description" content="Fullscreen backgrounds with centered content">
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script src="js/background.js"></script>
</head>
<body>
<div class="fullscreen background not-overflow" style="background-image:url('img/background.jpg');" data-img-width="1600" data-img-height="1067">
<div class="content-a">
<div class="content-b">
<h1>Kristian Zondervan</h1>
<p>Father. Husband. Developer. Somewhat of a dreamer.</p>
</div>
</div>
</div>
</body>
</html>