-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
177 lines (148 loc) · 4.15 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Benoît Grélard" />
<title>Benoît Grélard / Lead frontend developer / London, UK</title>
<meta name="description" content="Lead frontend developer / London, UK" />
<meta property="og:url" content="https://benoit.works" />
<meta property="og:title" content="Benoît Grélard" />
<meta
name="og:description"
content="Lead frontend developer / London, UK"
/>
<meta name="twitter:title" content="Benoît Grélard" />
<meta
name="twitter:description"
content="Lead frontend developer / London, UK"
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@benoitgrelard" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" type="text/css" media="all" href="main.css" />
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
</head>
<body>
<div class="contain">
<h1 class="accent">Benoît Grélard</h1>
<p>Hi 👋</p>
<p>
I'm Benoît, a lead web developer with 10+ years of experience focused on
frontend. I love building great products with interesting data,
beautiful UI and great UX. I am currently working at <a href="https://www.modulz.app">Modulz</a>.
</p>
<p>You can view my <a class="cv-link" href="cv">CV here</a>.</p>
<img
class="avatar"
src="https://gravatar.com/avatar/7f48ee3bb146ae3366c685f685d67fad?s=128"
alt="headshot of Benoît Grélard"
/>
</div>
<hr />
<div class="contain">
<h1>Current Stack</h1>
<ul class="icons-list">
<li>JavaScript / TypeScript</li>
<li><a href="https://reactjs.org/">React</a></li>
<li>
<a href="https://www.styled-components.com/">Styled Components</a>
</li>
<li>
<a href="https://graphql.org/">GraphQL</a> /
<a href="https://www.apollographql.com/">Apollo</a>
</li>
<li><a href="https://d3js.org/">D3</a></li>
<li>Design Systems</li>
<li><a href="https://ramdajs.com/">Ramda</a></li>
</ul>
</div>
<hr />
<div class="contain">
<h1>Get in touch</h1>
<p>
I am based in London (UK) where I live with my wife and our 2 little
boys.
</p>
<ul class="icons-list">
<li class="github">
<a href="https://github.com/benoitgrelard" data-print-link>GitHub</a>
</li>
<li class="twitter">
<a href="https://mobile.twitter.com/benoitgrelard" data-print-link
>Twitter</a
>
</li>
<li class="linkedin">
<a href="https://www.linkedin.com/in/benoitgrelard" data-print-link
>LinkedIn</a
>
</li>
<li class="email">
<a href="mailto:[email protected]" data-print-link
>
</li>
</ul>
</div>
<hr />
<div class="contain">
<h1 data-page-break-before>Work</h1>
<h2>Modulz</h2>
<h2>Magic Leap</h2>
<h2>Fathom</h2>
<ul class="inline-list">
<li>vFunction</li>
<li>BP</li>
<li>Commerzbank</li>
<li><a href="https://fath.om/supergrid">Fathom SuperGrid</a></li>
<li>Deutsche Bank</li>
</ul>
<h2>R/GA</h2>
<ul class="inline-list">
<li>eBay</li>
<li>Getty Images</li>
<li>O2</li>
<li>Nike</li>
<li>Beats by Dre</li>
<li>Pearson</li>
</ul>
<h2>Orange R&D</h2>
</div>
<hr />
<div class="contain">
<h1>Open Source</h1>
<ul class="icons-list">
<li>
<a href="https://github.com/fathomlondon/devlinks-bot" data-print-link
>devlinks-bot</a
>
</li>
<li>
<a
href="https://github.com/benoitgrelard/github-stars-tagger"
data-print-link
>github-stars-tagger</a
>
</li>
</ul>
</div>
<hr />
<div class="contain">
<h1>Personal</h1>
<ul class="icons-list">
<li>
<a href="https://github.com/benoitgrelard/recipe-book" data-print-link
>recipe-book</a
>
</li>
<li>
<a href="https://github.com/benoitgrelard/battle-royale" data-print-link
>battle-royale</a
>
</li>
</ul>
</div>
</body>
</html>