This commit is contained in:
Brittany Chiang
2018-05-14 20:07:51 -04:00
parent 5a14aa3f1c
commit 270ff5f8cf
6 changed files with 2039 additions and 2437 deletions

View File

@@ -2,21 +2,24 @@
<div class="section__title">Background</div> <div class="section__title">Background</div>
<div class="section__content"> <div class="section__content">
<p> <p>
Currently, I'm an Engineer at I'm currently 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="https://www.upstatement.com/" target="_blank">Upstatement</a> building things for the web with some awesome people. 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="http://www.ccis.northeastern.edu/" target="_blank">Northeastern University</a> after completing three awesome 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://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://starry.com/" target="_blank">Starry</a>, and
<a class="underline-link" href="https://www.apple.com/music/" target="_blank">Apple Music</a>. <a class="underline-link" href="https://www.apple.com/music/" target="_blank">Apple Music</a>.
</p> </p>
<p>As a front-end engineer, I enjoy bridging the gap between engineering and design &mdash; combining my technical knowledge <p>
As a software engineer, I enjoy bridging the gap between engineering and design &mdash; combining my technical knowledge
with my keen eye for design to create a beautiful product. My goal is to always build applications that are scalable with my keen eye for design to create a beautiful product. My goal is to always build applications that are scalable
and efficient under the hood while providing engaging, pixel-perfect user experiences.</p> and efficient under the hood while providing engaging, pixel-perfect user experiences.
</p>
<p> <p>
<strong>When I'm not in front of a computer screen</strong>, I'm probably snowboarding, cruising around on my penny board, <strong>When I'm not in front of a computer screen</strong>, I'm probably snowboarding, cruising around on my penny board,
or crossing off another item on my bucket list.</p> or crossing off another item on my bucket list.
</p>
<!-- {% include employment-status.html %} --> <!-- {% include employment-status.html %} -->
</div> </div>

View File

@@ -52,20 +52,5 @@
<p>Interactive marketing website for Northeastern's first annual student-led design conference, Interventions.</p> <p>Interactive marketing website for Northeastern's first annual student-led design conference, Interventions.</p>
</figcaption> </figcaption>
</div> </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="">
</a>
</figure>
<figcaption class="project__caption">
<div class="project__name">
<a href="http://brittanychiang.com/v2" target="_blank">Personal Website V2</a>
</div>
<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> </section>

View File

@@ -3,7 +3,6 @@
@import 'partials/base'; @import 'partials/base';
@import 'partials/switch'; @import 'partials/switch';
@import 'partials/intro'; @import 'partials/intro';
@import 'partials/background';
@import 'partials/skills'; @import 'partials/skills';
@import 'partials/experience'; @import 'partials/experience';
@import 'partials/employment-status'; @import 'partials/employment-status';

View File

@@ -1,3 +0,0 @@
.background {
}

4431
package-lock.json generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,7 @@
{ {
"name": "brittanychiang.com", "name": "brittanychiang.com",
"version": "0.0.0", "version": "0.0.0",
"description": "description": "Design-minded front-end software engineer focused on building beautiful interfaces and experiences",
"Design-minded front-end software engineer focused on building beautiful interfaces and experiences",
"main": "gulpfile.js", "main": "gulpfile.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
@@ -11,13 +10,13 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@nuscout/eslint-config": "^0.2.1", "@nuscout/eslint-config": "^0.2.1",
"browser-sync": "^2.23.6", "browser-sync": "^2.24.4",
"gulp": "3.9.1", "gulp": "3.9.1",
"gulp-autoprefixer": "^5.0.0", "gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "3.9.0", "gulp-clean-css": "3.9.4",
"gulp-eslint": "4.0.2", "gulp-eslint": "4.0.2",
"gulp-imagemin": "4.1.0", "gulp-imagemin": "4.1.0",
"gulp-sass": "^3.1.0", "gulp-sass": "^4.0.1",
"gulp-uglify": "3.0.0" "gulp-uglify": "3.0.0"
}, },
"repository": { "repository": {