-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (38 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sally's Resume</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div style="margin:auto; width:400px;">
<h1>contact information</h1>
<img class="standardImg"
src=https://ia.media-imdb.com/images/M/MV5BMTY5NzE3NzU3MF5BMl5BanBnXkFtZTgwMjg0NTQ5MDE@._V1_UX214_CR0,0,214,317_AL_.jpg"
alt="There should have been an img here">
<p>Name: Sally Whitefield</p>
<p> Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone number: 0 133 2525</p>
</div>
<div class="education">
<h1>education</h1>
<ul>
<li>Went to DumbPeople Highschool</li>
<li>Graduated at Pokemon Gym Leaders University</li>
<li>Paid 20k to do a codebootcamp</li>
</ul>
</div>
<div class="jobhistory">
<h1>employment history</h1>
<ul>
<li>Worked 5 years at McDonalds making the best nuggies</li>
<p>Was resposible for the crunchiness and tastiness of all nuggies produced.</p>
<Li>Worked for 2 years at Cerulean Gym as a janitor</Li>
<p>Responsible for the cleanness of the changing rooms.</p>
<li>Currently working as disposable trainer you fight before the gym leader number 5 at Veridian Gym</li>
<p>Position requires to have a pokemon team of at most 2 members with really bad moveset and even worse
strat.</p>
</ul>
</div>
</body>
</html>