-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<title>Joost Naaijen - KLMZ</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel='stylesheet' href="css/main.css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<script type='text/javascript' src='http://code.jquery.com/jquery-2.1.0.min.js'></script>
<script type='text/javascript' src='js/main.js'></script>
</head>
<body>
<div class='content'>
<div class='name'>
<div class='profile'>
</div>
<span> Joost Naaijen - KLMZ </span>
<br class='clr' />
</div>
<div class='badges'>
<a href='http://www.github.com/klmz'>
<div class='github'>
<span> Github </span>
</div>
</a>
<a href='http://www.twitter.com/_klmz'>
<div class='twitter'>
<span> Twitter </span>
</div>
</a>
<a href='https://www.linkedin.com/profile/view?id=333410180'>
<div class='linkedIn'>
<span> LinkedIn </span>
</div>
</a>
</div>
</div>
</body>
</html>