summaryrefslogtreecommitdiffstats
path: root/layouts/partials/home/education.html
blob: e6f82ba9c213607ee74ab4f9de154997ac441b45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<article class="education">
  <h2 class="education__header section-header">Education</h2>
  <article class="education__details">
    <h2 class="education__degree">{{ .Degree }}</h2>
    <p class="education__university">{{ .University }}</p>
    <p class="education__gpa">{{ .GPA }}</p>
    <em class="education__location">{{ .Location }}</em>
    <em class="education__duration">{{ .Duration }}</em>
  </article>
</article>