2020-09-01 00:03:58 +02:00
|
|
|
<div class="section">
|
2021-02-12 20:01:55 +01:00
|
|
|
<h1 class="section-title">{{ .Site.Params.title_as.education }}</h1>
|
2020-09-01 00:03:58 +02:00
|
|
|
{{ 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>
|