-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (41 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>I am Oliver Beattie.</title>
<link rel="stylesheet" href="./static/style.less" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
<!--[if IE]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QM3T93BZYQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QM3T93BZYQ');
</script>
</head>
<body id="home">
<div id="container">
<div>
<img src="https://gravatar.com/avatar/acab65d674375c233a783d1aad163528?s=512" alt="Oliver Beattie" />
<div>
<h1>Hi, I'm <strong>Oliver Beattie</strong>.</h1>
<p id="intro">I build platforms for internet products, most recently <a href="https://monzo.com/">Monzo
Bank</a>. I'm now taking a break for a few months. ✌️</p>
<p id="actions">
<a href="mailto:[email protected]">[email protected]</a>
<span class="sep"></span>
<a href="https://twitter.com/obeattie" class="twitter-follow-button" data-show-count="false" data-size="large" data-dnt="true">@obeattie</a>
</p>
</div>
</div>
</div>
<script type="text/javascript">
window.onload = function() { document.body.classList.add('ready'); };
</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</body>
</html>