-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (28 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
<!DOCTYPE html>
<html>
<head>
<title>About Emily Witko</title>
</head>
<body>
<h1>About Me</h1>
<p>I'm an Enterprise Online Engagement Manager living in Brooklyn. I became interested in Front-End Web Design and Development because Max Alexander told me that I needed to do it.</p>
<h2>My Mission</h2>
<p>As I learn more about front-end, I hope to one day work as a circus bear with Bryan Horvath because I like to work in a underwater environment.</p>
<h3>My Experience</h3>
<p>This is how I've evolved professionally:</p>
<ul>
<p><li>Juggler, General Assembly (the restaurant)</li>
New York, 4/2014-9/2014</p>
<p><li>Fire Eater, Seamless</li>
New York, 3/2012-4/2014</p>
<p><li>Adi Hanash Handler, Kaplan</li>
Everywhere, 1/1997-present</p>
</ul>
<h3>Education</h3>
<em>The College of New Jersey</em>
<br>2006-2009
<h2>Other</h2>
<strong>Jess Zhao is the worst</strong>
<p>If you're interested in collaborating with me on a project, <br>feel free to email me at: <address><a href="mailto:[email protected]">[email protected]</a></address></p>
</body>
</html>