-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
414 lines (413 loc) · 15.7 KB
/
index.html
File metadata and controls
414 lines (413 loc) · 15.7 KB
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Spencer Canner</title>
<meta
name="description"
content="Spencer Canner is an engineer with a passion for building impactful things."
/>
<link rel="stylesheet" href="styles.css" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat"
rel="stylesheet"
type="text/css"
/>
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico" />
</head>
<body>
<div class="top">
<h1 class="name">
<span>s</span>
<span>p</span>
<span>e</span>
<span>n</span>
<span>c</span>
<span>e</span>
<span>r</span>
<span>c</span>
<span>a</span>
<span>n</span>
<span>n</span>
<span>e</span>
<span>r</span>
<img alt="" class="topImage" src="images/portrait.png" />
<span></span>
<span></span>
<span></span>
<span></span>
</h1>
<div class="description">
<div>
<span>engineer</span>
<span>🎓</span>
</div>
<div>
<span>developer</span>
<span>🧑💻</span>
</div>
<div>
<span>music enthusiast</span>
<span>🎧</span>
</div>
</div>
<div class="topLinks">
<a class="resumeLink" href="./spencer_canner_resume.pdf" target="_blank"
><div>resume</div>
</a>
</div>
</div>
<div class="content">
<div class="section">
<h2 class="sectionHeader">Experience</h2>
<div class="card verticalStack">
<div class="experienceHeader">
<span class="experienceCompany">
<img src="images/shopify-icon.png" class="experienceIcon" />
Shopify
</span>
<span class="experienceTitle">Senior software developer </span>
<span class="experienceDate">Aug 2021 - June 2022</span>
</div>
<ul class="experienceList">
<li>
Participated in the development of a design system for Shopify
sales channels.
</li>
<li>
Developed and launched a React component library,
<a
href="https://www.npmjs.com/package/@shopify/channels-ui"
target="_blank"
>Channels UI</a
>, and
<a
href="https://github.com/Shopify/channels-ui-docs"
target="_blank"
>documentation</a
>
which is used by Shopify partners to build sales channel app
experiences.
</li>
<li>
Designed and developed a multi-merchant checkout experience using
the Shopify Storefront API.
</li>
<li>
Led the development of
<a href="https://shopify.dev/marketplaces" target="_blank"
>Marketplace Kit</a
>, which consists of sample apps, developer documentation, and
tutorials to help Shopify partners build marketplaces on the
Shopify platform.
</li>
<li>
Architected a web application to support an integration between
Facebook/Instagram Messenger and Shopify Inbox. Built using a
Rails app as the GraphQL server and Typescript, React, and Node.js
for a server-side rendered app.
</li>
</ul>
</div>
<div class="card verticalStack">
<div class="experienceHeader">
<span class="experienceCompany">
<img src="images/shopify-icon.png" class="experienceIcon" />
Shopify
</span>
<span class="experienceTitle">Front end developer</span>
<span class="experienceDate">Sept 2018 - July 2021</span>
</div>
<ul class="experienceList">
<li>
Rebuilt the Buy Button sales channel using Typescript, React,
Redux, and GraphQL.
</li>
<li>
Maintained and added features to open source projects -
<a href="https://github.com/Shopify/buy-button-js" target="_blank"
>BuyButton.js</a
>
and
<a href="https://github.com/Shopify/js-buy-sdk" target="_blank"
>JS Buy SDK</a
>.
</li>
<li>Led an accessibility and performance audit of BuyButton.js.</li>
<li>
Built a commerce-based lookbook as a progressive web app using
React, Webpack, and the Shopify Storefront API.
</li>
<li>
Integrated a web performance score into the Online Store sales
channel, including a custom animated SVG.
</li>
</ul>
</div>
<div class="card verticalStack">
<div class="experienceHeader">
<span class="experienceCompany">
<img src="images/shopify-icon.png" class="experienceIcon" />
Shopify
</span>
<span class="experienceTitle">Front end development intern</span>
<span class="experienceDate">May 2018 - Aug 2018</span>
</div>
<ul class="experienceList">
<li>
Contributed to the build of the Instagram sales channel, which was
one of the first React apps built in Shopify.
</li>
<li>
Improved scalability of the Facebook channel to support merchants
with large product catalogs.
</li>
</ul>
</div>
<div class="card verticalStack">
<div class="experienceHeader">
<span class="experienceCompany">
<img src="images/shopify-icon.png" class="experienceIcon" />
Shopify
</span>
<span class="experienceTitle">Front end development intern</span>
<span class="experienceDate">May 2017 - Aug 2017</span>
</div>
<ul class="experienceList">
<li>
Maintained the front end of various first party sales channels
such as Amazon, Facebook, Messenger, Frenzy, and Pinterest.
</li>
</ul>
</div>
</div>
<div class="section">
<h2 class="sectionHeader">Projects</h2>
<div class="projectsContainer">
<div class="card projectContainer">
<div class="projectImageContainer">
<img class="projectImage" src="images/readss-image.png" />
</div>
<div class="projectContentContainer">
<div class="projectIconContainer">
<img class="projectIcon" src="images/readss-icon.png" />
</div>
<h3 class="projectTitle">readss</h3>
<p class="projectDesc">
Tech news aggregator with an embedded, distraction-free reading
experience. The article feed can be sorted by popularity or
recency, and filtered by source or topic.
</p>
<a class="projectLink" href="https://readss.tech" target="_blank"
>visit site</a
>
</div>
</div>
<div class="card projectContainer">
<div class="projectImageContainer">
<img class="projectImage" src="images/jamplay-image.png" />
</div>
<div class="projectContentContainer">
<div class="projectIconContainer">
<img class="projectIcon" src="images/jamplay-icon.png" />
</div>
<h3 class="projectTitle">JAMPLAY</h3>
<p class="projectDesc">
A collaborative music sharing experience powered by Spotify. Add
your favourite songs to a global ephemeral playlist, and
discover new music that has been submitted by others.
</p>
<a class="projectLink" href="https://jamplay.live" target="_blank"
>visit site</a
>
</div>
</div>
<div class="card projectContainer">
<div class="projectImageContainer planeAppImageContainer">
<img
class="projectImage planeAppImage1"
src="images/plane-app-image-1.png"
/>
<img
class="projectImage planeAppImage2"
src="images/plane-app-image-2.png"
/>
</div>
<div class="projectContentContainer">
<div class="projectIconContainer">
<img class="projectIcon" src="images/plane-app-icon.png" />
</div>
<h3 class="projectTitle">Planes TO</h3>
<p class="projectDesc">
Built to identify flying objects over Toronto. Provides a live
map of planes and detailed information about the plane and its
route.
</p>
<a
class="projectLink"
href="https://plane-app.vercel.app"
target="_blank"
>visit site</a
>
</div>
</div>
<div class="card projectContainer">
<div class="projectImageContainer">
<img
class="projectImage circularImage"
src="images/newvella.png"
/>
</div>
<div class="projectContentContainer">
<div class="projectIconContainer">
<img class="projectIcon" src="images/newvella-icon.png" />
</div>
<h3 class="projectTitle">newvella</h3>
<p class="projectDesc">
Platform for book discovery. Leverages machine learning to
generate book recommendations based on a user's reading
preferences.
</p>
<a class="projectLink" href="https://newvella.com" target="_blank"
>visit site</a
>
</div>
</div>
</div>
</div>
<div class="section">
<h2 class="sectionHeader">Media</h2>
<div class="card verticalStack mediaContainer">
<img
class="mediaImage"
src="images/media-1.jpeg"
alt="Spencer Canner working on a computer in a tech office."
/>
<div class="mediaContent">
<div class="mediaTitle">
From experience to employment: How industry-sponsored projects
helped these students land dream jobs
</div>
<div class="mediaDescription">
Showcasing students who leveraged programs at the University of
Toronto to get jobs after graduation.
</div>
<a
href="https://news.engineering.utoronto.ca/from-experience-to-employment-how-industry-sponsored-projects-helped-these-students-land-dream-jobs/"
target="_blank"
>
read more
</a>
</div>
</div>
<div class="card verticalStack mediaContainer">
<img
class="mediaImage"
src="images/media-2.jpg"
alt="Spencer Canner with two classmates standing infront of an old building."
/>
<div class="mediaContent">
<div class="mediaTitle">
MIE Grads to Watch: Students use AI to invent a novel way to
recommend books
</div>
<div class="mediaDescription">
Featuring my team's 4th year design project,
<a href="https://newvella.com" target="_blank">newvella</a>.
</div>
<a
href="https://www.mie.utoronto.ca/mie-grads-to-watch-students-use-ai-to-invent-a-novel-way-to-recommend-books/"
target="_blank"
>
read more
</a>
</div>
</div>
</div>
<div class="section" id="writing">
<h2 class="sectionHeader">Writing</h2>
<div class="card contactContainer">
<div class="mediaTitle">
<a href="https://medium.com/@spencer.canner" target="_blank"
>Medium</a
>
</div>
<div>
<a
href="https://medium.com/@spencer.canner/downloading-a-webpage-using-node-js-8ba71ff58d6e?sk=0c3d65137aff4b4ae10ddf5ecce1c294"
target="_blank"
>Downloading a Webpage Using Node.js</a
>
- Jun 2022
</div>
<div>
<a
href="https://medium.com/@spencer.canner/creating-a-unique-letter-layout-with-css-grids-8ceb2452062c?sk=9490bd7294f642d599cbb0a27996cae6"
target="_blank"
>Creating a Unique Letter Layout with CSS Grids</a
>
- Jul 2022
</div>
<div>
<a
href="https://medium.com/@spencer.canner/triggering-gatsby-rebuilds-on-a-schedule-11c6d238384f?sk=40f988e8f4277398a411b07bf0cddb2d"
target="_blank"
>Triggering Gatsby Rebuilds on a Schedule</a
>
- Jul 2022
</div>
<div>
<a
href="https://medium.com/@spencer.canner/building-a-layered-button-with-css-5b66db6adab8?sk=386769d5a9166d32f1601327304e9be1"
target="_blank"
>Building a Layered Button with CSS</a
>
- Oct 2022
</div>
</div>
</div>
<div class="section">
<h2 class="sectionHeader">Get in touch</h2>
<div class="card contactContainer">
<div>
📬
<a href="mailto:spencer.canner@gmail.com"
>spencer.canner@gmail.com</a
>
</div>
<div>
<a class="siteLink" href="https://github.com/spencercanner">
<svg class="siteIcon" height="32" viewBox="0 0 16 16" width="32">
<path
fill-rule="evenodd"
d="M8 0a8 8 0 0 0-2.53 15.59c.4.07.55-.17.55-.38l-.01-1.49c-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82a7.42 7.42 0 0 1 4 0c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48l-.01 2.2c0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8a8 8 0 0 0-8-8z"
/>
</svg>
</a>
<a
class="siteLink"
href="https://ca.linkedin.com/pub/spencer-canner/93/53/189"
><svg
xmlns="http://www.w3.org/2000/svg"
class="siteIcon"
viewBox="0 0 24 24"
width="24"
height="24"
>
<path
d="M20.5 2h-17A1.5 1.5 0 0 0 2 3.5v17A1.5 1.5 0 0 0 3.5 22h17a1.5 1.5 0 0 0 1.5-1.5v-17A1.5 1.5 0 0 0 20.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 1 1 8.3 6.5a1.78 1.78 0 0 1-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0 0 13 14.19a.66.66 0 0 0 0 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 0 1 2.7-1.4c1.55 0 3.36.86 3.36 3.66z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="bottom">
<span class="bottomText">
Designed and developed with ❤ and ☕ by Spencer Canner
</span>
</div>
</body>
</html>