-
Notifications
You must be signed in to change notification settings - Fork 0
/
batresume.html
62 lines (58 loc) · 1.75 KB
/
batresume.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
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
60
61
62
<!DOCTYPE html>
<html>
<head style="font-size:20px; color:black">
<title>Batman's resume</title>
<h1>The Batman</h1>
<p> 12 Gotham Street</p>
<p> Gotham, NY 12345</p>
<p> <a href="mailto:[email protected]?subject=You're%20Hired!&body=Congratulations%20Batman%0AYou're%20great">[email protected]</a></p>
<p> <a href="http://www.linkedin.com/pub/batman-bruce-wayne/31/751/432">LinkedIn</a> | <a href="https://twitter.com/TheBatman">Twitter</a></p>
<hr style="height:2px; color:black">
<section>
<h1>Professional Experience</h1>
<h2>The Batman</h2>
<p>May 1990 - Present</p>
<ul>
<li>Fought crime as a vigilante</li>
<li>Never killed a criminal</li>
<li>Had really cool gadgets</li>
</ul>
<h2>CEO at Wayne Industries</h2>
<p>March 1950 - Presnet</p>
<ul>
<li>Made multi-billion dollar corporation (inherited)</li>
<li>Successfully expanded business internationally</li>
<li>Made some enemies</li>
</ul>
<h2>Server at Ice-Cream Shop</h2>
<p>January 1901 - March 1950</p>
<ul>
<li>Served ice cream</li>
<li>Secretly ate ingredients</li>
<li>Made children happy</li>
</ul>
</section>
<hr style="height:2px; color:black">
<section>
<h1>Education</h1>
<h2>Vigilante Academy, Certificate | 1990</h2>
<ul>
<li> Learned martial arts, and how to never get caught (wear a mask)</li>
</ul>
<h2>Oxford University, MBA | 1949</h2>
<ul>
<li>Learned how to manage a multibillion dollar business (and inheritance laws)</li>
</ul>
</section>
<hr style="height:2px; color:black">
<section>
<h1>Interests</h1>
<ul>
<li>Fighting crime</li>
<li>Using one-liners on criminal masterminds</li>
<li>Black batsuits</li>
<li>Driving the batmobile</li>
</ul>
</section>
</body>
</html>