-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
152 lines (139 loc) · 5.83 KB
/
resume.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jessica Owens | Nice to meet you!</title>
<link rel=StyleSheet href="styles/normalize.css" type="text/css">
<link rel=StyleSheet href="styles/style.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato|Zilla+Slab|IM+Fell+Great+Primer" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="icon"
type="image/png"
href="media/logo.png">
</head>
<body class="override">
<div class="wrapper">
<header>
<h1><a href="index.html"> JO </a></h1>
<nav id="menu">
<ul>
<li><a href="resume.html"> Resume </a></li>
<li><a href="work-play.html"> Work/Play </a></li>
<li><a href="find-me.html"> Find Me </a></li>
</ul>
</nav>
</header>
<main>
<section class="intro">
<h1> Resume in brief</h1>
</section>
<section class="three-column">
<section class="left">
<h2>work</h2>
<hr>
<article>
<h3>snap, inc.</h3>
<h4>seattle wa</h4>
<p> Spring 2018. Software Engineering Intern on the Snapchat Communications product team.</p>
</article>
<h3>the weaving works</h3>
<h4>seattle wa</h4>
<p>2013 - 2017. Managing Director and Instructor at Seattle's (once) oldest yarn store.</p>
<p>2010 - 2013. Customer Service and Instructor.</p>
</article>
<article>
<h3>pull + fringe</h3>
<h4>seattle wa</h4>
<p>2010 - current. Principal of bespoke knitwear company.</p>
</article>
<article>
<h3>cns yarns</h3>
<h4>montreal qc</h4>
<p>2009- 2010. Research & Development lead and Office Manager of Commerical and Wholesale yarn manufacturing company.</p>
</article>
</section>
<section class="left">
<h2>study</h2>
<hr>
<article>
<h3>ada developers academy</h3>
<h4>seattle wa</h4>
<p>Intensive full stack web development including Ruby, Rails, HTML/CSS, and JavaScript.</p>
</article>
<article>
<h3>université de montréal</h3>
<h4>montreal qc</h4>
<p>B. Arch. with a focus on Computer Assisted Design.</p>
</article>
<article>
<h3>university of southern california</h3>
<h4>los angeles ca</h4>
<p>Studies in Mechanical and Systems Engineering. Deans List. Presidential Scholar. Teaching Assistant for Race and Class Education program.</p>
</article>
<article>
<h3>lakeside school</h3>
<h4>seattle wa</h4>
<p>High School Diploma. National Achievement Scholar. Honors student. Vice President of Lakeside Asian Pacific Student & Brotherhood/Sisterhood student groups. </p>
</article>
</section>
<section class="left">
<h2>life</h2>
<hr>
<article>
<h3>mat chess mma</h3>
<h4>seattle wa</h4>
<p>Learning the gentle art of Brazilian Jiu Jitsu, one roll at a time.</p>
</article>
<article>
<h3>nihon vogue</h3>
<h4>sammamish wa</h4>
<p>Advanced certificate program in knitwear design from Nihon Vogue (Vogue Japan) cultural program.</p>
</article>
<article>
<h3>haiti babi</h3>
<h4>seattle wa & cap haitienne ayiti</h4>
<p>Product design and technical training for a non-profit committed to helping sustain viable jobs for mothers in Haiti.</p>
</article>
<article>
<h3>path with art</h3>
<h4>seattle wa</h4>
<p>Fiber Arts Instructor for a non-profit committed to making the arts accessible to recovering and disadvantaged adults.</p>
</article>
</section>
<section class="left">
<ul>
<li>
<a href="media/ResumeForWeb.pdf" target="_blank"><i class="far fa-file-pdf"></i> </a> View Printable Resume in Full
</li>
</ul>
</section>
</section>
</main>
<footer class="override">
<aside class="quote-of-the-day">
<q><h3>Progress lies not in enhancing what is, but in advancing toward what will be.</h3></q>
<cite>- Khalil Gibran</cite>
<!-- Quote rotation on index.html load?
<q><h3>In the end, we will remember not the words of our enemies, but the silence of our friends.</h3></q>
<cite>- MLK Jr</cite>
<q><h3>Generosity is giving more than you can, and pride is taking more than you need.</h3></q>
<cite>- Khalil Gibran</cite>
<q><h3>I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind; yet, strange, I am ungratful to those teachers.</h3></q>
<cite>- Khalil Gibran</cite>
<q><h3>Life shrinks or expands in proportion to one's courage.</h3></q>
<cite>- Anais Nin</cite>
<q><h3>We don't see things as they are, we see them as we are.</h3></q>
<cite>- Anais Nin</cite> -->
</aside>
<h4 id="copyright"> Copyright © 2017-2018 All Rights Reserved</h4>
<nav>
<ul id="icons">
<li><a href="https://github.com/vertige"> <i class="fa fa-github"></i> </a></li>
<li><a href="https://www.linkedin.com/in/jessica-owens-vertige"> <i class="fa fa-linkedin"></i> </a> </li>
<li><a href="mailto:[email protected]"> <i class="fa fa-envelope-o"></i> </a> </li>
</ul>
</nav>
</footer>
</div> <!-- wrapper -->
</body>
</html>