forked from code-differently/RR-JS-HTML-Resume
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (48 loc) · 1.97 KB
/
index.html
File metadata and controls
59 lines (48 loc) · 1.97 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
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="images/portrait.jpg"alt="Image of a handsome boy" style="width:25%;height25%" class="center">
<h1>Justin Haase</h1>
</header>
<section id="Objective">
<h2>Objective</h2>
<p>To obtain employment in field of web development? To create something beautiful. To boldly go where no one has gone before.</p>
</section>
<section id="Work Experience">
<h2>Work Experience</h2>
<li>Executive Referral Manager, Mercedes-Benz USA, LLC 2007 - 2018</li>
<li>Customer Assistance Representative, Mercedes-Benz USA, LLC 2003 - 2007</li>
</section>
<section id="Education">
<h2>Education</h2>
<li>Bachelor of Fine Arts, William Paterson University 2010</li>
<li>Programming (HTML, CSS, JavaScript), Code Differently 2020</li>
</section>
<section id="Skills">
<h2>Skills</h2>
<li>Programming in HTML, CSS, & JavaScript</li>
<li>Proficiency in Microsoft Office Suite, Adobe Photoshop, Adobe Illustrator, & Adobe Premiere</li>
</section>
<footer>
<ul>Find me on Linkedin</ul>
<ul><a href="https://www.linkedin.com/"><img src="images/LI_icon.png"alt="https://www.linkedin.com/JustinRHaase" style="width:40px;height: 40px"></a></ul>
<ul>Send me an email</ul>
<ul><a href="mailto:JustinRHaase@gmail.com"><img src="images/Gmail_icon.png"alt="JustinRHaase@gmail.com" style="width:40px;height: 40px"></a></ul>
</footer>
</body>
</html>
<!-- Name
Objective (3 sentence minimun)
Work Experience (no less than 2 previous/present jobs)
Education
Skills (3 skills minimum)
LinkedIn Profile Address
Profile Image
Any awards and/or certificates if applicable -->