-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
executable file
·43 lines (42 loc) · 1.97 KB
/
cv.html
File metadata and controls
executable file
·43 lines (42 loc) · 1.97 KB
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
---
layout: default
title: CV
permalink: /cv/
---
<header itemscope itemtype="http://data-vocabulary.org/Person">
<span itemprop="name" class="title">Joachim Van der Hoeven</span><br />
<span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address">
<span itemprop="street-address">Koning Albertstraat 14</span>,
<span itemprop="postal-code">2800</span>
<span itemprop="locality">Walem</span>
<span itemprop="country-name">Belgie</span>
</span><br />
Telefoon :<a href="tel:+32472231184" itemprop="telephone">+32 472 23 11 84</a> · Email :
<script type="text/javascript" language="javascript">
<!--
// Email obfuscator script 2.1 by Tim Williams, University of Arizona
// Random encryption key feature by Andrew Moulden, Site Engineering Ltd
// This code is freeware provided these four comment lines remain intact
// A wizard to generate this code is at http://www.jottings.com/obfuscator/
{
coded = "C7waIx19sI@d1wxX.a71"
key = "A2Gl9Cy3fJBF0q7easZktKmX46MR5WhEiSpHwQUgOu1znTvjNVIDxYLro8cdbP"
shift = coded.length
link = ""
for (i = 0; i < coded.length; i++) {
if (key.indexOf(coded.charAt(i)) == -1) {
ltr = coded.charAt(i)
link += (ltr)
}
else {
ltr = (key.indexOf(coded.charAt(i)) - shift + key.length) % key.length
link += (key.charAt(ltr))
}
}
document.write("<a href='mailto:" + link + "' itemprop='email'>" + link + "</a>")
}
//-->
</script>
<noscript>Sorry, you need Javascript on to email me.</noscript>
· <a href="https://twitter.com/joachimvdh" target="_blank" itemprop="url">@JoachimVdH</a>
</header>