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 'exampleSite/data/education.yaml')
-rw-r--r--exampleSite/data/education.yaml23
1 files changed, 14 insertions, 9 deletions
diff --git a/exampleSite/data/education.yaml b/exampleSite/data/education.yaml
index 10f96e3..f062948 100644
--- a/exampleSite/data/education.yaml
+++ b/exampleSite/data/education.yaml
@@ -1,10 +1,15 @@
-- name: "Msc. Industrial Engineering"
- university: "Yildiz Technical University"
- more: "English - with Thesis" # Optional field, if you want to add a non-standard line.
- date: "2019- 2021"
- gpa: "3.71 / 4.00"
+- name: Msc. Industrial Engineering
+ university: Yildiz Technical University
+ location: Istanbul, TR
+ more: with Thesis # Optional field, if you want to add a non-standard line.
+ link: https://... # Optional field, include a link to your project.
+ date: 2019- 2021
+ gpa: 3.71 / 4.00
+ details: >
+ Include details if you like to...
-- name: "Bsc. Industrial Engineering"
- university: "Gazi University"
- date: "2013 - 2017"
- gpa : "3.35 / 4.00" \ No newline at end of file
+- name: Bsc. Industrial Engineering
+ university: Gazi University
+ location: Ankara, TR
+ date: 2013 - 2017
+ gpa : 3.35 / 4.00 \ No newline at end of file