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.languages }}</h1>
|
2020-09-01 00:03:58 +02:00
|
|
|
{{ range .Site.Data.features.languages }}
|
|
|
|
<div class="item">
|
|
|
|
<h3 class="item-title">{{ .name }}
|
|
|
|
<span class="item-title-span"> - {{ .level }}</span></h3>
|
|
|
|
{{ range .certificates }}
|
|
|
|
<li>{{.}}</li>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|