diff --git a/.eleventy.js b/.eleventy.js index f7abbb3c..d792fa4a 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -14,13 +14,6 @@ module.exports = function(eleventyConfig) { }); }); - // This is here to - eleventyConfig.addCollection("jobs", function(collection) { - return collection.getAllSorted().filter(function(item) { - return item.inputPath.match(/^\.\/jobs\//) !== null; - }) - }); - // Date formatting stuff eleventyConfig.addFilter("readableDate", dateObj => { return DateTime.fromJSDate(dateObj).toFormat("yyyy.MM.dd"); diff --git a/_includes/assets/css/base.css b/_includes/assets/css/base.css index 510b89e3..a0a86191 100644 --- a/_includes/assets/css/base.css +++ b/_includes/assets/css/base.css @@ -169,6 +169,14 @@ button.button-primary { button.button-primary:hover { box-shadow: inset 0 0 0 #000; } +button.download { + color: #FFF; + background-color: #000; + border-color: #000; } +button.download:hover { + box-shadow: .5em .5em rgba(238, 238, 51, 0.6); +} + /* Lists –––––––––––––––––––––––––––––––––––––––––––––––––– */ ul { diff --git a/_includes/work.njk b/_includes/work.njk new file mode 100644 index 00000000..57785618 --- /dev/null +++ b/_includes/work.njk @@ -0,0 +1,32 @@ +--- +layout: base.njk +section: work +permalink: /work/index.html +--- + +{{ content | safe }} + +{% set joblist = collections.job %} +{% set schoollist = collections.school %} + +

Experience

+{% for job in joblist | reverse %} +
+ ⦿ {{ job.data.company }} | {{ job.data.role }} | {{ job.data.time }} +
+{% endfor %} + +
+ +

Academics

+{% for school in schoollist | reverse %} +
+ ⦿ {{ school.data.title }} | {{ school.data.degree }} | {{ school.data.awarded }} +
+{% endfor %} + +
+ +
+ +
\ No newline at end of file diff --git a/_site/index.html b/_site/index.html index e9bd8062..40c212f1 100644 --- a/_site/index.html +++ b/_site/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/not_found.html b/_site/not_found.html index 0f7c8d83..bc9ea812 100644 --- a/_site/not_found.html +++ b/_site/not_found.html @@ -22,7 +22,7 @@ - + @@ -62,7 +62,7 @@

I'm afraid I can't do that, Dave.

diff --git a/_site/notes/2008/a-quick-update/index.html b/_site/notes/2008/a-quick-update/index.html index 12a3c801..a71b63f6 100644 --- a/_site/notes/2008/a-quick-update/index.html +++ b/_site/notes/2008/a-quick-update/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/a-right-of-passage/index.html b/_site/notes/2008/a-right-of-passage/index.html index 335a97e0..31afdf22 100644 --- a/_site/notes/2008/a-right-of-passage/index.html +++ b/_site/notes/2008/a-right-of-passage/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/because-scott-said-to/index.html b/_site/notes/2008/because-scott-said-to/index.html index 86537d1b..371d2882 100644 --- a/_site/notes/2008/because-scott-said-to/index.html +++ b/_site/notes/2008/because-scott-said-to/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/francs-giving/index.html b/_site/notes/2008/francs-giving/index.html index 6d1f2a4d..585e8881 100644 --- a/_site/notes/2008/francs-giving/index.html +++ b/_site/notes/2008/francs-giving/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/one-month-strong/index.html b/_site/notes/2008/one-month-strong/index.html index 3139a723..7c7fb539 100644 --- a/_site/notes/2008/one-month-strong/index.html +++ b/_site/notes/2008/one-month-strong/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/oui-bouf/index.html b/_site/notes/2008/oui-bouf/index.html index a02355b0..44e8bfdd 100644 --- a/_site/notes/2008/oui-bouf/index.html +++ b/_site/notes/2008/oui-bouf/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/palavas-les-flots/index.html b/_site/notes/2008/palavas-les-flots/index.html index e3658386..3ef794a8 100644 --- a/_site/notes/2008/palavas-les-flots/index.html +++ b/_site/notes/2008/palavas-les-flots/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/perigueux/index.html b/_site/notes/2008/perigueux/index.html index 2d62d45f..42b81f96 100644 --- a/_site/notes/2008/perigueux/index.html +++ b/_site/notes/2008/perigueux/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/preface/index.html b/_site/notes/2008/preface/index.html index 31c6cd45..94e285d7 100644 --- a/_site/notes/2008/preface/index.html +++ b/_site/notes/2008/preface/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/rugby/index.html b/_site/notes/2008/rugby/index.html index e02f6dbe..371d0a12 100644 --- a/_site/notes/2008/rugby/index.html +++ b/_site/notes/2008/rugby/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/semi-big-news/index.html b/_site/notes/2008/semi-big-news/index.html index 3a44d6d5..c792f596 100644 --- a/_site/notes/2008/semi-big-news/index.html +++ b/_site/notes/2008/semi-big-news/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/vacation/index.html b/_site/notes/2008/vacation/index.html index 37f57766..b6a8a274 100644 --- a/_site/notes/2008/vacation/index.html +++ b/_site/notes/2008/vacation/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2008/very-very-fat/index.html b/_site/notes/2008/very-very-fat/index.html index 1fe14d34..ab332232 100644 --- a/_site/notes/2008/very-very-fat/index.html +++ b/_site/notes/2008/very-very-fat/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2009/dont-write-enough/index.html b/_site/notes/2009/dont-write-enough/index.html index 91c27076..47c18001 100644 --- a/_site/notes/2009/dont-write-enough/index.html +++ b/_site/notes/2009/dont-write-enough/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2009/espana/index.html b/_site/notes/2009/espana/index.html index 71ae30a8..ebd4f859 100644 --- a/_site/notes/2009/espana/index.html +++ b/_site/notes/2009/espana/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2009/europe-has-been-conquered/index.html b/_site/notes/2009/europe-has-been-conquered/index.html index d82edda1..f9e7c886 100644 --- a/_site/notes/2009/europe-has-been-conquered/index.html +++ b/_site/notes/2009/europe-has-been-conquered/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2009/right-about-spain/index.html b/_site/notes/2009/right-about-spain/index.html index 946dc141..afc76c4c 100644 --- a/_site/notes/2009/right-about-spain/index.html +++ b/_site/notes/2009/right-about-spain/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2009/this-blog-cost-me-three/index.html b/_site/notes/2009/this-blog-cost-me-three/index.html index c9627e38..6dcd4f2b 100644 --- a/_site/notes/2009/this-blog-cost-me-three/index.html +++ b/_site/notes/2009/this-blog-cost-me-three/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/above-it-all/index.html b/_site/notes/2011/above-it-all/index.html index 94798362..b6f4ffd6 100644 --- a/_site/notes/2011/above-it-all/index.html +++ b/_site/notes/2011/above-it-all/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/carpe-weekum/index.html b/_site/notes/2011/carpe-weekum/index.html index 9216f2af..968bc043 100644 --- a/_site/notes/2011/carpe-weekum/index.html +++ b/_site/notes/2011/carpe-weekum/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/dichotomy-of-a-language-imbroglio/index.html b/_site/notes/2011/dichotomy-of-a-language-imbroglio/index.html index 182e9897..7be75982 100644 --- a/_site/notes/2011/dichotomy-of-a-language-imbroglio/index.html +++ b/_site/notes/2011/dichotomy-of-a-language-imbroglio/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/eid-carumba/index.html b/_site/notes/2011/eid-carumba/index.html index 88852959..331056fb 100644 --- a/_site/notes/2011/eid-carumba/index.html +++ b/_site/notes/2011/eid-carumba/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/first-second-and-third-impressions/index.html b/_site/notes/2011/first-second-and-third-impressions/index.html index c66eccf6..92474031 100644 --- a/_site/notes/2011/first-second-and-third-impressions/index.html +++ b/_site/notes/2011/first-second-and-third-impressions/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/for-the-names-sake/index.html b/_site/notes/2011/for-the-names-sake/index.html index 77612946..b54adeb1 100644 --- a/_site/notes/2011/for-the-names-sake/index.html +++ b/_site/notes/2011/for-the-names-sake/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/important-update/index.html b/_site/notes/2011/important-update/index.html index 1bc7ba1a..04b0fee5 100644 --- a/_site/notes/2011/important-update/index.html +++ b/_site/notes/2011/important-update/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/maroctober-looking-back/index.html b/_site/notes/2011/maroctober-looking-back/index.html index 27528166..1bfed309 100644 --- a/_site/notes/2011/maroctober-looking-back/index.html +++ b/_site/notes/2011/maroctober-looking-back/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/neo-liberal-masochism/index.html b/_site/notes/2011/neo-liberal-masochism/index.html index fb0b10d7..c0fcca3e 100644 --- a/_site/notes/2011/neo-liberal-masochism/index.html +++ b/_site/notes/2011/neo-liberal-masochism/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/pre-departure-anxiety/index.html b/_site/notes/2011/pre-departure-anxiety/index.html index 911bbd13..40920136 100644 --- a/_site/notes/2011/pre-departure-anxiety/index.html +++ b/_site/notes/2011/pre-departure-anxiety/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/seasons-of-change/index.html b/_site/notes/2011/seasons-of-change/index.html index 5f5ac73b..ce954883 100644 --- a/_site/notes/2011/seasons-of-change/index.html +++ b/_site/notes/2011/seasons-of-change/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/the-destiny-of-all-suns/index.html b/_site/notes/2011/the-destiny-of-all-suns/index.html index 15c6fb2f..a311bf1f 100644 --- a/_site/notes/2011/the-destiny-of-all-suns/index.html +++ b/_site/notes/2011/the-destiny-of-all-suns/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/the-end-of-the-first-week/index.html b/_site/notes/2011/the-end-of-the-first-week/index.html index 9273c582..86bcd890 100644 --- a/_site/notes/2011/the-end-of-the-first-week/index.html +++ b/_site/notes/2011/the-end-of-the-first-week/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/travelling-for-blogs-sake/index.html b/_site/notes/2011/travelling-for-blogs-sake/index.html index 056e0dcf..ae98c932 100644 --- a/_site/notes/2011/travelling-for-blogs-sake/index.html +++ b/_site/notes/2011/travelling-for-blogs-sake/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2011/ugh-homework/index.html b/_site/notes/2011/ugh-homework/index.html index 60b2dd4c..dc935ef3 100644 --- a/_site/notes/2011/ugh-homework/index.html +++ b/_site/notes/2011/ugh-homework/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2012/kobayashi-maru/index.html b/_site/notes/2012/kobayashi-maru/index.html index 68a101b7..7c5113a0 100644 --- a/_site/notes/2012/kobayashi-maru/index.html +++ b/_site/notes/2012/kobayashi-maru/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2018/re-design/index.html b/_site/notes/2018/re-design/index.html index 3b729b33..0e32acc0 100644 --- a/_site/notes/2018/re-design/index.html +++ b/_site/notes/2018/re-design/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2019/a-brief-critique-of-power/index.html b/_site/notes/2019/a-brief-critique-of-power/index.html index 2574f74e..b111bb79 100644 --- a/_site/notes/2019/a-brief-critique-of-power/index.html +++ b/_site/notes/2019/a-brief-critique-of-power/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2019/an-entirely-different-set-of-questions/index.html b/_site/notes/2019/an-entirely-different-set-of-questions/index.html index a03f14c7..8af428b0 100644 --- a/_site/notes/2019/an-entirely-different-set-of-questions/index.html +++ b/_site/notes/2019/an-entirely-different-set-of-questions/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2019/rapid-fire-reading-reviews/index.html b/_site/notes/2019/rapid-fire-reading-reviews/index.html index 31709fbe..f94ab366 100644 --- a/_site/notes/2019/rapid-fire-reading-reviews/index.html +++ b/_site/notes/2019/rapid-fire-reading-reviews/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2019/the-invisible-interface/index.html b/_site/notes/2019/the-invisible-interface/index.html index 42095f68..78c2e18c 100644 --- a/_site/notes/2019/the-invisible-interface/index.html +++ b/_site/notes/2019/the-invisible-interface/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2020/kill-the-feed/index.html b/_site/notes/2020/kill-the-feed/index.html index ff1852c7..16f94989 100644 --- a/_site/notes/2020/kill-the-feed/index.html +++ b/_site/notes/2020/kill-the-feed/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2020/notes-from-quarantine/index.html b/_site/notes/2020/notes-from-quarantine/index.html index 99dd1fb0..2f9c5b86 100644 --- a/_site/notes/2020/notes-from-quarantine/index.html +++ b/_site/notes/2020/notes-from-quarantine/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/notes/2020/the-year-that-wasn't/index.html b/_site/notes/2020/the-year-that-wasn't/index.html index 0072cd12..e2144b75 100644 --- a/_site/notes/2020/the-year-that-wasn't/index.html +++ b/_site/notes/2020/the-year-that-wasn't/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/archive/index.html b/_site/tags/archive/index.html index 5f54edce..b7c0d4af 100644 --- a/_site/tags/archive/index.html +++ b/_site/tags/archive/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/austria/index.html b/_site/tags/austria/index.html index f4d3ab4a..72d9fa7e 100644 --- a/_site/tags/austria/index.html +++ b/_site/tags/austria/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/books/index.html b/_site/tags/books/index.html index 9ef617a2..6879d882 100644 --- a/_site/tags/books/index.html +++ b/_site/tags/books/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/brief/index.html b/_site/tags/brief/index.html index a380d2e1..9361c6c4 100644 --- a/_site/tags/brief/index.html +++ b/_site/tags/brief/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/business/index.html b/_site/tags/business/index.html index d1abb1eb..6633a03d 100644 --- a/_site/tags/business/index.html +++ b/_site/tags/business/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/development/index.html b/_site/tags/development/index.html index 91272def..1c650d8a 100644 --- a/_site/tags/development/index.html +++ b/_site/tags/development/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/fiction/index.html b/_site/tags/fiction/index.html index a472229c..1d7c9974 100644 --- a/_site/tags/fiction/index.html +++ b/_site/tags/fiction/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/france/index.html b/_site/tags/france/index.html index 08af7d2d..12816fd8 100644 --- a/_site/tags/france/index.html +++ b/_site/tags/france/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/germany/index.html b/_site/tags/germany/index.html index 4fb2f619..97d27df4 100644 --- a/_site/tags/germany/index.html +++ b/_site/tags/germany/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/italy/index.html b/_site/tags/italy/index.html index 06b8687a..90310cf6 100644 --- a/_site/tags/italy/index.html +++ b/_site/tags/italy/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/jobs/index.html b/_site/tags/jobs/index.html deleted file mode 100644 index f78d44ee..00000000 --- a/_site/tags/jobs/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - P:X→{true, false} - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -

0 posts tagged #jobs

- - - - - -<< words. - - - - - - -
- - diff --git a/_site/tags/life/index.html b/_site/tags/life/index.html index 809a48df..e0d25b80 100644 --- a/_site/tags/life/index.html +++ b/_site/tags/life/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/monaco/index.html b/_site/tags/monaco/index.html index a7109257..6251adfb 100644 --- a/_site/tags/monaco/index.html +++ b/_site/tags/monaco/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/morocco/index.html b/_site/tags/morocco/index.html index 8dc723a5..d3cb5c22 100644 --- a/_site/tags/morocco/index.html +++ b/_site/tags/morocco/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/non-fiction/index.html b/_site/tags/non-fiction/index.html index a6b2f008..e89bf4d0 100644 --- a/_site/tags/non-fiction/index.html +++ b/_site/tags/non-fiction/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/portugal/index.html b/_site/tags/portugal/index.html index 2a764a2a..c12c2607 100644 --- a/_site/tags/portugal/index.html +++ b/_site/tags/portugal/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/review/index.html b/_site/tags/review/index.html index a84fc039..f8ccbbbd 100644 --- a/_site/tags/review/index.html +++ b/_site/tags/review/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/social media/index.html b/_site/tags/social media/index.html index 7eeb0409..4869db95 100644 --- a/_site/tags/social media/index.html +++ b/_site/tags/social media/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/spain/index.html b/_site/tags/spain/index.html index 16880e5e..a1f9778f 100644 --- a/_site/tags/spain/index.html +++ b/_site/tags/spain/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/switzerland/index.html b/_site/tags/switzerland/index.html index 1cc70bab..e82a4ccc 100644 --- a/_site/tags/switzerland/index.html +++ b/_site/tags/switzerland/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/tanzania/index.html b/_site/tags/tanzania/index.html index aef7a801..5dddc7b7 100644 --- a/_site/tags/tanzania/index.html +++ b/_site/tags/tanzania/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/travel/index.html b/_site/tags/travel/index.html index ac79cc88..eaff85f1 100644 --- a/_site/tags/travel/index.html +++ b/_site/tags/travel/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/tags/web/index.html b/_site/tags/web/index.html index a1bfafb7..32d36310 100644 --- a/_site/tags/web/index.html +++ b/_site/tags/web/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/words/index.html b/_site/words/index.html index 04ca8b6b..ec95b418 100644 --- a/_site/words/index.html +++ b/_site/words/index.html @@ -22,7 +22,7 @@ - + diff --git a/_site/work/index.html b/_site/work/index.html index 6e860be9..b64d089f 100644 --- a/_site/work/index.html +++ b/_site/work/index.html @@ -22,7 +22,7 @@ - + @@ -53,37 +53,59 @@
-

JOSHUA J. ERB

-

Software Engineer located in Washington, DC

+ +

JOSHUA J. ERB

+

Software Engineer located in Washington, DC

+ + + + +

Experience

- + +
+ ⦿ Mapbox | Software Engineer | Jul. 2019 - Present +
+ +
+ ⦿ Mapbox | Support Engineer | Apr. 2018 - Jul. 2019 +
+ +
+ ⦿ Excella Consulting | Sr. Consultant | Apr. 2016 - Apr. 2018 +
+ +
+ ⦿ M Powered Strategies | Consultant | Jan. 2015 - Apr. 2016 +
+ +
+ ⦿ University of Chicago, Department of Geography | Research Assistant | Sep. 2013 - Sep. 2014 +
+ +
+

Academics

- + +
+ ⦿ University of Georgetown School of Continuing Studies | Data Science Certification | Sep. 2016 +
+ +
+ ⦿ University of Chicago | M.A. Social Science | Sep. 2014 +
+ +
+ ⦿ University of Illinois Urbana-Champaign | B.A. Global Studies, French Minor | May 2013 +
+ +
-

Download as PDF

+
+ +