-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (44 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<title>benbru.com</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Distracted yorkshireman & software engineer">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="icon" id="favicon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAMUlEQVRYR+3QwQ0AAAgCMdh/aHULPyW5P2mTzPW2OkCAAAECBAgQIECAAAECBAh8CyywJyABJlvz9gAAAABJRU5ErkJggg==">
<link href="style/main.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<header>
<div class="group">
<span class="contact_icons">
<a href="https://github.com/benbrunton"><i class="fa fa-github"></i></a>
<a href="https://uk.linkedin.com/pub/ben-brunton/34/134/46b/"><i class="fa fa-linkedin-square"></i></a>
<a href="https://twitter.com/benbrunto"><i class="fa fa-twitter"></i></a>
</span>
<div class="clearfix"></div>
</div>
</header>
<footer>
<span class="rollover"><i class="fa fa-question-circle"></i></span>
<div class="hidden_panel">
<span class="info_wrapper">
<span class="info">© Ben Brunton 2018</span>
<span> • <a class="info" href="https://github.com">Hosted by Github <img src="style/images/GitHub-Mark-32px.png" height="16px"></a></span>
</span>
</div>
</footer>
<script src="js/favicon.js"></script>
<script>
/* global ga:false */
(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-57171523-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>