mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 13:15:39 -06:00
update templates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -7,8 +7,8 @@ languages:
|
||||
- item: SQL
|
||||
|
||||
frameworks:
|
||||
- item: Jekyll
|
||||
- item: Ember
|
||||
- item: Jekyll
|
||||
- item: Backbone
|
||||
- item: D3
|
||||
- item: React
|
||||
|
||||
@@ -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 & 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 — 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 — 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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
}
|
||||
}
|
||||
p {
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.85rem;
|
||||
line-height: 1.3;
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
5945
package-lock.json
generated
5945
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user