-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathresume.html
More file actions
53 lines (36 loc) · 1.25 KB
/
resume.html
File metadata and controls
53 lines (36 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link href="styles.css" rel="stylesheet" type="text/css">
<title>Lee Enck</title>
</head>
<body>
<header>
<h1>Resume</h1>
<nav>
<a href="index.html">About Me</a>
<a href="hobbies.html">Hobbies</a>
<a href="experience.html">Experience</a>
<a href="projects.html">Projects</a>
<a href="resume.html">Resume</a>
</nav>
</header>
<section class="resume">
<h2>My Resume</h2>
<a href="My Resume.docx">Click Here to download my resume</a>
</section>
<footer>
<div class="contact">
<a href="https://www.facebook.com/profile.php?id=100005528539165">
<img src="images/facebook.png" alt="facebook logo"></a>
<a href="https://www.instagram.com/lee_enck/">
<img src="images/instagram.png" alt="instagram logo"></a>
<a href="https://github.com/LeeEnck">
<img src="images/github-logo.png" alt="github logo"></a>
</div>
<p>Lee Enck ©2019</p>
<div class="icons">Icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel Perfect">Pixel Perfect</a> <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</footer>
</body>
</html>