-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (47 loc) · 1.99 KB
/
Copy pathindex.html
File metadata and controls
48 lines (47 loc) · 1.99 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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="styles/reset.css">
<link rel="stylesheet" type="text/css" href="styles/grid.css">
<link rel="stylesheet" type="text/css" href="styles/main.css">
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<title>Edgar Dewsbery</title>
<meta name="Description" content="Edgar Dewsbery, Full Stack web developer based in London. Graduate of Founders and Coders, obsessed with Javascript." />
</head>
<body>
<main class="page-content">
<section class="section-hero flex flex-column flex-centered">
<header class="section-header typewriter large-8 small-11">
<h1>
<span>
Hi, I'm Edgar.
</span>
<br />
<span>
I'm a full-stack web-developer based in Bristol.
Graduate of Founders & Coders, obsessed with Javascript.
</span>
</h1>
</header>
</section>
<footer class="section-footer flex flex-column flex-centered">
<h2 class="section-header">Get in touch</h2>
<p class="contact-details">edewsbery[at]gmail.com</p>
<div class="footer-button-row flex flex-row flex-centered">
<a href="https://github.com/edgarfinn" target="_blank" class="contact-button flex flex-centered">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/vibeconsultant" target="_blank" class="contact-button flex flex-centered">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/edgar-dewsbery-28769b14a/" target="_blank" class="contact-button flex flex-centered">
<i class="fa fa-linkedin-square" aria-hidden="true"></i>
</a>
</div>
</footer>
</main>
</body>
</html>