<section class="Section__Container">

  <h1 class="Resume__NameAndPrint Section__Title">
    Joris Guyonvarch

    <a class="Resume__Print" href="cv.pdf" target="_blank">
      $partial("templates/icons/printer.svg")$
    </a>
  </h1>

  <a class="Resume__GitLabLink IconLink__Link" href="https://gitlab.com/guyonvarch">
    <span class="IconLink__Icon">
      $partial("templates/icons/gitlab.svg")$
    </span>
    guyonvarch
  </a>

</section>

<section class="Section__Container">

  <h1 class="Section__Title">Experience</h1>

  <ul class="Section__Entries">
    $for(experience)$
      $body$
    $endfor$
  </ul>

</section>

<section class="Section__Container">

  <h1 class="Section__Title">Educational background</h1>

  <ul class="Section__Entries">
    $for(education)$
      $body$
    $endfor$
  </ul>

</section>

<section class="Section__Container">

  <h1 class="Section__Title">Skills</h1>

  <ul class="Section__Entries">
    $for(skills)$
      $body$
    $endfor$
  </ul>

</section>

<section class="Section__Container">

  <h1 class="Section__Title">Hobbies</h1>

  <ul class="Section__Entries">
    $for(hobbies)$
      $body$
    $endfor$
  </ul>

</section>