This repository was archived by the owner on Dec 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresume.html
More file actions
58 lines (48 loc) · 1.48 KB
/
resume.html
File metadata and controls
58 lines (48 loc) · 1.48 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
<html>
<head>
<title>My Resume</title>
<style>
</style>
</head>
<body>
<img src="photo.png">
<h1>Mark Watney</h1>
<h3>Botanist and Mechanical Engineer</h3>
<p>Contact me:</p>
<ul>
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
</ul>
<h2>Summary</h2>
<p>
Mark is a <span class="important">specialist for NASA</span> and currently assigned to the Ares 3 mission to Mars.
He has a track record of radical ingenuity and a never-say-die attitude.
He is a <span>good team player</span> (though he tends to insult them sometimes).
Mark can improvise creative solutions with nothing more than duct tape and water.
However, he tends to get left behind by his colleagues.
</p>
<h2>Experience</h2>
<p>NASA Engineer, 2031 - Present</p>
<ul>
<li class="important">Mars mission specialist.</li>
<li>Botanist researcher and extraterrestrial farmer.</li>
</ul>
<p>Botanist, 2028-2031</p>
<ul>
<li>Soil analyst.</li>
<li>Potato photosynthesis specialist.</li>
</ul>
<h2>Skills</h2>
<ul>
<li>Astronaut</li>
<li>Growing plants</li>
<li>Fixing computers</li>
<li>Driving Mars rovers</li>
</ul>
<h2 class="important">Education</h2>
<ul>
<li>PhD in Mechanical Engineering, Northwestern University, 2028</li>
<li>Masters of Science in Botany, Northwestern University, 2029</li>
</ul>
</body>
</html>