-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
596 lines (450 loc) · 19.9 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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
<!DOCTYPE html>
<html>
<head>
<title>Timothy Armstrong's Résumé</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
/* RESET */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
.page {
}
.page ol, .page ul {
list-style: none;
}
.page h1, .page h2, .page h3, .page ul,
.page li, .page hgroup, .page section {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* STYLING */
body {
padding:25px;
background:#ddd;
}
.page a {
color:black;
text-decoration:none;
}
.page a:hover {
text-decoration:underline;
}
.page {
font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
font-size:12px;
line-height:20px;
position: relative;
width: 700px;
padding: 50px;
margin: 0 auto 30px;
background-color: #fff;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.page:before, .page:after {
position: absolute;
width: 40%;
height: 10px;
content: ' ';
left: 12px;
bottom: 12px;
background: transparent;
-webkit-transform: skew(-5deg) rotate(-5deg);
-moz-transform: skew(-5deg) rotate(-5deg);
-ms-transform: skew(-5deg) rotate(-5deg);
-o-transform: skew(-5deg) rotate(-5deg);
transform: skew(-5deg) rotate(-5deg);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
z-index: -1;
}
.page:after {
left: auto;
right: 12px;
-webkit-transform: skew(5deg) rotate(5deg);
-moz-transform: skew(5deg) rotate(5deg);
-ms-transform: skew(5deg) rotate(5deg);
-o-transform: skew(5deg) rotate(5deg);
transform: skew(5deg) rotate(5deg);
}
/* OVERRIDE THE STYLES FOR PRINTING */
@media print {
body {
background:white;
padding:0;
}
.page {
page-break-after:always;
width:auto;
padding:0;
margin:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
.page:after, .page:before {
content:normal;
position:static;
display:inline;
}
}
.page .my_address {
text-align:right;
}
.page p {
text-indent:30px;
}
.page p.noindent {
text-indent:0;
}
.page header hgroup {
text-align:center;
border-bottom:1px solid black;
padding-bottom:10px;
}
.page h1 {
font-size:25px;
font-weight:bold;
text-shadow:transparent 0 0 1px;
margin-bottom:10px;
}
.page hgroup h2 {
font-size:15px;
font-weight:bold;
}
.page section {
padding:15px 0 0px 20px;
}
.page section h2 {
font-size:20px;
font-weight:bold;
font-variant:small-caps;
margin-left:-20px;
border-bottom:1px dotted black;
padding-bottom:2px;
margin-bottom:5px;
}
.page section .item {
padding-bottom:30px;
}
.page section .item:last-child {
padding-bottom:0px;
}
.page section hgroup {
margin-bottom:5px;
}
.page section hgroup:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.page section hgroup div.primary {
float:left;
}
.page section hgroup div.secondary {
float:right;
text-align:right;
}
.page section hgroup h3 {
font-weight:bold;
}
.page section hgroup h3 + h3 {
font-weight:normal;
font-style:italic;
}
.page ul {
clear:both;
padding-left:20px;
}
.page ul li {
list-style:disc;
}
.page ul li ul li {
list-style:circle;
}
/* Making printing nicer */
#education {
page-break-before:always;
}
</style>
</head>
<body>
<!--
<div class="page">
<div class="my_address">
Timothy Armstrong<br />
100 Chieftain Crescent<br />
Barrie, Ontario<br />
L4N 6J3 Canada<br />
</div>
<div class="recipient_address">
</div>
<p class="noindent">May 17th, 2011</p>
<p class="noindent">Dear Recruiter:</p>
<p class="noindent">Regards,</p>
<p class="noindent">Timothy Armstrong</p>
</div>
-->
<div class="page">
<header>
<hgroup>
<h1>Timothy Armstrong</h1>
<h2>4A Software Engineering</h2>
<h2>
<a href="mailto:[email protected]">[email protected]</a> •
226-789-3431
</h2>
<h2>
<a href="http://timothy-armstrong.com">timothy-armstrong.com</a> •
<a href="http://github.com/timothyarmstrong">github.com/timothyarmstrong</a>
</h2>
</hgroup>
</header>
<section id="skills">
<h2>Skills Summary</h2>
<ul>
<li>Strong technical skills, developed through building web applications during three work terms at a large tech company and two work terms at a small start-up company.</li>
<li>Terrific initiative, developed through years of learning about new technologies and building personal projects to improve technical skills.</li>
<li>Great interpersonal skills, developed through interacting with developers in a Developer Relations role and through four years working in a customer service position.</li>
<li>Expert leadership skills, developed through two years planning and making decisions on the executive level of high school student council.</li>
<li>Independent worker, excellent at following instructions and working without supervision, developed through both academic and workplace experience.</li>
</ul>
</section>
<section id="core_technical_skills">
<h2>Core Technical Skills</h2>
<ul>
<li>Web Technologies:
<ul>
<li>JavaScript — Proficient with jQuery, Closure, Backbone.js, and other libraries. Familiar with multiple approaches to optimize performance of large applications. Experienced in debugging with Chrome Developer Tools and Firebug.</li>
<li>Dart — Proficient in building web applications with Dart and Dart's Web UI framework.</li>
<li>PHP5 — Experience with MVC frameworks, particularly CodeIgniter and CakePHP.</li>
<li>HTML5 — Have previously built web applications using canvas, geolocation, local storage, caching, and video.</li>
<li>CSS3 — Proficient with recreating any design using CSS. In-depth experience designing for desktop and mobile WebKit browsers using the newest features of CSS.</li>
<li>SQL — Strong understanding of building data-driven applications while protecting against SQL injection attacks.</li>
</ul>
</li>
<li>Programming Languages: C, C++; working knowledge of Lisp, MIPS Assembly, Java, and Python.</li>
<li>Operating Systems: Proficient with Mac OS X, Microsoft Windows, and Ubuntu Linux.</li>
<!--<li>Application Software: Proficient with Microsoft Office Suite; working knowledge of Eclipse and Adobe Suite</li>-->
<li>Project Management: Agile development using Pivotal Tracker; Basecamp.</li>
<li>Version Control: Git, SVN; working knowledge of Perforce.</li>
</ul>
</section>
<section id="technical_experience">
<h2>Technical Work Experience</h2>
<div class="item">
<hgroup class="titles">
<div class="primary">
<h3>Google</h3>
<h3>Software Engineer (intern)</h3>
</div>
<div class="secondary">
<h3>Mountain View, California, USA</h3>
<h3>January 2013 – April 2013</h3>
</div>
</hgroup>
<ul>
<li>Worked as a member of the Dart team, building open source tools and promoting the use of the Dart language.</li>
<li>Co-ordinated collaboration with internal teams and external developers to build a client library generator for Dart for interacting with Google's APIs.</li>
<li>Developed and maintained a Dart plugin for the Sublime Text editor, providing syntax highlighting, integration with core Dart tools, and real-time Dart syntax analysis.</li>
<li>Built Dart syntax highlighters for the Google Code Prettify library (used on Google Code, Stack Overflow, and many other websites) and for Pygments (used on GitHub).</li>
<li>Spoke on behalf of the Dart team at HTML5DevConf, the largest HTML5 developer conference in the world. Also gave several presentations about Dart to startups visiting Google.</li>
</ul>
</div>
<div class="item">
<hgroup class="titles">
<div class="primary">
<h3>Google</h3>
<h3>Software Engineer (intern)</h3>
</div>
<div class="secondary">
<h3>Mountain View, California, USA</h3>
<h3>May 2012 – August 2012</h3>
</div>
</hgroup>
<ul>
<li>Worked on the Google+ Stream, implementing features on the home page of a product with 100M monthly active users.</li>
<li>Contributed to a major product integration between Google+ and another Google property, implementing both functionality and components of the interface.</li>
<li>Gave presentations to both small and large groups to communicate the technical details of new features.</li>
<li>Planned and performed a large refactoring of an existing feature, eliminating complexity and making it much easier to maintain and extend in the future.</li>
<li>Attended technical classes to broaden knowledge of forthcoming web technologies.</li>
</ul>
</div>
<div class="item">
<hgroup class="titles">
<div class="primary">
<h3>Google</h3>
<h3>Software Engineer (intern)</h3>
</div>
<div class="secondary">
<h3>Kitchener, Ontario, Canada</h3>
<h3>September 2011 – December 2011</h3>
</div>
</hgroup>
<ul>
<li>Implemented features in the mobile web application for Google+, a product with millions of users.</li>
<li>Improved testing infrastructure, automating unit and integration tests for every build; lead by example to help the team dramatically increase test coverage in the codebase; provided regular reports on test coverage.</li>
<li>Coordinated a week-long event with the team's developers to improve test coverage; gave a presentaton with the technical details of the new test infrastructure and provided personal coaching.</li>
<li>Improved team's release engineering practices by automating an internal build of the application for testing.</li>
<li>Collaborated with other teams in different offices around the world to learn more about development practices.</li>
</ul>
</div>
<div class="item">
<hgroup class="titles">
<div class="primary">
<h3>5Touch Solutions Inc.</h3>
<h3>Web and Mobile Application Developer</h3>
</div>
<div class="secondary">
<h3>Toronto, Ontario, Canada</h3>
<h3>January 2011 – April 2011</h3>
</div>
</hgroup>
<ul>
<li>Responsible for monitoring performance, maintaining, and adding features to the company's mobile web application which received tens of thousands of pageviews every week.</li>
<li>Created a new version of the mobile web application for iOS and Android mobile browsers, utilizing new features in HTML5, CSS3, and JavaScript.</li>
<li>Designed and implemented a gaming layer on top of the existing application allowing users to check-in to exhibitor locations at tradeshows and compete for points by answering questions.</li>
<li>Built a REST API for the company's internal data system as well as a JavaScript plugin which uses this API so that clients can integrate data stored on the company's website with their own website.</li>
</ul>
</div>
<div class="item">
<hgroup class="titles">
<div class="primary">
<h3>5Touch Solutions Inc.</h3>
<h3>Web and Mobile Application Developer</h3>
</div>
<div class="secondary">
<h3>Toronto, Ontario, Canada</h3>
<h3>May 2010 – August 2010</h3>
</div>
</hgroup>
<ul>
<li>Created company's scalable and dynamic mobile web application based on an original proof-of-concept version.</li>
<li>Responsible for coordinating testing of the mobile web application across many mobile devices.</li>
<li>Built a content management system which allowed for easy entry of data by clients for use in the mobile web application.</li>
<li>Created a live feedback system for the mobile web application which allowed users to answer questions with the results graphed live using the Google Charts API.</li>
<li>Integrated content manager with Facebook and Twitter.</li>
</ul>
</div>
</section>
<section id="education">
<h2>Education</h2>
<div class="item">
<hgroup class="titles">
<div class="primary">
<h3>University of Waterloo</h3>
<h3>Candidate for Bachelor of Software Engineering</h3>
</div>
<div class="secondary">
<h3>Waterloo, Ontario</h3>
<h3>September 2009 – present</h3>
</div>
</hgroup>
<ul>
<li>Relevant projects:
<ul>
<li>Created a compiler for a subset of the C language. Implemented a scanner, lexer, parser, linker, and assembler in C and Java which generated MIPS assembly from original source code.</li>
<!--<li>Developed a calculator using Coldfire assembly which interfaced with serial and parallel hardware connected to the Coldfire board for input and output.</li>-->
<li>Developed an operating system written in C and ARM assembly which ran on bare hardware. Implemented memory management, preemptive process scheduling, and message passing.</li>
</ul>
</li>
</ul>
</div>
<div class="item">
<hgroup class="titles">
<div class="primary">
<h3>St. Peter's Secondary School</h3>
<h3>Ontario High School Diploma</h3>
</div>
<div class="secondary">
<h3>Barrie, Ontario, Canada</h3>
<h3>June 2009</h3>
</div>
</hgroup>
<ul>
<li>Awards:
<ul>
<li>Governor General's Award — Awarded for achieving highest overall average in Grade 11 and Grade 12 courses.</li>
<li>Academic Achievement in Math — Awarded for achieving the highest mark in Grade 12 Academic math courses.</li>
<li>Technology Award — Awarded for proficiency with technology and for responsibility of all technical equipment at school events.</li>
</ul>
</li>
</ul>
</div>
</section>
<!-- I'm removing this section just because the resume is too long when including it.
<section id="other_experience">
<h2>Other Work Experience</h2>
<div class="item">
<hgroup class="titles">
<div class="primary">
<h3>Pizza Hut</h3>
<h3>Customer Service Representative</h3>
</div>
<div class="secondary">
<h3>Barrie, Ontario</h3>
<h3>May 2006 – August 2009</h3>
</div>
</hgroup>
<ul>
<li>Interacted with customers, worked collaboratively with other employees to ensure efficiency</li>
<li>Interacted with customers to take orders efficiently</li>
<li>Worked with other employees to ensure problems were avoided</li>
<li>Maintained cleanliness of facility</li>
<li>Troubleshot technical problems with the computer systems, regularly analyzing order-taking system for bugs</li>
</ul>
</div>
<div class="item">
<hgroup class="titles">
<div class="primary">
<h3>St. Peter's Secondary School</h3>
<h3>Head of Tech Crew</h3>
</div>
<div class="secondary">
<h3>Barrie, Ontario</h3>
<h3>September 2007 – June 2009</h3>
</div>
</hgroup>
<ul>
<li>Attended most special events to run technical equipment (including sound systems, projectors, lighting systems)</li>
<li>Facilitated training sessions to teach others how to properly use various software programs</li>
<li>Appointed to the executive level of student council to use technical expertise in organizing and planning school events</li>
</ul>
</div>
</section>
-->
<section id="activities_and_interests">
<h2>Activities and Interests</h2>
<ul>
<li>Regular participant in web programming contests:
<ul>
<li>Created a game entered in An Event Apart's 10K Challenge, rated 4.36 / 5 by users</li>
</ul>
</li>
<li>Participant in academic contests:
<ul>
<li>University of Waterloo Math Contests in 2007 – 2009, placing first in the school on one occasion and in the top 25% of all participants on two occasions</li>
<li>Sir Isaac Newton Physics Contest, placing in top 25% of all participants</li>
<li>University of Toronto Computer Science Competition, placing as runner-up, April 2008</li>
</ul>
</li>
<li>Frequently hack on open-source projects</li>
<li>Selected to attend Youth Leadership Camps Canada, September 2008</li>
<li>Enjoy curling, computer gaming</li>
</ul>
</section>
</div>
</body>
</html>