YAML files for association, links, projects, recognition and skills
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Associations
|
||||
- organisation: Beer for the World
|
||||
role: Volunteer
|
||||
year: 2008 — Present
|
||||
summary: Organized fund drives and participated in fundraising events for the benefit of families in third world countries without proper access to malt beverages.
|
||||
|
||||
|
||||
- organisation: Springfield Nuclear Workers Labor Union
|
||||
role: Member in Good Standin
|
||||
year: 1994 — Present
|
||||
summary: Founding member of the local nuclear workers labor union.
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# links
|
||||
- url: "#"
|
||||
description: Springfield Poker Club
|
||||
- url: "#"
|
||||
description: Springfield Donut Eater's User Group
|
||||
@@ -0,0 +1,12 @@
|
||||
# Projects
|
||||
# donutfinder.io
|
||||
- project: donutfinder.io
|
||||
role: Founder & Primary Developer
|
||||
duration: 2012 — Present
|
||||
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
|
||||
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.
|
||||
@@ -0,0 +1,15 @@
|
||||
# Recognitions
|
||||
- award: Outstanding Achievement
|
||||
organisation: Springfield Nuclear Power Plant
|
||||
year: 2010
|
||||
summary: Awarded for stopping a nuclear meltdown, even though I also started it.
|
||||
|
||||
- award: Duff Beer Customer of the year
|
||||
organisation:
|
||||
year: 1997 — 2001, 2003, 2008 — 2012
|
||||
summary: Honored by <a href="https://en.wikipedia.org/wiki/Duff_Beer">Duff Beer</a> for being an outstanding customer several years straight. Qualifications included most beer consumed at a bar, most beer purchased, and most beer ralphed.
|
||||
|
||||
- award: Moe's Patron of the Month
|
||||
organisation:
|
||||
year: 12/2001, 8/2004
|
||||
summary: Specifically this prestigious awarded twice for stopping a robber with my belly.
|
||||
@@ -0,0 +1,12 @@
|
||||
# Skills
|
||||
# Donut design
|
||||
- skill: Donut design
|
||||
description: Sprinkle art, icing design, eclair management, taste testing, donut/coffee pairing research
|
||||
|
||||
# Craft beer brewing
|
||||
- skill: Craft beer brewing
|
||||
description: Hops inspection, brew testing, distribution management, bottle label design, festival and event management
|
||||
|
||||
# Family leadership
|
||||
- skill: Family leadership
|
||||
description: Bread winning, conflict resolution, couch inspection, TV longevity testing
|
||||
+27
-55
@@ -48,7 +48,6 @@
|
||||
</header>
|
||||
|
||||
{% for job in site.data.experience %}
|
||||
<!-- Duplicate these resume-item elements and edit accordingly for each job you want to add here -->
|
||||
<div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/Organization">
|
||||
<h3 class="resume-item-title" itemprop="name">{{ job.company }}</h3>
|
||||
<h4 class="resume-item-details" itemprop="description"><span style="display: block; float:left;">{{ job.position }}</span><span style="display: block; float:right;">{{ job.duration }}</span></h4><br/>
|
||||
@@ -83,23 +82,18 @@
|
||||
{% if site.resume_section_projects %}
|
||||
<!-- begin Projects -->
|
||||
<section class="content-section">
|
||||
|
||||
<header class="section-header">
|
||||
<h2>Projects</h2>
|
||||
</header>
|
||||
|
||||
<div class="resume-item">
|
||||
<h3 class="resume-item-title"><a href="http://donutlocator.io">donutfinder.io</a></h3>
|
||||
<h4 class="resume-item-details">Founder & Primary Developer • 2012 — Present</h4>
|
||||
<p class="resume-item-copy">Donut Locator is an open source node/ember app that lets users find donuts within a defined radius from their home.</p>
|
||||
{% for project in site.data.projects %}
|
||||
<div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/Organization">
|
||||
<h3 class="resume-item-title" itemprop="name">{{ project.project }}</h3>
|
||||
<h4 class="resume-item-details" itemprop="description"><span style="display: block; float:left;">{{ project.role }}</span><span style="display: block; float:right;">{{ project.duration }}</span></h4><br/>
|
||||
<p class="resume-item-copy" style="clear: both;">{{ project.description }}</p>
|
||||
</div>
|
||||
|
||||
<div class="resume-item">
|
||||
<h3 class="resume-item-title">Springfield Donut Eater's User Group</h3>
|
||||
<h4 class="resume-item-details">Co-Founder & Organizer • 2007 — Present</h4>
|
||||
<p class="resume-item-copy">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.</p>
|
||||
</div>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
</section>
|
||||
<!-- end Projects -->
|
||||
{% endif %}
|
||||
@@ -111,22 +105,13 @@
|
||||
<header class="section-header">
|
||||
<h2>Skills</h2>
|
||||
</header>
|
||||
|
||||
{% for skill in site.data.skills %}
|
||||
<div class="resume-item">
|
||||
<h4 class="resume-item-details">Donut design</h4>
|
||||
<p class="resume-item-copy">Sprinkle art, icing design, eclair management, taste testing, donut/coffee pairing research</p>
|
||||
<h4 class="resume-item-details">{{ skill.skill }}</h4>
|
||||
<p class="resume-item-copy">{{ skill.description }}</p>
|
||||
</div>
|
||||
|
||||
<div class="resume-item">
|
||||
<h4 class="resume-item-details">Craft beer brewing</h4>
|
||||
<p class="resume-item-copy">Hops inspection, brew testing, distribution management, bottle label design, festival and event management</p>
|
||||
</div>
|
||||
|
||||
<div class="resume-item">
|
||||
<h4 class="resume-item-details">Family leadership</h4>
|
||||
<p class="resume-item-copy">Bread winning, conflict resolution, couch inspection, TV longevity testing</p>
|
||||
</div>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
</section>
|
||||
<!-- end Skills -->
|
||||
{% endif %}
|
||||
@@ -138,24 +123,14 @@
|
||||
<header class="section-header">
|
||||
<h2>Recognition</h2>
|
||||
</header>
|
||||
|
||||
|
||||
{% for recognition in site.data.recognitions %}
|
||||
<div class="resume-item">
|
||||
<h3 class="resume-item-title" itemprop="award">Springfield Nuclear Power Plant</h3>
|
||||
<h4 class="resume-item-details">Outstanding Achievement • 2010</h4>
|
||||
<p class="resume-item-copy">Awarded for stopping a nuclear meltdown, even though I also started it.</p>
|
||||
</div>
|
||||
|
||||
<div class="resume-item">
|
||||
<h3 class="resume-item-title" itemprop="award">Duff Beer Customer of the year</h3>
|
||||
<h4 class="resume-item-details">1997 — 2001, 2003, 2008 — 2012</h4>
|
||||
<p class="resume-item-copy">Honored by <a href="https://en.wikipedia.org/wiki/Duff_Beer">Duff Beer</a> for being an outstanding customer several years straight. Qualifications included most beer consumed at a bar, most beer purchased, and most beer ralphed.</p>
|
||||
</div>
|
||||
|
||||
<div class="resume-item">
|
||||
<h3 class="resume-item-title" itemprop="award">Moe's Patron of the Month</h3>
|
||||
<h4 class="resume-item-details">12/2001, 8/2004</h4>
|
||||
<p class="resume-item-copy">Specifically this prestigious awarded twice for stopping a robber with my belly.</p>
|
||||
<h3 class="resume-item-title" itemprop="award">{{ recognition.award }}</h3>
|
||||
<h4 class="resume-item-details">{{ recognition.organisation }} • {{ recognition.year }}</h4>
|
||||
<p class="resume-item-copy">{{ recognition.summary }}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
</section>
|
||||
<!-- end Recognition -->
|
||||
@@ -169,18 +144,14 @@
|
||||
<h2>Associations</h2>
|
||||
</header>
|
||||
|
||||
{% for association in site.data.associations %}
|
||||
<div class="resume-item">
|
||||
<h3 class="resume-item-title"><a href="http://beerfortheworld.com">Beer for the World</a></h3>
|
||||
<h4 class="resume-item-details">Volunteer • 2008 — Present</h4>
|
||||
<p class="resume-item-copy">Organized fund drives and participated in fundraising events for the benefit of families in third world countries without proper access to malt beverages.</p>
|
||||
<h3 class="resume-item-title"><a href="http://beerfortheworld.com">{{ association.organisation }}</a></h3>
|
||||
<h4 class="resume-item-details">{{ association.role }} • {{ association.year }}</h4>
|
||||
<p class="resume-item-copy">{{ association.summary }}</p>
|
||||
</div>
|
||||
|
||||
<div class="resume-item">
|
||||
<h3 class="resume-item-title">Springfield Nuclear Workers Labor Union</h3>
|
||||
<h4 class="resume-item-details">Member in Good Standin • 1994 — Present</h4>
|
||||
<p class="resume-item-copy">Founding member of the local nuclear workers labor union.</p>
|
||||
</div>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
</section>
|
||||
<!-- end Associations -->
|
||||
{% endif %}
|
||||
@@ -195,8 +166,9 @@
|
||||
|
||||
<div class="resume-item">
|
||||
<ul class="resume-item-list">
|
||||
<li><a href="#">Springfield Poker Club</a></li>
|
||||
<li><a href="#">Springfield Donut Eater's User Group</a></li>
|
||||
{% for link in site.data.links %}
|
||||
<li><a href={{ link.url }}>{{ link.description }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user