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/education.html')
-rw-r--r--layouts/partials/education.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/partials/education.html b/layouts/partials/education.html
new file mode 100644
index 0000000..681e666
--- /dev/null
+++ b/layouts/partials/education.html
@@ -0,0 +1,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> \ No newline at end of file