-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (100 loc) · 3.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="HandheldFriendly" content="True" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scable=0"
/>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<title>Ollie Jennings</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link
href="http://fonts.googleapis.com/css?family=Muli:400,400italic|Montserrat:400,700"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="/assets/css/olliejennings.css" />
</head>
<body>
<section class="mainContent clearfix">
<div class="box below">
<img class="logo" src="/assets/img/logo.png" />
<p class="logoText">
Executive Director at Goldman Sachs, building FICC trading
platforms.
</p>
</div>
<div class="box below">
<p class="sideText">Writing</p>
<div class="sideContents">
<a
href="https://medium.com/@olliejennings/https-in-nodejs-2ffb6261cf01"
><img src="/assets/img/httpsinnodejs.png" class="image"
/></a>
</div>
</div>
<div class="box below">
<p class="sideText">Side projects</p>
<div class="sideContents">
<a href="https://hydal.xyz"
><img
src="https://assets.hydal.xyz/favicons/qkY8w1IxqN-192.png"
alt="Hydal"
class="image"
/></a>
</div>
</div>
<div class="box below">
<p class="sideText">ME</p>
<div class="sideContents">
<p class="text">[email protected]</p>
<p class="text">
<a href="https://twitter.com/olliejennings">@olliejennings</a>
</p>
<p class="text">
<a href="https://github.com/olliejennings">Coding @ Github</a>
</p>
<p class="text">
<a href="https://www.linkedin.com/pub/oliver-jennings/59/109/142"
>Professional @ LinkedIn</a
>
</p>
<p class="text">
<a href="https://plus.google.com/u/0/+OllieJennings/"
>Ghost @ Google+</a
>
</p>
</div>
</div>
</section>
<script>
// Tracking code
(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-23597150-5", "auto");
ga("send", "pageview");
</script>
</body>
</html>