-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsallystudentresume.html
39 lines (32 loc) · 1.04 KB
/
sallystudentresume.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="sallystudentresume.css">
<title>Sally Student's Resume </title>
</head>
<body>
<main>
<section>
<header>
<h1> Contact Info </h1>
<h2> Sally Student * <a href="mailto: [email protected]">[email protected]</a> * (510)-444-4444 </h2>
</header>
<img src="http://ia.media-imdb.com/images/M/MV5BMTY5NzE3NzU3MF5BMl5BanBnXkFtZTgwMjg0NTQ5MDE@._V1_UX214_CR0,0,214,317_AL_.jpg" alt="Sally's professional picture">
</section>
<section>
<h2>Education</h2>
<ul>
<li>New York University, B.A. Theater</li>
<li>School of Hard Knocks, M.A. Fine Arts</li>
</ul>
</section>
<section>
<h2>Professional Experience</h2>
<ul>
<li>Saturday Night Live, <em>Errand Lady,</em> June-September 2006: Ran miscellaneous errands for production </li>
<li>Broad City, <em>Main Co-Lead,</em> August 2014-Present: Co-star & co-write for show </li>
</ul>
</section>
</body>
</main>
</html>