Welcome to mirror list, hosted at ThFree Co, Russian Federation.

education.html « partials « layouts - gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 681e666173cbf61a35221b201c13568fde41bd62 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="section">
    <h1 class="section-title">Education</h1>
    {{ range .Site.Data.education }}
    <div class="item">
        <h3 class="item-title">{{ .name }}</h3>
        <span>{{ .university }}</span><br>
        <span>{{ .date }} | GPA: {{ .gpa }}</span>
    </div>
    {{ end }}
</div>