-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·123 lines (100 loc) · 4.64 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Ollie Monk - Senior Software Engineer</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="Ollie Monk Senior Software Engineer">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-90709650-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-90709650-2');
</script>
</head>
<body>
<div class="mw7-ns mv3 mv5-ns center ph3 ph4-ns">
<div class="cf">
<div class="fl w-100">
<div class="">
<h1 class="f1 mt0 mr3-ns">Ollie Monk</h1>
<h2 class="f2 mt0">Senior Software Engineer</h2>
</div>
<p class="lh-copy fl cl">
<a class="blue link dim" href="https://github.com/omonk">Check out some repos</a> 🤖
<br>
<a class="blue link dim" href="https://codepen.io/olliemonk/">Some CSS experiments</a> 🏂
<br>
<a class="blue link dim" href="https://twitter.com/ollie_monk/">Follow me on twitter</a> 🐦
</p>
</div>
<div class="fl w-100 w-60-ns pr4">
<h3 class="f3">Work</h3>
<h4 class="f4">
<a class="blue link dim" href="https://yld.io">Monk Development Ltd.</a>
</h4>
<h4 class="f4">Lead Software Engineer</h4>
<p>May 2019 - Current</p>
<p>Working with
<a href="https://www.yld.io" class="blue link dim" target="_blank">YLD</a> to manage delivery of their website project
</p>
<hr>
<h4 class="f4">
<a class="blue link dim" href="https://yld.io">YLD</a>
</h4>
<h4 class="f4">Software Engineer II</h4>
<p>March 2018 - May 2019</p>
<p>Working with
<a href="https://www.thetrainline.com" class="blue link dim" target="_blank">Trainline</a> and <a href="https://www.fye.com/" target="_blank" class="blue link dim">FYE</a>
</p>
<hr>
<h4 class="f4">
<a class="blue link dim" href="https://beamly.com">Beamly</a> - Software Engineer II
</h4>
<p>June 2016 - March 2018</p>
<hr>
<h4 class="f4">
<a class="blue link dim" href="https://www.tomandco.co.uk/">Tom and Co</a>
</h4>
<h4 class="f4">Frontend Developer</h4>
<p>February 2014 - June 2016</p>
</div>
<div class="fl w-100 w-40-ns">
<h3 class="f3">Things I ♥️ </br>
<small class="f6">(in no specific order)</small>
</h3>
<ul class="list pl0 lh-copy">
<li>NextJS</li>
<li>Typescript</li>
<li>Gatsby</li>
<li>Healthy git processes</li>
<li>Serverless</li>
<li>JAMstack</li>
<li>Wakeboarding</li>
<li>Netlify</li>
<li>React</li>
<li>Cycling</li>
<li>Lint on commit (w/ husky)</li>
<li>Redux</li>
<li>GraphQL w/ Apollo</li>
<li>Unit tests w/ Mocha/ava/Jest</li>
<li>NodeJS</li>
<li>Conflict free rebasing</li>
<li>Climbing</li>
<li>ExpressJS</li>
</ul>
</div>
<div class="fl w-100"><p>🎧 Have you found my headphones? Please <a class="blue link dim" href="mailto:headphones@olliemonk.com">email</a> me!</p></div>
</div>
</body>
</html>