mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
* Start organizing CSS according to ITCSS * Replace logo with rainbow db * Add Imagine Learning to experience * Refactor layout to use CSS grid
18 lines
640 B
Plaintext
18 lines
640 B
Plaintext
<main role="main" class="content main-content container">
|
|
<section id="profile" class="content__profile">
|
|
<%= partial "sections/_profile.markdown" %>
|
|
</section>
|
|
<section id="contact" class="content__contact" vcard">
|
|
<%= partial "sections/_contact.html.erb" %>
|
|
</section>
|
|
<section id="skills" class="content__skills">
|
|
<%= partial "sections/_skills.markdown" %>
|
|
</section>
|
|
<section id="experience" class="content__experience">
|
|
<%= partial "sections/_experience.markdown" %>
|
|
</section>
|
|
<section id="interests" class="content__interests">
|
|
<%= partial "sections/_interests.markdown" %>
|
|
</section>
|
|
</main>
|