-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (96 loc) · 3.51 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<!-- Happily hosted with Github Pages -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Floris Dekker</title>
<meta name="description" content="Design & Entrepeneurship">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script type="text/javascript" src="//use.typekit.net/bdw1shb.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<style type="text/css" media="screen">
html {
font-size: 62.5%;
}
body {
margin: 80px auto;
padding: 0 30px 0 30px;
max-width: 500px;
min-width: 260px;
color: #333;
line-height: 3.8rem;
}
h1 {
font-size: 3.4rem;
font-family: "Myriad-pro-1", "Myriad-pro-2", Helvetica, Arial, sans-serif;
font-weight: 600;
margin-bottom: .6rem;
}
p {
font-size: 2.6rem;
font-family: "Myriad-pro-1", "Myriad-pro-2", Helvetica, Arial, sans-serif;
font-weight: 300;
margin-bottom: -1rem;
}
a {
/*color: #007fff;*/
color: #333;
text-decoration: none;
border-bottom: solid 1px #ddd;
}
.e:hover {
color: #5C6AC4;
}
.l:hover {
color: #ee0000;
}
.b:hover {
color: #00cc00;
}
.k:hover {
color: #cc33cc;
}
.contact-t:hover {
color: #55ACEE;
}
.contact-t {
margin-right: 2rem;
}
.contact-i:hover {
color: #3f729b;
}
.contact-i {
margin-right: 2rem;
}
.contact-l:hover {
color: #0976b4;
}
.contact-l {
margin-right: 2rem;
}
.contact-e:hover {
color: #db4437;
}
</style>
</head>
<body>
<h1>Floris Dekker</h1>
<p>UX Director at <a class="e" href="http://shopify.com">Shopify</a>.</p>
<p>Creator and curator of <a class="l" href="http://littlebigdetails.com">Little Big Details</a>.</p>
<p>From Amsterdam, now living in Toronto.</p>
<p>Married to my lovely wife <a class="k" href="http://katieneeds.com">Katie</a>.</p>
<br>
<p><a class="contact-l" href="https://www.linkedin.com/in/florisdekker">LinkedIn</a>
<a class="contact-e" href="mailto:dekker.floris@gmail.com">Email</a></p>
<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-6077226-3', 'florisdekker.com');
ga('send', 'pageview');
</script>
</body>
</html>