Skip to content

Commit 20bc18a

Browse files
committed
Updates.
1 parent e843c36 commit 20bc18a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

_data/resume.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"text": "something less stylish",
10-
"url": "/sellout.pdf",
10+
"url": "/resume.docx",
1111
"icon": "🕺->💼"
1212
},
1313
{
@@ -298,7 +298,7 @@
298298
],
299299
"description": [
300300
"A website dedicated to playing my Soundcloud reposts and likes.",
301-
"Built as an exercise to learn more about frontend design, as well as distributing content with a CDN.",
301+
"Built as an exercise to learn more about frontend design, as well as distributing content with a CDN."
302302
],
303303
"links": [
304304
{
@@ -341,6 +341,7 @@
341341
"position": "Software Engineer",
342342
"organization": "LinkedIn",
343343
"url": "https://linkedin.com",
344+
"location": "New York, NY",
344345
"start": "2023-07-01",
345346
"highlights": [
346347
{
@@ -376,14 +377,15 @@
376377
"mysql",
377378
"couchbase",
378379
"percona"
379-
],
380+
]
380381
},
381382
{
382383
"position": "Site Reliability Engineer",
383384
"organization": "LinkedIn",
384385
"url": "https://linkedin.com",
385386
"start": "2021-11-01",
386387
"end": "2023-07-01",
388+
"location": "Sunnyvale, CA",
387389
"tags": [],
388390
"highlights": [
389391
{
@@ -419,6 +421,7 @@
419421
"url": "https://earnin.com",
420422
"start": "2019-03-01",
421423
"end": "2021-08-01",
424+
"location": "Palo Alto, CA",
422425
"tags": [],
423426
"highlights": [
424427
{
@@ -444,6 +447,7 @@
444447
"url": "https://brockmanconsulting.com",
445448
"start": "2018-11-01",
446449
"end": "2019-03-01",
450+
"location": "Calgary, AB",
447451
"tags": [],
448452
"highlights": [
449453
{
@@ -459,6 +463,7 @@
459463
"url": "https://microquest.ca",
460464
"start": "2015-01-01",
461465
"end": "2016-03-01",
466+
"location": "Edmonton, AB",
462467
"tags": [],
463468
"highlights": [
464469
{

_layouts/resume.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ul>
2727
{% for format in site.data.resume.alternative_formats %}
2828
<li>
29-
<a class="gold" href="{{format.url}}">{{ format.icon }} {{ format.text }}</a>
29+
<a class="gold" href="{{site.url}}{{format.url}}">{{ format.icon }} {{ format.text }}</a>
3030
</li>
3131
{% endfor %}
3232
</ul>

0 commit comments

Comments
 (0)