Merge branch 'gh-pages' into schema-updates-clyons
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
# Associations
|
# Associations
|
||||||
|
# comment out the urls if you do not wish to display them
|
||||||
|
|
||||||
- organization: Beer for the World
|
- organization: Beer for the World
|
||||||
role: Volunteer
|
role: Volunteer
|
||||||
year: 2008 — Present
|
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.
|
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
|
- organization: Springfield Nuclear Workers Labor Union
|
||||||
role: Member in Good Standin
|
role: Member in Good Standing
|
||||||
year: 1994 — Present
|
year: 1994 — Present
|
||||||
|
url: http://snwlu.org
|
||||||
summary: Founding member of the local nuclear workers labor union.
|
summary: Founding member of the local nuclear workers labor union.
|
||||||
|
|||||||
@@ -1,12 +1,16 @@
|
|||||||
# Projects
|
# Projects
|
||||||
|
# uncomment the urls if you wish to display them, and add your own URL
|
||||||
|
|
||||||
# donutfinder.io
|
# donutfinder.io
|
||||||
- project: donutfinder.io
|
- project: donutfinder.io
|
||||||
role: Founder & Primary Developer
|
role: Founder & Primary Developer
|
||||||
duration: 2012 — Present
|
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.
|
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
|
#Springfield Donut Eater's User Group
|
||||||
- project: Springfield Donut Eater's User Group
|
- project: Springfield Donut Eater's User Group
|
||||||
role: Co-Founder & Organizer
|
role: Co-Founder & Organizer
|
||||||
duration: 2007 — Present
|
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.
|
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.
|
||||||
|
|||||||
@@ -155,7 +155,7 @@
|
|||||||
|
|
||||||
{% for association in site.data.associations %}
|
{% for association in site.data.associations %}
|
||||||
<div class="resume-item" itemscope itemprop="memberOf" itemtype="http://schema.org/Organization">
|
<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 }} • {{ association.year }}</h4>
|
<h4 class="resume-item-details" itemprop="description">{{ association.role }} • {{ association.year }}</h4>
|
||||||
<p class="resume-item-copy">{{ association.summary }}</p>
|
<p class="resume-item-copy">{{ association.summary }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user