-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (41 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="title" content="Wouter Van der Auwera">
<meta name="description" content="Hello I am Wouter Van der Auwera">
<meta name="keywords" content="Wouter Van der Auwera">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<title>Wouter Van der Auwera</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="wrap center">
<ul>
<li>HELLO, I AM</li>
<li>WOUTER VAN DER AUWERA <span contenteditable="true"> </span><b class="blink">|</b></li>
</ul>
</div>
<!-- <center>Find me on:</center> -->
<center><a href="https://medium.com/@woeterman_94" style="color: #999" target="_b">Techblog</a></center>
<br />
<br />
<br />
<!-- I hate css-->
<div
style="font-size: 15px; text-align: center; color: #666; background:rgba(0,0,0,0.3); width: 100vw;max-width:100%; opacity: 0.5;padding:50px 0;">
Find me on <a href="https://www.linkedin.com/in/iamwouter/" target="_b" style="color: #999">Linkedin</a> or <a
href="https://github.com/woeterman94" target="_b" style="color: #999">Github</a>
</div>
<!-- <div
style="font-size: 10px; text-align: center; color: #666; background:rgba(0,0,0,0.3); width: 100vw;max-width:100%; opacity: 0.5;padding:50px 0;">
Follow me on <a href="https://twitter.com/nodws" target="_b" style="color: #999">Twitter</a>
</div> -->
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="./script.js"></script>
</body>
</html>