-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.63 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
<!DOCTYPE html>
<html>
<head>
<title>Jelmer Snoeck - Developer</title>
<link rel="stylesheet" type="text/css" href="/css/screen.css">
<link rel="shortcut icon" href="/images/logo.ico">
<meta name="viewport" content="initial-scale = 1.0, width = device-width">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42330817-1', 'siphoc.com');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="container">
<img src="/images/logo.png" width="210" height="210">
<h1>Jelmer Snoeck</h1>
<h2>Developer</h2>
<ul class="icons">
<li><a href="https://twitter.com/jelmersnoeck" title="@jelmersnoeck on twitter" class="social foundicon-twitter"></a></li>
<li><a href="https://github.com/siphoc" title="Siphoc on Github" class="social foundicon-github"></a></li>
<li><a href="mailto:[email protected]" title="Contact me via mail" class="general foundicon-mail"></a></li>
<li><a href="http://resume.jelmersnoeck.com" title="View my resume" class="general foundicon-resume"></a></li>
</ul>
<p class="meta phone">+44 (0) 7454 785 822</p>
<p class="meta location">London, UK</p>
</div>
</body>
</html>