1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00
cv/source/index.html.erb
Dan Barber 861d947fe3 Move the site over to Middleman.
This includes converting the haml templates to erb.
2015-02-14 14:48:04 +00:00

28 lines
812 B
Plaintext

<div class="content clearfix">
<div role="main">
<div class="container clearfix">
<section id="profile">
<%= partial "sections/_profile.markdown" %>
</section>
<section id="skills">
<%= partial "sections/_skills.markdown" %>
</section>
<section id="experience">
<%= partial "sections/_experience.markdown" %>
</section>
</div>
<div class="container clearfix">
<section id="portfolio">
<%= partial "sections/_portfolio.markdown" %>
</section>
<section id="interests">
<%= partial "sections/_interests.markdown" %>
</section>
<section class="vcard" id="contact">
<%= partial "sections/_contact.html.erb" %>
</section>
</div>
</div>
<div role="complementary"></div>
</div>