105 lines
4.0 KiB
HTML
105 lines
4.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
|
|
<header class="page-header">
|
|
|
|
<img src="images/avatar.jpg" alt="my photo" class="avatar">
|
|
|
|
<!-- Your name is defined in the _config.yml file -->
|
|
<h1 class="header-name">{{ site.resume_name }}</h1>
|
|
|
|
<div class="title-bar">
|
|
|
|
<!-- Your title is also defined in the _config.yml file -->
|
|
<h2 class="header-title">{{ site.resume_title }}</h2>
|
|
|
|
<!-- annnd guess where these are defined? Yup, you guessed it: the _config.yml file -->
|
|
<ul class="icon-links">
|
|
<li class="icon-link"><a href="" class=""></a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="executive-summary">
|
|
<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>
|
|
|
|
<a href="mailto:{{ site.resume_contact_email }}" class="contact-button"></a>
|
|
|
|
</header>
|
|
|
|
<!-- begin Experience -->
|
|
|
|
<section class="primary-section">
|
|
|
|
<header class="section-header">
|
|
<h2>Experience</h2>
|
|
</header>
|
|
|
|
<!-- Duplicate these resume-item elements and edit accordingly for each job you want to add here -->
|
|
<div class="resume-item">
|
|
<h3 class="resume-item-title">Springfield Nuclear Power Plant</h3>
|
|
<h4 class="resume-item-details">Safety Inspector • Nov, 1980 — Present</h4>
|
|
<p class="resume-item-copy">Write about your core competencies in one or two sentences describing your position. If you held the position for a long time, it could be a longer section, including a couple bullet points:</p>
|
|
<ul class="resume-item-list">
|
|
<li>Ate lots of donuts</li>
|
|
<li>Fell asleep rarely</li>
|
|
<li>Left promptly at end of day (sometimes earlier)</li>
|
|
</ul>
|
|
|
|
</div><!-- end of resume-item -->
|
|
|
|
<!-- another resume item -->
|
|
<div class="resume-item">
|
|
<h3 class="resume-item-title">Sir Putt-A-Lot's Merrie Olde Fun Centre</h3>
|
|
<h4 class="resume-item-details">Windmill Crank Operator • Jun, 1978 — Sept, 1979</h4>
|
|
<p class="resume-item-copy">If your stint was shorter, feel free to be brief and just call out the most meaningful points of your role. Be concise, and be meaninful. The person reading just needs enough to want to talk to you more about your experience.</p>
|
|
|
|
</div><!-- end of resume-item -->
|
|
|
|
<!-- by now you're getting the picture... -->
|
|
<div class="resume-item">
|
|
<h3 class="resume-item-title">Simpson Lazer Tag</h3>
|
|
<h4 class="resume-item-details">Front Desk Attendant • Jun, 1975 — May, 1978</h4>
|
|
<p class="resume-item-copy">Boy, when Marge first told me she was going to the Police Academy, I thought it would be fun and exciting, you know, like the movie... Spaceballs. But instead, it's been painful and disturbing, like the movie Police Academy.</p>
|
|
|
|
</div><!-- end of resume-item -->
|
|
|
|
</section>
|
|
|
|
<!-- end Experience -->
|
|
|
|
<!-- begin Education -->
|
|
|
|
<section class="primary-section">
|
|
|
|
<header class="section-header">
|
|
<h2>Education</h2>
|
|
</header>
|
|
|
|
<div class="resume-item">
|
|
<h3 class="resume-item-title">Springfield College</h3>
|
|
<h4 class="resume-item-details">Associates Degree, Business Management • 1984 — 1986</h4>
|
|
<p class="resume-item-copy">If you had any meaningful roles at college, feel free to write about them here.</p>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<!-- end Education -->
|
|
|
|
<footer class="page-footer">
|
|
<p>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>If this is your live resume, you can remove or modify this part. ;-)</p>
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|