-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (51 loc) · 2.07 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
53
54
55
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Description" content="Rinke Arnoud Boekhoorn - Product Design & UX Leader from the Netherlands" />
<title>Rinke Arnoud Boekhoorn - Product Design & UX Leader</title>
<link href="css/rabnet.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE]><link href="css/rabnet_ie.css" rel="stylesheet" type="text/css" media="all" /><![endif]-->
<script type="text/javascript" src="js/windowlinks.js"></script>
<!--[if lt IE 7]><script defer type="text/javascript" src="js/pngfix.js"></script><![endif]-->
</head>
<body>
<div id="container">
<div id="top"></div>
<div id="middle">
<div class="content">
<div class="vcard txtblock">
<p class="fn n name"><span class="logo"><img src="images/logo.png" alt="logo" width="60" height="35" /></span> <span class="additional-name">Rinke</span> <span class="given-name">Arnoud</span> <span class="family-name">Boekhoorn</span></p>
<p class="title"><em>UX / Product Design Leader</em></p>
<div class="info">
<ul class="cv">
<li>CV
<ul>
<li><a href="docs/raboekhoorn-cv-en.pdf">PDF download</a></li>
<li><a href="http://www.linkedin.com/in/arnoudb">LinkedIn Profile</a></li>
</ul>
</li>
</ul>
<ul class="contact">
<li>Contact
<ul>
<li><a href="mailto:[email protected]" class="email">[email protected]</a></li>
<li><a rel="me" href="https://mastodon.online/@arnoudb">@[email protected]</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="bottom">
<div id="footer">© Rinke Arnoud Boekhoorn | Last update: February 7, 2011</div>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "UA-71417-3";
urchinTracker();
</script>
</body>
</html>