You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
901 B
37 lines
901 B
---
|
|
layout: layouts/base.njk
|
|
---
|
|
|
|
<div id="highlight-container">
|
|
<header>
|
|
{% include "components/resume/header.njk" %}
|
|
</header>
|
|
|
|
<div id="content">
|
|
<div class="divider"></div>
|
|
<section id="contact" class="left">
|
|
{% include "components/resume/contact-section.njk" %}
|
|
</section>
|
|
|
|
<section id="about" class="right">
|
|
<h2>About</h2>
|
|
{{ layoutContent | safe }}
|
|
</section>
|
|
|
|
<section id="skills" class="left">
|
|
{% include "components/resume/skill-section.njk" %}
|
|
</section>
|
|
|
|
<section id="experience" class="right">
|
|
{% include "components/resume/experience-section.njk" %}
|
|
</section>
|
|
|
|
<section id="awards" class="left">
|
|
{% include "components/resume/award-section.njk" %}
|
|
</section>
|
|
|
|
<section id="education" class="right">
|
|
{% include "components/resume/education-section.njk" %}
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|