This commit is contained in:
Brittany Chiang
2017-12-23 11:00:55 -08:00
parent 2d0953cc4b
commit 0078156d5b
6 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<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 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>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 <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 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>

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 May 2018!</div>
<div class="status__message">Currently seeking full-time opportunities!</div>
</div>

View File

@@ -57,7 +57,8 @@ html, body {
.intro,
.skills .skillz__category__label,
.experience .job__time,
.footer__copyright {
.footer__copyright,
.status {
color: $off-white;
}
.section__content .underline-link:after {
@@ -65,7 +66,6 @@ html, body {
}
}
.emoji {
display: inline-block;
vertical-align: text-top;

View File

@@ -3,7 +3,6 @@
align-items: center;
font-size: 1.1rem;
font-family: 'Inconsolata', monospace;
// font-weight: 700;
margin-top: 70px;
color: $night;
// background-color: $yellow;

View File

File diff suppressed because one or more lines are too long