-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 1.48 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
<!DOCTYPE HTML>
<html>
<head>
<title>lean positive</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<header id="header">
<h1>lean positive</h1>
<p>Hi, I'm Kristian Zondervan, a developer from the Netherlands adding business value with technology.</p>
<p>I currently work as a freelance PHP software engineer and I'm available for hire on new exciting projects starting Q2 2016.</p>
</header>
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/kristianzondervan" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/krizon" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:kristian.zondervan@gmail.com" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© lean positive.</li>
<li>KvK: 63459531</li>
</ul>
</footer>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>