217 lines
9.0 KiB
HTML
217 lines
9.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body class="theme-{% if site.resume_theme %}{{ site.resume_theme }}{% endif %}">
|
|
|
|
<div class="wrapper" itemscope itemtype="http://schema.org/Person">
|
|
|
|
<header class="page-header">
|
|
|
|
<!-- You can turn off the avatar in _config.yml by setting to false -->
|
|
{% if site.resume_avatar == 'true' %}
|
|
<img src="images/avatar.jpg" alt="my photo" class="avatar" itemprop="image">
|
|
{% endif %}
|
|
|
|
<!-- Your name is defined in the _config.yml file -->
|
|
<h1 class="header-name" itemprop="name">{{ site.resume_name }}</h1>
|
|
|
|
<div class="title-bar">
|
|
|
|
<!-- Your title is also defined in the _config.yml file -->
|
|
<h2 class="header-title" itemprop="jobTitle">{{ site.resume_title }}</h2>
|
|
|
|
<!-- This is the markup for the icon links; moved out to an include because it's very verbose, and you shouldn't ever need to edit the markup (unless you want to re-order the icons); if you want to customize which links appear, define them in the _config.yml file -->
|
|
{% include icon-links.html %}
|
|
</div>
|
|
|
|
<div class="executive-summary" itemprop="description">
|
|
<p>This is the executive summary. You should write a few brief, concise, and meaningful sentences about yourself from a professional context, and your immediate career goals. Make the length appropriate for your needs, but K.I.S.S.</p>
|
|
</div>
|
|
|
|
{% if site.resume_looking_for_work == 'yes' %}
|
|
<a href="mailto:{{ site.resume_contact_email }}" class="contact-button" itemprop="email">Contact me</a>
|
|
{% elsif site.resume_looking_for_work == 'no' %}
|
|
<a class="contact-button not-looking">I'm not looking for work right now.</a>
|
|
{% else %}
|
|
{% endif %}
|
|
|
|
</header>
|
|
|
|
{% if site.resume_section_experience %}
|
|
<!-- begin Experience -->
|
|
<section class="content-section">
|
|
|
|
<header class="section-header">
|
|
<h2>Experience</h2>
|
|
</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/>
|
|
<p class="resume-item-copy" style="clear: both;">{{ job.summary }}</p>
|
|
</div><!-- end of resume-item -->
|
|
{% endfor %}
|
|
|
|
</section>
|
|
<!-- end Experience -->
|
|
{% endif %}
|
|
|
|
|
|
{% if site.resume_section_education %}
|
|
<!-- begin Education -->
|
|
<section class="content-section">
|
|
<header class="section-header">
|
|
<h2>Education</h2>
|
|
</header>
|
|
{% for education in site.data.education %}
|
|
<div class="resume-item" itemscope itemprop="worksFor" itemtype="http://schema.org/CollegeOrUniversity">
|
|
<h3 class="resume-item-title" itemprop="name">{{ education.uni }}</h3>
|
|
<h4 class="resume-item-details" itemprop="description"><span style="display: block; float:left;">{{ education.degree }}</span><span style="display: block; float:right;">{{ education.year }}</span></h4>
|
|
<h5 class="resume-item-details" itemprop="description">{{ education.awards }}</h5>
|
|
<p class="resume-item-copy">{{ education.summary }}</p>
|
|
</div>
|
|
{% endfor %}
|
|
</section>
|
|
<!-- end Education -->
|
|
{% endif %}
|
|
|
|
|
|
{% 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>
|
|
</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>
|
|
|
|
</section>
|
|
<!-- end Projects -->
|
|
{% endif %}
|
|
|
|
{% if site.resume_section_skills %}
|
|
<!-- begin Skills -->
|
|
<section class="content-section">
|
|
|
|
<header class="section-header">
|
|
<h2>Skills</h2>
|
|
</header>
|
|
|
|
<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>
|
|
</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>
|
|
|
|
</section>
|
|
<!-- end Skills -->
|
|
{% endif %}
|
|
|
|
{% if site.resume_section_recognition %}
|
|
<!-- begin Recognition -->
|
|
<section class="content-section">
|
|
|
|
<header class="section-header">
|
|
<h2>Recognition</h2>
|
|
</header>
|
|
|
|
<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>
|
|
</div>
|
|
|
|
</section>
|
|
<!-- end Recognition -->
|
|
{% endif %}
|
|
|
|
{% if site.resume_section_associations %}
|
|
<!-- begin Associations -->
|
|
<section class="content-section">
|
|
|
|
<header class="section-header">
|
|
<h2>Associations</h2>
|
|
</header>
|
|
|
|
<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>
|
|
</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>
|
|
|
|
</section>
|
|
<!-- end Associations -->
|
|
{% endif %}
|
|
|
|
{% if site.resume_section_links %}
|
|
<!-- begin Links -->
|
|
<section class="content-section">
|
|
|
|
<header class="section-header">
|
|
<h2>Additional Links</h2>
|
|
</header>
|
|
|
|
<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>
|
|
</ul>
|
|
</div>
|
|
|
|
</section>
|
|
<!-- end Links -->
|
|
{% endif %}
|
|
|
|
<footer class="page-footer">
|
|
<p class="footer-line">Made by <a href="http://twitter.com/jglovier">@jglovier</a>. Fork me on <a href="https://github.com/jglovier/resume-template">GitHub</a>.</p>
|
|
<p class="footer-line">If this is your live resume, you can modify or remove this part. ;-)</p>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|