diff --git a/_config.yml b/_config.yml index 6eea737..0beae16 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ baseurl: "" email: brittany.chiang@gmail.com cover: https://brittanychiang.com/img/og.png logo: https://brittanychiang.com/img/emojis/technologist.png -resume: https://brittanychiang.com/resume.pdf +resume: https://brittanychiang.com/resume2018.pdf social: - title: email url: mailto:brittany.chiang@gmail.com diff --git a/_config_dev.yml b/_config_dev.yml index 6eea737..0beae16 100644 --- a/_config_dev.yml +++ b/_config_dev.yml @@ -7,7 +7,7 @@ baseurl: "" email: brittany.chiang@gmail.com cover: https://brittanychiang.com/img/og.png logo: https://brittanychiang.com/img/emojis/technologist.png -resume: https://brittanychiang.com/resume.pdf +resume: https://brittanychiang.com/resume2018.pdf social: - title: email url: mailto:brittany.chiang@gmail.com diff --git a/_data/experience.yml b/_data/experience.yml index 81ac35a..659676d 100644 --- a/_data/experience.yml +++ b/_data/experience.yml @@ -1,3 +1,13 @@ +- company: Upstatement + url: https://www.upstatement.com/ + time: May 2018 - Present + position: Engineer + +- company: Scout + url: https://web.northeastern.edu/scout/ + time: Jan - June 2018 + position: Studio Developer + - company: Apple Music url: https://www.apple.com/music/ time: July - Dec 2017 diff --git a/_data/other-projects.yml b/_data/other-projects.yml index 1e51817..b3d4561 100644 --- a/_data/other-projects.yml +++ b/_data/other-projects.yml @@ -1,3 +1,14 @@ +- name: Surf Videos + url: https://github.com/bchiang7/Surf-Videos + code: https://github.com/bchiang7/Surf-Videos + description: Small React project created during an interview process to browse and search surf videos via the YouTube API. + used: + - thing: JavaScript + - thing: React + - thing: React Router + - thing: Axios + - thing: YouTube API + - name: Halcyon Theme url: https://brittanychiang.com/halcyon-site/ code: https://github.com/bchiang7/halcyon-site @@ -68,6 +79,17 @@ # - thing: Marionette # - thing: Cordova +- name: Personal Website V2 + url: http://brittanychiang.com/v2 + code: https://github.com/bchiang7/v2 + description: Second iteration of my personal website. Designed and developed with a conscious effort to avoid using any superfluous frameworks like Bootstrap. + used: + - thing: Jekyll + - thing: Handlebars + - thing: SCSS + - thing: JavaScript + - thing: Github Pages + - name: React Resume url: http://brittanychiang.com/react-profile/ code: https://github.com/bchiang7/react-profile/ diff --git a/_includes/background.html b/_includes/background.html index ce4c33f..9da0028 100644 --- a/_includes/background.html +++ b/_includes/background.html @@ -2,13 +2,12 @@
Background

- I'm a fifth year student at - Northeastern University expecting to graduate in May 2018. Thanks to Northeastern's co-op program, I've had the - privilege of completing three wonderful six-month co-ops at + Currently, I'm an Engineer at + Upstatement working on web projects for our awesome clients. Prior to Upstatement, I recently graduated from + Northeastern University with my bachelor's degree after completing three wonderful six-month co-ops at MullenLowe U.S., Starry, and - Apple Music. After graduating from Northeastern, I'll be joining - Upstatement as an Engineer. + Apple Music.

As a front-end engineer, I enjoy bridging the gap between engineering and design — combining my technical knowledge diff --git a/_includes/featured-projects.html b/_includes/featured-projects.html index e305d7a..11cb22a 100644 --- a/_includes/featured-projects.html +++ b/_includes/featured-projects.html @@ -1,18 +1,18 @@

diff --git a/_scss/partials/_globals.scss b/_scss/partials/_globals.scss index a06d3f3..9dc7ebb 100644 --- a/_scss/partials/_globals.scss +++ b/_scss/partials/_globals.scss @@ -6,7 +6,7 @@ $grey: #777777; $blue: #007bff; $slate: #afafbf; $off-white: #e7e7e7; -$white: #fff; +$white: #ffffff; $green: #bae67e; $purple: #7d0ce8; $red: #ff0000; @@ -28,6 +28,7 @@ $phablet-width: 550px; $mobile-width: 480px; $small-mobile-width: 360px; $tiny-mobile-width: 330px; + @mixin transition { transition: all 0.2s ease-in-out; } diff --git a/img/featured/blistabloc/blistabloc.png b/img/featured/blistabloc/blistabloc.png new file mode 100644 index 0000000..7e8eb2b Binary files /dev/null and b/img/featured/blistabloc/blistabloc.png differ diff --git a/resume2018.pdf b/resume2018.pdf new file mode 100644 index 0000000..2d19742 Binary files /dev/null and b/resume2018.pdf differ