From bd132b183c649d8f89af641cbd6bf1c3c9f43ad7 Mon Sep 17 00:00:00 2001 From: mertbakir <2335694-mertbakir@users.noreply.gitlab.com> Date: Fri, 12 Feb 2021 22:01:55 +0300 Subject: Certifications section added. Section titles are customizable. --- exampleSite/config.toml | 13 +++++++++++++ exampleSite/data/education.yaml | 2 +- exampleSite/data/features.yaml | 10 +++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5ddf441..dccd738 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -21,8 +21,21 @@ tagline = true aboutMe = false projects = false papers = false +certificates = true avatar = true +[params.title_as] +experience = "Experience" +education = "Education" +languages = "Languages" +awards = "Awards" +skills = "Skills" +certificates = "Certifications" +interests = "Interests" +about_me = "About Me" +papers = "Academic" +projects = "Projects" + [params.display.footer] footer = true links = true diff --git a/exampleSite/data/education.yaml b/exampleSite/data/education.yaml index 8626c77..abbc9cf 100644 --- a/exampleSite/data/education.yaml +++ b/exampleSite/data/education.yaml @@ -1,7 +1,7 @@ - name: "Msc. Industrial Engineering" university: "Yildiz Technical University" date: "2019- 2021" - gpa: "3.63 / 4.00" + gpa: "3.71 / 4.00" - name: "Bsc. Industrial Engineering" university: "Gazi University" diff --git a/exampleSite/data/features.yaml b/exampleSite/data/features.yaml index bfd5de6..aef9650 100644 --- a/exampleSite/data/features.yaml +++ b/exampleSite/data/features.yaml @@ -29,12 +29,20 @@ languages: level: "Professional" certificates: ["YDS: 86.25 - 2018", "TOEFL: 109 - 2021"] - awards: - name: "Tübitak - Graduation Project" date: "2017" details: "A Decision Support System for 3D Cutting Problem" +certificates: + - name: "Supervised Learning: Regression" + date: "2020" + issued_by: "Coursera" + link: "https://www.coursera.org/account/accomplishments/certificate/7T7YUWB8YNSH" + + - name: "Supervised Learning: Classification" + date: "2020" + issued_by: "Coursera" about: - name: "MERT BAKIR" -- cgit v1.2.3