-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (40 loc) · 1.08 KB
/
index.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
<!doctype html>
<html>
<head>
<title>Batman: the Dark Knight</title>
</head>
<body>
<h1>BATMAN</h1>
<h3>[email protected]</h3>
<img src="assets/headshot.png">
<h2>Education</h2>
<hr>
<h3>Gotham University</h3>
<p>Gotham</p>
<p>Bachelor of Science, Criminal Justice</p>
<p>Bachelor of the Arts, Vigilantism</p>
<p>Minor is quietly sneaking around</p>
<h2>Work Experience</h2>
<hr>
<h3>Crime Fighter</h3>
<em>20 years</em>
<ul>
<li>Saved city from being blown up, multiple times</li>
<li>Patrolled streets on a nightly basis to help clean up street crime</li>
</ul>
<h3>President, Wayne Industries</h3>
<em>5 years</em>
<ul>
<li>Generally, ballin.</li>
</ul>
<h2>Skils & Interests</h2>
<hr>
<h3>Hanging upside down</h3>
<p>Spends almost every night hanging down from a ledge somewhere.</p>
<h3>Various forms of hand to hand combat</h3>
<p>Eff shit up on a regular basis, yo</p>
<h3>Voice acting</h3>
<p>Successfully impersonates "scary" individual</p>
<img src="assets/batmanSymbol.png" width="300">
</body>
</html>