-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
53 lines (45 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Steve Melrose - Web-based Software Engineer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
<link href="/assets/css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<img src="/assets/images/profile-picture.jpg" alt="Steve Melrose" />
<h1><a href="http://uk.linkedin.com/in/stephenmelrose/">Steve Melrose</a><br><span>Web-based Software Engineer</span></h1>
</header>
<section>
<h2>
I specialise in: <b>high-performance</b> and <b>high-availability</b> web-based software development for business-critical web applications;
<b>dev-ops and tooling</b>;
leading and managing engineering teams;
product definition and development;
and lots, lots more.
</h2>
<p class="email"><a href="mailto:me@stephenmelrose.co.uk">me@stephenmelrose.co.uk</a></p>
<ul>
<li><a href="http://uk.linkedin.com/in/stephenmelrose" class="linkedin" title="LinkedIn"><i></i></a></li>
<li><a href="https://twitter.com/StephenMelrose" class="twitter" title="Twitter"><i></i></a></li>
<li><a href="https://github.com/stephenmelrose" class="github" title="GitHub"><i></i></a></li>
</ul>
</section>
<footer>
<p>Melrose Digital Ltd is a company registered in England and Wales. Company No. 08987378, VAT No. 184630205</p>
</footer>
<script type="text/javascript">
window.scrollTo(0, 0);
(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-28942512-2', 'stephenmelrose.co.uk');
ga('send', 'pageview');
</script>
</body>
</html>