mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
18 lines
550 B
Plaintext
18 lines
550 B
Plaintext
.content.clearfix
|
|
%div{:role => "main"}
|
|
.container.clearfix
|
|
%section#profile
|
|
= render "sections/profile.markdown"
|
|
%section#skills
|
|
= render "sections/skills.markdown"
|
|
%section#experience
|
|
= render "sections/experience.markdown"
|
|
.container.clearfix
|
|
%section#portfolio
|
|
= render "sections/portfolio.markdown"
|
|
%section#interests
|
|
= render "sections/interests.markdown"
|
|
%section#contact.vcard
|
|
= render "sections/contact.html.haml"
|
|
%div{:role => "complementary"}
|