This commit is contained in:
Brittany Chiang
2018-05-06 21:08:50 -04:00
parent 2cd96e65dc
commit 5a14aa3f1c
9 changed files with 62 additions and 16 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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/

View File

@@ -2,13 +2,12 @@
<div class="section__title">Background</div>
<div class="section__content">
<p>
I'm a fifth year student at
<a class="underline-link" href="http://www.ccis.northeastern.edu/" target="_blank">Northeastern University</a> 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
<a class="underline-link" href="https://www.upstatement.com/" target="_blank">Upstatement</a> working on web projects for our awesome clients. Prior to Upstatement, I recently graduated from
<a class="underline-link" href="http://www.ccis.northeastern.edu/" target="_blank">Northeastern University</a> with my bachelor's degree after completing three wonderful six-month co-ops at
<a class="underline-link" href="https://us.mullenlowe.com/" target="_blank">MullenLowe U.S.</a>,
<a class="underline-link" href="https://starry.com/" target="_blank">Starry</a>, and
<a class="underline-link" href="https://www.apple.com/music/" target="_blank">Apple Music</a>. After graduating from Northeastern, I'll be joining
<a class="underline-link" href="https://www.upstatement.com/" target="_blank">Upstatement</a> as an Engineer.
<a class="underline-link" href="https://www.apple.com/music/" target="_blank">Apple Music</a>.
</p>
<p>As a front-end engineer, I enjoy bridging the gap between engineering and design &mdash; combining my technical knowledge

View File

@@ -1,18 +1,18 @@
<section class="section featured-projects">
<div class="section__title">Featured Projects</div>
<div class="section__content">
<div class="project interventions">
<div class="project blistabloc">
<figure class="project__pic">
<a href="https://interventions.design/" target="_blank">
<img src="{{site.baseurl}}/img/featured/interventions/interventions.png" alt="">
<a href="https://blistabloc.com/" target="_blank">
<img src="{{site.baseurl}}/img/featured/blistabloc/blistabloc.png" alt="">
</a>
</figure>
<figcaption class="project__caption">
<div class="project__name">
<a href="https://interventions.design/" target="_blank">Interventions</a>
<a href="https://blistabloc.com/" target="_blank">blistabloc</a>
</div>
<p>Interactive marketing website for Northeastern's first annual student-led design conference, Interventions. Coming
in 2018!</p>
<p>Custom wordpress theme built with Timber and Woocommerce for blistabloc, the only reactive shoe insert that prevents
blisters from forming.</p>
</figcaption>
</div>
@@ -39,7 +39,21 @@
</figcaption>
</div>
<div class="project v2">
<div class="project interventions">
<figure class="project__pic">
<a href="https://interventions.design/" target="_blank">
<img src="{{site.baseurl}}/img/featured/interventions/interventions.png" alt="">
</a>
</figure>
<figcaption class="project__caption">
<div class="project__name">
<a href="https://interventions.design/" target="_blank">Interventions</a>
</div>
<p>Interactive marketing website for Northeastern's first annual student-led design conference, Interventions.</p>
</figcaption>
</div>
<!-- <div class="project v2">
<figure class="project__pic">
<a href="http://brittanychiang.com/v2" target="_blank">
<img src="{{site.baseurl}}/img/featured/v2/v2.png" alt="">
@@ -52,6 +66,6 @@
<p>Second iteration of my personal website. Designed and developed with a conscious effort to avoid using any superfluous
frameworks like Bootstrap.</p>
</figcaption>
</div>
</div> -->
</div>
</section>

View File

@@ -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;
}

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

BIN
resume2018.pdf Normal file
View File

Binary file not shown.