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

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/section-languages.html')
-rw-r--r--layouts/partials/section-languages.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/section-languages.html b/layouts/partials/section-languages.html
new file mode 100644
index 0000000..a363381
--- /dev/null
+++ b/layouts/partials/section-languages.html
@@ -0,0 +1,11 @@
+{{ range .Data.features.languages }}
+<div class="item">
+ <h2 class="item-title">
+ {{- .name -}}
+ <span> - {{ .level }}</span>
+ </h2>
+ {{ range .certificates }}
+ <li>{{.}}</li>
+ {{ end }}
+</div>
+{{ end }}