-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (91 loc) · 2.98 KB
/
Copy pathindex.html
File metadata and controls
99 lines (91 loc) · 2.98 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Ian O'Neill | Software Engineer</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
(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-52247139-1', 'ianjamesoneill.com');
ga('send', 'pageview');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8JSM9GL9ZL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8JSM9GL9ZL');
</script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<style>
body {
font-family: 'Roboto', sans-serif;
}
.container {
padding: 1em;
}
.centred {
text-align: center;
}
@media (min-width: 575px) {
body {
width: 550px;
margin-left: auto;
margin-right: auto;
}
}
</style>
</head>
<body>
<div itemscope itemtype="http://schema.org/Person" class="container">
<div class="centred">
<h1 itemprop="name">Ian O'Neill</h1>
<h3 itemprop="jobTitle">Software Engineer</h3>
</div>
<p>
I am a Software Engineer based in
<span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="addressLocality">Leighton Buzzard</span>,
<span itemprop="addressRegion">Bedfordshire</span>,
<span itemprop="addressCountry">UK</span>.
</span>
</p>
<p>
My main experience is with Java, but I also use HTML/JavaScript/TypeScript and C/C++/Objective-C.
</p>
<p>
In
<span itemprop="alumniOf" itemscope itemtype="http://schema.org/OrganizationRole">
<span itemprop="startDate">2014</span>
I graduated with First Class Honours from
<span itemprop="alumniOf" itemscope itemtype="http://schema.org/CollegeOrUniversity">
<span itemprop="name">Imperial College London</span>,
<link itemprop="sameAs" href="http://www.imperial.ac.uk"/>
</span>
</span>
as a <span itemprop="award">Master of Engineering</span> in Computing.
</p>
<div>
<p>
<a href="https://www.linkedin.com/in/ianjoneill23" class="mdl-button mdl-js-button mdl-button--primary">
My LinkedIn Profile
</a>
</p>
<p>
<a href="https://github.com/ianjoneill" class="mdl-button mdl-js-button mdl-button--primary">
My GitHub Profile
</a>
</p>
<p>
<a href="https://stackoverflow.com/users/4063157/ianjoneill" class="mdl-button mdl-js-button mdl-button--primary">
My Stack Overflow Profile
</a>
</p>
</div>
</div>
</body>
</html>