This commit is contained in:
Brittany Chiang
2018-05-06 21:08:50 -04:00
parent 2cd96e65dc
commit 5a14aa3f1c
9 changed files with 62 additions and 16 deletions

View File

@@ -1,18 +1,18 @@
<section class="section featured-projects">
<div class="section__title">Featured Projects</div>
<div class="section__content">
<div class="project interventions">
<div class="project blistabloc">
<figure class="project__pic">
<a href="https://interventions.design/" target="_blank">
<img src="{{site.baseurl}}/img/featured/interventions/interventions.png" alt="">
<a href="https://blistabloc.com/" target="_blank">
<img src="{{site.baseurl}}/img/featured/blistabloc/blistabloc.png" alt="">
</a>
</figure>
<figcaption class="project__caption">
<div class="project__name">
<a href="https://interventions.design/" target="_blank">Interventions</a>
<a href="https://blistabloc.com/" target="_blank">blistabloc</a>
</div>
<p>Interactive marketing website for Northeastern's first annual student-led design conference, Interventions. Coming
in 2018!</p>
<p>Custom wordpress theme built with Timber and Woocommerce for blistabloc, the only reactive shoe insert that prevents
blisters from forming.</p>
</figcaption>
</div>
@@ -39,7 +39,21 @@
</figcaption>
</div>
<div class="project v2">
<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.</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="">
@@ -52,6 +66,6 @@
<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> -->
</div>
</section>