This commit is contained in:
Brittany Chiang
2017-10-10 22:15:49 -07:00
parent 73e71e1ba4
commit b05b913105
374 changed files with 52888 additions and 19170 deletions

View File

@@ -0,0 +1,38 @@
<section class="section featured-projects">
<div class="section__title">Featured Projects</div>
<div class="section__content">
<div class="project interventions">
<figure class="project__pic">
<a href="https://interventions.design/" target="_blank"><img src="{{site.baseurl}}/img/featured/interventions/interventions.png" alt=""></a>
</figure>
<figcaption class="project__caption">
<div class="project__name"><a href="https://interventions.design/" target="_blank">Interventions</a></div>
<p>Interactive marketing website for Northeastern's first annual student-led design conference, Interventions. Coming in 2018!</p>
</figcaption>
</div>
<div class="project screentime">
<figure class="project__pic phones">
<a href="https://play.google.com/store/apps/details?id=com.starry.management" target="_blank">
<div class="phone"><img src="{{site.baseurl}}/img/featured/screentime/screentime1.png" alt=""></div>
<div class="phone"><img src="{{site.baseurl}}/img/featured/screentime/screentime3.png" alt=""></div>
<div class="phone"><img src="{{site.baseurl}}/img/featured/screentime/screentime4.png" alt=""></div>
</a>
</figure>
<figcaption class="project__caption">
<div class="project__name"><a href="https://play.google.com/store/apps/details?id=com.starry.management" target="_blank">ScreenTime 2.0</a></div>
<p>Starry Station feature that provided users with the ability to easily filter content, pause the internet, and even create custom rules for blocking apps like Facebook and Twitter right from their phones.</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>