-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
107 lines (76 loc) · 4.54 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
<!DOCTYPE html>
<html><head>
<meta name="generator" content="Hugo 0.58.3" />
<title>
domgreen
</title>
<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="Dominic Green" />
<link rel="shortcut icon" type="image/x-icon" href="https://domgreen.com/img/favicon.ico">
<link rel="stylesheet" href="https://domgreen.com/style.min.a6cab246517742ad1189b209575fc61556550e663cdfe02a0aab0632b39e978b.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<meta property="og:title" content="domgreen" />
<meta property="og:description" content=" Software Engineer @ <a href="https://improbable.io">Improbable</a> | Organiser <a href="https://twitter.com/londongophers">London Gophers</a> & <a href="https://twitter.com/prometheusldn">Prometheus London</a>
" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://domgreen.com/" />
<meta property="og:updated_time" content="2019-11-19T17:15:20+01:00" />
<meta itemprop="name" content="domgreen">
<meta itemprop="description" content=" Software Engineer @ <a href="https://improbable.io">Improbable</a> | Organiser <a href="https://twitter.com/londongophers">London Gophers</a> & <a href="https://twitter.com/prometheusldn">Prometheus London</a>
">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="domgreen"/>
<meta name="twitter:description" content=" Software Engineer @ <a href="https://improbable.io">Improbable</a> | Organiser <a href="https://twitter.com/londongophers">London Gophers</a> & <a href="https://twitter.com/prometheusldn">Prometheus London</a>
"/>
<!--[if lte IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/classlist/1.1.20170427/classList.min.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/html5shiv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dest/respond.min.js"></script>
<![endif]-->
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-11599296-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body>
<div id="profileContainer">
<div id="profile">
<header>
<div class="avatar">
<img class="avatarMask" src="https://domgreen.com/img/domgreen.jpg" alt="avatar">
<img src="https://domgreen.com/img/avatar-border.svg" alt="avatar-border">
</div>
<h1 class="author">Dominic Green</h1>
</header>
<p>
Software Engineer @ <a href="https://improbable.io">Improbable</a> | Organiser <a href="https://twitter.com/londongophers">London Gophers</a> & <a href="https://twitter.com/prometheusldn">Prometheus London</a>
</p>
<nav>
<ul>
<li><a href="https://domgreen.com/blog/" aria-label="blog"><i class='fa fa-book-open fa-lg'></i><br></a></li>
<li><a href="https://twitter.com/domgreen" aria-label="twitter"><i class='fab fa-twitter fa-lg'></i><br></a></li>
<li><a href="https://www.linkedin.com/in/dominicgreen/" aria-label="LinkedIn"><i class='fab fa-linkedin fa-lg'></i><br></a></li>
<li><a href="https://www.dndbeyond.com/members/doomgreen" aria-label="danddbeyond"><i class='fas fa-dice-d20'></i><br></a></li>
<li><a href="https://github.com/domgreen" aria-label="github"><i class='fab fa-github fa-lg'></i><br></a></li>
<li><a href="mailto:[email protected]" aria-label="email"><i class='fa fa-envelope fa-lg'></i><br></a></li>
</ul>
</nav>
</div>
</div><footer>
<p>
© 2019 Dominic Green.
Powered by <a href="https://gohugo.io/">Hugo</a>
using the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
</p>
</footer>
</body>
</html>