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 4346f8a3ba Lots of changes and updates
* Start organizing CSS according to ITCSS

* Replace logo with rainbow db

* Add Imagine Learning to experience

* Refactor layout to use CSS grid
2023-06-25 18:13:26 -05:00

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>