mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 01:15:33 -06:00
henlo
This commit is contained in:
@@ -2,21 +2,24 @@
|
||||
<div class="section__title">Background</div>
|
||||
<div class="section__content">
|
||||
<p>
|
||||
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
|
||||
I'm currently an Engineer at
|
||||
<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> 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://starry.com/" target="_blank">Starry</a>, and
|
||||
<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 — combining my technical knowledge
|
||||
<p>
|
||||
As a software 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>
|
||||
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>
|
||||
or crossing off another item on my bucket list.
|
||||
</p>
|
||||
|
||||
<!-- {% include employment-status.html %} -->
|
||||
</div>
|
||||
|
||||
@@ -52,20 +52,5 @@
|
||||
<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="">
|
||||
</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>
|
||||
</section>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
@import 'partials/base';
|
||||
@import 'partials/switch';
|
||||
@import 'partials/intro';
|
||||
@import 'partials/background';
|
||||
@import 'partials/skills';
|
||||
@import 'partials/experience';
|
||||
@import 'partials/employment-status';
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
.background {
|
||||
|
||||
}
|
||||
4433
package-lock.json
generated
4433
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"name": "brittanychiang.com",
|
||||
"version": "0.0.0",
|
||||
"description":
|
||||
"Design-minded front-end software engineer focused on building beautiful interfaces and experiences",
|
||||
"description": "Design-minded front-end software engineer focused on building beautiful interfaces and experiences",
|
||||
"main": "gulpfile.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
@@ -11,13 +10,13 @@
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@nuscout/eslint-config": "^0.2.1",
|
||||
"browser-sync": "^2.23.6",
|
||||
"browser-sync": "^2.24.4",
|
||||
"gulp": "3.9.1",
|
||||
"gulp-autoprefixer": "^5.0.0",
|
||||
"gulp-clean-css": "3.9.0",
|
||||
"gulp-clean-css": "3.9.4",
|
||||
"gulp-eslint": "4.0.2",
|
||||
"gulp-imagemin": "4.1.0",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-sass": "^4.0.1",
|
||||
"gulp-uglify": "3.0.0"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user