Merge branch 'gh-pages' into schema-updates-clyons

This commit is contained in:
Ciaran Lyons
2017-08-10 18:31:55 -04:00
committed by GitHub
3 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -1,11 +1,15 @@
# Associations
# comment out the urls if you do not wish to display them
- organization: Beer for the World
role: Volunteer
year: 2008 — Present
url: http://beerfortheworld.com
summary: Organized fund drives and participated in fundraising events for the benefit of families in third world countries without proper access to malt beverages.
- organization: Springfield Nuclear Workers Labor Union
role: Member in Good Standin
role: Member in Good Standing
year: 1994 — Present
url: http://snwlu.org
summary: Founding member of the local nuclear workers labor union.
+4
View File
@@ -1,12 +1,16 @@
# Projects
# uncomment the urls if you wish to display them, and add your own URL
# donutfinder.io
- project: donutfinder.io
role: Founder & Primary Developer
duration: 2012 — Present
# url: "#"
description: Donut Locator is an open source node/ember app that lets users find donuts within a defined radius from their home.
#Springfield Donut Eater's User Group
- project: Springfield Donut Eater's User Group
role: Co-Founder & Organizer
duration: 2007 — Present
# url: "#"
description: DEUG is a local monthly meetup in Springfield where we share all the latest tips and tricks for dat donut lifestyle. I organize the group, and typically eat most of the donuts.
+1 -1
View File
@@ -155,7 +155,7 @@
{% for association in site.data.associations %}
<div class="resume-item" itemscope itemprop="memberOf" itemtype="http://schema.org/Organization">
<h3 class="resume-item-title" itemprop="name"><a href="http://beerfortheworld.com" itemprop="url">{{ association.organization }}</a></h3>
<h3 class="resume-item-title" itemprop="name">{% if association.url %}<a href="{{ association.url }}">{{ association.organization }}</a>{% else %}{{ association.organization }}{% endif %}</h3>
<h4 class="resume-item-details" itemprop="description">{{ association.role }} &bull; {{ association.year }}</h4>
<p class="resume-item-copy">{{ association.summary }}</p>
</div>