forked from Willianvdv/willianvdv.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (59 loc) · 2.03 KB
/
index.html
File metadata and controls
76 lines (59 loc) · 2.03 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Exo+2:300' rel='stylesheet' type='text/css'>
<style>
* {
font-family: 'Exo 2', sans-serif;
}
dt {
margin-top: 15px;
}
.content {
width: 1000px;
margin: 0 auto;
}
</style>
<title>Willian.io</title>
</head>
<body>
<div class="content">
<h1>Willian.io</h1>
I'm Willian van der Velde, a <a href="http://en.wikipedia.org/wiki/Groningen">Groningen</a> based software developer.
<h2>Things I work on</h2>
<h3>Open source</h3>
<ul>
<li><a href="https://github.com/willianvdv">Github</a></li>
</ul>
<h3>Work</h3>
<dl>
<dt><a href="https://www.elektroschakelmateriaal.nl">Developer at Elektroschakelmateriaal.nl</a></dt>
<dd>Elektroschakelmateriaal.nl is a Django powered webshop.</dd>
<dt><a href="https://www.bigu.nl">Developer at Bigu.nl</a></dt>
<dd>Bigu is a Spree powered webshop. This is my first Spree commerce webshop going in production.</dd>
<dt><a href="https://www.optiekxl.nl">Developer at OptiekXl.nl</a></dt>
<dd>Spree power!</dd>
<dt><a href="https://www.sharedsecuritymanager.nl">Developer at SharedSecurityManager.nl</a></dt>
<dt><a href="http://activeants.nl/">Developer at ActiveAnts.nl</a></dt>
<dd>Busy building an iOS app. Using Rubymotion, Linea Pro's and other cool techniques.</dd>
<dt><a href="https://www.onlineveilingmeester.nl">Technical advisor at Onlineveilingmeester.nl</a></dt>
</dl>
<h2>I like to work with</h2>
<h3>Tech</h3>
<ul>
<li><a href="http://www.rubyonrails.org">Ruby on Rails</a></li>
<li><a href="http://www.rubymotion.com/">Rubymotion</a></li>
<li><a href="http://www.spreecommerce.com">Spree commerce</a></li>
</ul>
<h3>People</h3>
<ul>
<li><a href="http://www.reinaris.nl">Rein Aris</a></li>
<li><a href="http://www.xyce.nl">Tom Beretrom</a></li>
<li><a href="http://www.studiowolf.com">Studio Wolf</a></li>
<li><a href="http://www.krisdejongdesign.nl/">Kris de Jong</a></li>
<li><a href="http://www.aljanscholtens.nl/">Aljan Scholtens</a></li>
</ul>
<h2>Contact</h2>
<a href="mailto:mail@willian.io">mail@willian.io</a>
</div>
</body>
</html>