forked from mnjul/html-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
366 lines (331 loc) · 13.1 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!DOCTYPE html>
<!--
R. ALLEN SNIDER’S RESUME, LAST REVISED: Autumn - minor revision December 2021
SAY HI: [[email protected]]
DEV’S NOTE: I’ve put in a plethora of comments and plenty of white-space,
to aid readability and in hopes they might be useful for beginners
(Or anyone! Who knows what you might learn from documentation?).
THANKS to mnjul for the original template.
VISIT [https://github.com/rallensnider/html-resume] for more.
PROTIP: Be sure to turn on "Print backgrounds" for the full effect.
-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Allen Snider’s Résumé ([email protected])</title>
<!-- RESET: Include a local copy of normalize.css (this resets all stylesheets) -->
<link rel="stylesheet" type="text/css" href="dep/normalize.css/normalize.css" />
<!-- TYPOGRAPHY: Import some fonts from Google (namely, Open Sans and Source Code Pro) -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Source+Code+Pro&display=swap" rel="stylesheet">
<!-- ICONS: Include a local copy of Font Awesome 5 Free (as a minimized css file) -->
<link rel="stylesheet" type="text/css" href="dep/Font-Awesome/css/all.min.css" />
<!-- STYLING: My own layout style details are defined in style.css -->
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<!-- English language version -->
<body lang="en">
<!-- MAIN CONTENT-->
<main id="main">
<!-- HEADER -->
<header id="title">
<!-- TITLE -->
<h1 id="name">Allen Snider</h1>
<!-- SUBTITLE -->
<span class="subtitle">design, language, empathy</span>
</header>
<!-- OBJECTIVE -->
<section id="objective" class="main-block concise">
<h2>
<i class="fas fa-flag-checkered"></i>
Objective
</h2>
<section class="blocks">
<p id="objectives" class="details">
Seeking engaging work that helps clients, drives
results, handles ambiguity, implements
innovation <span class="fancy">&</span> serves people.
</p>
</section>
</section>
<!-- EMPLOYMENT -->
<section id="employment" class="main-block concise">
<h2>
<i class="fas fa-suitcase"></i>
Relevant Employment
</h2>
<!-- Mirrored Lamp Founder and Designer -->
<section class="blocks">
<div class="dates">
<span class="end-date">Present</span> <span class="start-date">07/2017</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Founder <span class="fancy">&</span> Designer</h3>
<span class="organization">Mirrored Lamp Interactive</span>
<span class="location">Rainier, OR</span>
</header>
<div class="items">
<ul>
<li>Built custom WordPress site with 1200+ total visitors <span class="fancy">&</span> 68 average monthly views, <a href="https://goldroomsalon.com" target="_blank" rel="noopener">Gold Room Salon</a></li>
<li>Consulted on social media strategy, edited Square <span class="fancy">&</span> Etsy product listings for <a href="https://woodlandteatime.com" target="_blank" rel="noopener">Woodland Teatime</a></li>
</ul>
</div>
</div>
</section>
<!-- Safeway Deli Clerk -->
<section class="blocks">
<div class="dates">
<span class="end-date">05/2020</span> <span class="start-date">01/2020</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Service Deli Clerk</h3>
<span class="organization">Safeway</span>
<span class="location">Seaside, OR</span>
</header>
<div class="items">
<ul>
<li>Worked as part of a 12 member team, trained new hire, performed daily closing duties </li>
<li>Pivoted between 8+ stations including POS, hot <span class="fancy">&</span> cold cases, food prep. </li>
</ul>
</div>
</div>
</section>
<!-- Amazon Fresh Fulfillment Center Associate -->
<section class="blocks">
<div class="dates">
<span class="end-date">11/2019</span> <span class="start-date">10/2018</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Fulfillment Center Associate</h3>
<span class="organization">Amazon Fresh</span>
<span class="location">Kent, WA</span>
</header>
<div class="items">
<ul>
<li>Trained 12+ new associates, presented at Lean management gemba meetings, adopted light IT tasks </li>
<li>Received 1000+ grocery items above daily KPIs through 7 temperature zones using scanners <span class="fancy">&</span> voice interface </li>
</ul>
</div>
</div>
</section>
<!-- Nearsighted Narwhal Salesclerk -->
<section class="blocks">
<div class="dates">
<span class="end-date">11/2019</span> <span class="start-date">05/2018</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Salesclerk</h3>
<span class="organization">Nearsighted Narwhal on 6th</span>
<span class="location">Tacoma, WA</span>
</header>
<div class="items">
<ul>
<li>Created new product entries, edited existing inventory, processed payments with Square </li>
<li>Built relationships between local artists <span class="fancy">&</span> customers </li>
</ul>
</div>
</div>
</section>
<!-- Earth Economics Internship -->
<section class="blocks">
<div class="dates">
<span class="end-date">07/2017</span> <span class="start-date">10/2015</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>UX Design <span class="fancy">&</span> QA Intern</h3>
<span class="organization">Earth Economics</span>
<span class="location">Tacoma, WA</span>
</header>
<div class="items">
<ul>
<li>Tested complex mission-critical web application, the Ecosystem Valuation Toolkit, through multiple agile sprints </li>
<li>Produced UX design deliverables, including UI mockups <span class="fancy">&</span> whiteboard sessions </li>
</ul>
</div>
</div>
</section>
</section>
<!-- EDUCATION -->
<section id="education" class="main-block concise">
<h2>
<i class="fas fa-graduation-cap"></i>
Educational Experiences
</h2>
<!-- UW MSIM Capstone -->
<section class="blocks">
<div class="dates">
<span class="end-date">2017</span> <span class="start-date">2015</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Master of Sciences capstone, Information Management</h3>
<span class="organization">Information School, University of Washington</span>
<span class="location">Seattle, WA</span>
</header>
<div class="items">
<ul>
<li>UX design for Service Award winner <a href="https://ischool.uw.edu/capstone/projects/2017/captikl" target="_blank" rel="noopener">Captikwl</a>, helping teach the indigenous Okanagan language </li>
</ul>
</div>
</div>
</section>
<!-- UGA MA Candidate -->
<section class="blocks">
<div class="dates">
<span class="end-date">2015</span> <span class="start-date">2013</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Master of Arts all-but-thesis, Classical Languages</h3>
<span class="organization">Graduate School, University of Georgia</span>
<span class="location">Athens, GA</span>
</header>
<div class="items">
<ul>
<li>Taught for the Franklin College Writing Intensive Program <span class="fancy">&</span> one of the largest Latin departments in the U.S. </li>
</ul>
</div>
</div>
</section>
<!-- UW BA Degree -->
<section class="blocks">
<div class="dates">
<span class="end-date">2013</span> <span class="start-date">2010</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>Bachelor of Arts with Honors, Classics</h3>
<span class="organization">College of Arts <span class="fancy">&</span> Sciences, University of Washington</span>
<span class="location">Seattle, WA</span>
</header>
<div class="items"><ul></ul></div>
</div>
</section>
<!-- MHS Diploma -->
<section class="blocks">
<div class="dates">
<span class="end-date">2004</span> <span class="start-date">2000</span>
</div>
<div class="decorator">
</div>
<div class="details">
<header>
<h3>High School Diploma with Honors</h3>
<span class="organization">Milwaukie High School</span>
<span class="location">Milwaukie, OR</span>
</header>
<div class="items"><ul></ul></div>
</div>
</section>
</section>
<!-- SKILLS -->
<section id="skills" class="main-block concise">
<h2>
<i class="fas fa-toolbox"></i>
Selected Skills
</h2>
<section class="blocks">
<div class="details">
<div>
<ul>
<li>Design <span class="fancy">&</span> development software: iOS, Office, iWork, Photoshop, Xcode, HTML, CSS, Javascript, React, Ruby on Rails, Swift, vim </li>
<li>Research, editing, writing, linguistics, education, teaching, tutoring, public speaking, presenting, critical thinking </li>
<li>Information architecture, human-centered design, ideation, taxonomy, sketching, mapping, sorting, personas, scenarios, prototyping, troubleshooting, usability, storyboarding, wireframes, color, typography </li>
<li>Remote, in-office <span class="fancy">&</span> hybrid collaboration using Skype, Slack, Jira, SharePoint, Google Docs, git </li>
<li>Creating purchase orders <span class="fancy">&</span> shipping labels, generating barcodes using professional printers </li>
<li>Data entry, transcription, collection, verification, digitizing, archiving, visualization, SQL, JSON, XML </li>
<li>Cashiering, food handling, warehouse safety <span class="fancy">&</span> operations, lifting 40+ lbs. </li>
<li>Organic farming, permaculture, small woodlot management, gardening </li>
</ul>
</div>
</div>
</section>
</section>
</main>
<!-- SIDEBAR -->
<aside id="sidebar">
<!-- CONTACT INFO -->
<div class="side-block" id="contact">
<h2>
Getting in Contact
</h2>
<ul>
<!-- Website link -->
<li>
<i class="fas fa-drafting-compass"></i>
<a href="https://allensnider.com/" target="_blank" rel="noopener">allensnider.com</a>
</li>
<!-- LinkedIn link -->
<li>
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/rallensnider" target="_blank" rel="noopener">in/rallensnider</a>
</li>
<!-- Email Address -->
<li>
<i class="fas fa-inbox"></i>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<!-- Primary Phone Number -->
<li>
<i class="fas fa-mobile-alt"></i>
<a href="tel:+1(503)752-3674">503-752-3674</a>
</li>
<!-- Current Location -->
<li>
<i class="fas fa-map-pin"></i>
Clatskanie, OR, USA
</li>
<!-- Mailing Address -->
<li>
<i class="fas fa-envelope-open"></i>
PO Box 712<br />
<div class="after-break">Rainier, OR 97048</div>
</li>
</ul>
</div>
<!-- ABOUT BLOCK -->
<div class="side-block" id="about">
<p>Allen is a lifelong learner with expertise in multiple domains <span class="fancy">&</span> a passion for building accessible projects that have real impact. </p>
</div>
<!-- IDEA: add presentations? -->
<!-- IDEA: add languages? -->
<!-- IDEA: add awards & honors? -->
<!-- COLOPHON -->
<div class="side-block" id="colophon">
<!-- Quotation -->
<p><q>Patience is a necessary ingredient of genius</q> — Disraeli [1832] </p>
<!-- Github link -->
<p>This résumé was typeset by me using HTML <span class="fancy">&</span> CSS —
see <a href="https://tinyurl.com/gitAllensResume" target="_blank" rel="noopener">tinyurl.com/gitAllensResume</a> </p>
<!-- Last Revision Date -->
<p>Last revised — 🍂 2021 - Dec. </p>
</div>
<!-- IDEA: Add dark / light -mode toggle? -->
</aside>
<br />
</body>
</html>