mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-09 14:07:49 -06:00
v3
This commit is contained in:
38
_includes/featured-projects.html
Normal file
38
_includes/featured-projects.html
Normal 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>
|
||||
Reference in New Issue
Block a user