-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
34 lines (30 loc) · 1.42 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Michael Paul Hayden</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale= 1.0">
<meta name="keywords" content="michael paul hayden, michaelpaulhayden, mphayden, software, programming, career, professional, computers, geek, tech, technology, personal.">
<meta name="description" content="A inspired and passionate software engineer.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href="index.html" id="home">Michael Paul Hayden</a>
<hr>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</header>
<main>
<h3 id="page-header">Contact Info</h3>
<hr>
<div id="contact-links">
<h4>RESUME : <a href="pdf/Michael_Paul_Hayden.pdf" target="_blank">Download PDF</a></h4>
<h4>EMAIL : <a href="mailto:[email protected]" target="_blank">[email protected]</a></h4>
<h4>GITHUB : <a href="https://github.com/mphayden" target="_blank">mphayden</a></h4>
<h4>LINKEDIN: <a href="https://www.linkedin.com/in/michael-hayden-42674279/" target="_blank">michael-hayden-42674279</a></h4>
</div>
</main>
</body>
</html>