-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (43 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>David Elliott - Technical Architect</title>
<meta name="description"
content="David Elliott - AWS Certified Technical Architect, specialist in cloud platforms and migrations">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link href="css/normalize.css" rel="stylesheet" media="all">
<link href="css/styles.css" rel="stylesheet" media="all">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!--[if lt IE 9]><script src="js/html5shiv-printshiv.js" media="all"></script><![endif]-->
</head>
<body>
<!--
____ _ _ _____ _ _ _ _ _ ____ _
| _ \ __ ___ _(_) __| | | ____| | (_) ___ | |_| |_ | _ \ _____ _____| | ___ _ __ ___ _ __
| | | |/ _` \ \ / / |/ _` | | _| | | | |/ _ \| __| __| _____ | | | |/ _ \ \ / / _ \ |/ _ \| '_ \ / _ \ '__|
| |_| | (_| |\ V /| | (_| | | |___| | | | (_) | |_| |_ |_____| | |_| | __/\ V / __/ | (_) | |_) | __/ |
|____/ \__,_| \_/ |_|\__,_| |_____|_|_|_|\___/ \__|\__| |____/ \___| \_/ \___|_|\___/| .__/ \___|_|
|_|
Hey! Checking out my code eh? ;) Well I'm mainly a backend and webops developer, so for better code examples check out my work
on open source repositories in GitHub (link below). But when it comes to frontend, I like to keep things clean, simple and accessible :)
-->
<header>
<h1>DAVID ELLIOTT - TECHNICAL ARCHITECT</h1>
</header>
<div class="wrap">
<main role="main">
<h2>I'm a Technical Architect and Cloud Engineer, AWS Certified</h2>
<h2>Currently building an organisation wide cloud platform for migrating legacy applications</h2>
</main>
</div>
<footer>
<p>
<a href="mailto:[email protected]">EMAIL</a> |
<a href="https://github.com/davidkelliott">GITHUB</a> |
<a href="http://www.linkedin.com/pub/david-elliott/43/117/19b">LINKEDIN</a> |
<a href="http://twitter.com/dk_elliott">TWITTER</a>
</p>
</footer>
</body>
</html>