-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (54 loc) · 3.5 KB
/
index.html
File metadata and controls
58 lines (54 loc) · 3.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Devon Moubry - Frontend Web Developer</title>
<link rel="stylesheet" href="main.css">
<!-- favicon files -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://devon.moubry.com/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://devon.moubry.com/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://devon.moubry.com/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://devon.moubry.com/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://devon.moubry.com/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://devon.moubry.com/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://devon.moubry.com/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://devon.moubry.com/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="https://devon.moubry.com/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="https://devon.moubry.com/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="https://devon.moubry.com/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://devon.moubry.com/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="https://devon.moubry.com/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="Devon Moubry - Front End Developer"/>
<meta name="msapplication-TileColor" content="#56DEE8" />
<meta name="msapplication-TileImage" content="https://devon.moubry.com/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="https://devon.moubry.com/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="https://devon.moubry.com/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="https://devon.moubry.com/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="https://devon.moubry.com/mstile-310x310.png" />
<script>
window.addEventListener('load', () => document.body.classList.remove('no-transition'));
</script>
</head>
<body class="no-transition">
<header>
<div class="header-container">
<h1 id="name">Devon Moubry</h1>
<h3 id="title">Frontend Web Developer</h3>
</div>
</header>
<main>
<div class="contact-container">
<a class="cta" href="Devon_Moubry_Resume_2023.pdf" target="_blank"><div>Download<br>Résumé</div></a>
<a class="cta" href="mailto:devon@moubry.com"><div>Email<br>Me</div></a>
</div>
</main>
<footer>
<ul class="project-links">
<li><a class="cta" href="https://github.com/devonmoubry" aria-label="link to Devon Moubry GitHub"><i class="fa fa-github fa-2x footer-link" aria-hidden="true"></i></a></li>
<li><a class="cta" href="https://www.linkedin.com/in/devonmoubry/" aria-label="link to Devon Moubry Linkedin"><i class="fa fa-linkedin fa-2x footer-link" aria-hidden="true"></i></a></li>
</ul>
</footer>
<script src="https://use.fontawesome.com/aaa33d6a21.js"></script>
</body>
</html>