update templates

This commit is contained in:
Brittany Chiang
2017-12-21 18:18:39 -08:00
parent 8740235160
commit 2d0953cc4b
10 changed files with 4816 additions and 1166 deletions

View File

@@ -1,6 +1,6 @@
- company: Apple
url: https://www.apple.com/music/
time: July 2017 - Present
time: July - Dec 2017
position: UI Engineer Co-op
- company: Scout

View File

@@ -7,8 +7,8 @@ languages:
- item: SQL
frameworks:
- item: Jekyll
- item: Ember
- item: Jekyll
- item: Backbone
- item: D3
- item: React

View File

@@ -1,12 +1,12 @@
<section class="section background">
<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> in Boston expecting to graduate in May 2018. Thanks to Northeastern's co-op program, I've had the privilege of completing two wonderful six-month co-ops at <a class="underline-link" href="https://us.mullenlowe.com/" target="_blank">MullenLowe U.S.</a> and <a class="underline-link" href="https://starry.com/" target="_blank">Starry</a>. Currently, I'm spending my third and final co-op as a UI Engineer on the iTunes &amp; Apple Music team at <a class="underline-link" href="https://www.apple.com/music/" target="_blank">Apple</a>.</p>
<p>I'm a fifth year student at <a class="underline-link" href="http://www.ccis.northeastern.edu/" target="_blank">Northeastern University</a> in Boston 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 <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</a>.</p>
<p>As a front-end engineer, I enjoy bridging the gap between engineering and design &mdash; combining my technical knowledge with my keen eye for design to help create a beautiful product. My goal is always to build products that are scalable and efficient under the hood while providing engaging, pixel-perfect user experiences.</p>
<p>As a front-end 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 and efficient under the hood while providing engaging, pixel-perfect user experiences.</p>
<p><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>
<!-- {% include employment-status.html %} -->
{% include employment-status.html %}
</div>
</section>

View File

@@ -3,5 +3,5 @@
<div class="status__light__ring"></div>
<div class="status__light__led"></div>
</div>
<div class="status__message">Currently seeking full-time opportunities starting June 2018!</div>
<div class="status__message">Currently seeking full-time opportunities starting May 2018!</div>
</div>

View File

@@ -6,7 +6,7 @@
<div class="bottom">
<span>Brittany Chiang</span>
<img class="emoji" src="{{site.baseurl}}/img/emojis/rockon.png" alt="emoji">
<span>2017</span>
<span>2018</span>
</div>
</div>
<div class="footer__links">

View File

@@ -1,11 +1,12 @@
.status {
display: flex;
align-items: center;
font-size: 1.2rem;
// font-weight: 700;
font-size: 1.1rem;
font-family: 'Inconsolata', monospace;
// font-weight: 700;
margin-top: 70px;
color: $night;
// background-color: $yellow;
&__light {
width: 20px;

View File

@@ -66,7 +66,7 @@
}
}
p {
font-size: 0.8rem;
font-size: 0.85rem;
line-height: 1.3;
}
}

View File

File diff suppressed because one or more lines are too long

5945
package-lock.json generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -9,16 +9,16 @@
"author": "Brittany Chiang",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.13",
"eslint-config-starry": "2.0.1",
"eslint-plugin-starry": "2.0.1",
"browser-sync": "^2.20.0",
"eslint-config-starry": "7.0.0",
"eslint-plugin-starry": "5.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "3.0.3",
"gulp-eslint": "3.0.1",
"gulp-imagemin": "3.1.1",
"gulp-clean-css": "3.9.0",
"gulp-eslint": "4.0.0",
"gulp-imagemin": "4.0.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "2.0.0"
"gulp-uglify": "3.0.0"
},
"repository": {
"type": "git",