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:
authormertbakir <2335694-mertbakir@users.noreply.gitlab.com>2020-09-01 01:03:58 +0300
committermertbakir <mertbakxr@gmail.com>2020-09-01 01:03:58 +0300
commit22e073f55864d408cee556cccc2f8045cb64f782 (patch)
tree8cfca645f36ff2cc69087f1bc5b8b251551f36f3 /exampleSite
Initial Commit.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml32
-rw-r--r--exampleSite/data/education.yaml9
-rw-r--r--exampleSite/data/experience.yaml20
-rw-r--r--exampleSite/data/features.yaml46
4 files changed, 107 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..7632c40
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,32 @@
+baseURL = "/"
+languageCode = "en-us"
+title = "Résumé | MERT BAKIR"
+disableKinds = ["taxonomy", "term"]
+theme = "resume-A4"
+
+[params]
+dateUpdated = "01 September, 2020"
+useFontAwesome = true
+avatar = "avatar.jpg"
+
+[params.display]
+experience = true
+education = true
+languages = true
+awards = true
+skills = true
+skills_grouped = false
+interests = true
+contact = true
+tagline = true
+objective = true
+projects = false
+papers = false
+avatar = true
+footer = true
+
+[params.contacts]
+linkedin = "https://www.linkedin.com/in/mertbakir/"
+gitlab = "https://gitlab.com/mertbakir/resume-A4"
+website = "https://mertbakir.gitlab.io/about/"
+download = "" \ No newline at end of file
diff --git a/exampleSite/data/education.yaml b/exampleSite/data/education.yaml
new file mode 100644
index 0000000..8626c77
--- /dev/null
+++ b/exampleSite/data/education.yaml
@@ -0,0 +1,9 @@
+- name: "Msc. Industrial Engineering"
+ university: "Yildiz Technical University"
+ date: "2019- 2021"
+ gpa: "3.63 / 4.00"
+
+- name: "Bsc. Industrial Engineering"
+ university: "Gazi University"
+ date: "2013 - 2017"
+ gpa : "3.35 / 4.00" \ No newline at end of file
diff --git a/exampleSite/data/experience.yaml b/exampleSite/data/experience.yaml
new file mode 100644
index 0000000..168db85
--- /dev/null
+++ b/exampleSite/data/experience.yaml
@@ -0,0 +1,20 @@
+- name: "Monitoring Team Leader"
+ company: "Turkish Technic"
+ details: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ornare sollicitudin fringilla.
+ Aenean nec volutpat arcu. Maecenas quis tempus risus. Curabitur condimentum ligula in erat pharetra porta.
+ Nam suscipit nisi a bibendum lacinia. Donec aliquet, nibh dignissim placerat efficit"
+ date: "2019 - Present"
+
+- name: "System Engineer"
+ company: "Turkish Technic"
+ date: "10.2018 - Present"
+ details: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ornare sollicitudin fringilla.
+ Aenean nec volutpat arcu. Maecenas quis tempus risus. Curabitur condimentum ligula in erat pharetra porta.
+ Nam suscipit nisi a bibendum lacinia. Donec aliquet, nibh dignissim placerat efficit"
+
+- name: "Graduate Project - Intern"
+ company: "Turkish Aerospace Industries"
+ date: "11.2016 - 07.2017"
+ details: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ornare sollicitudin fringilla.
+ Aenean nec volutpat arcu. Maecenas quis tempus risus. Curabitur condimentum ligula in erat pharetra porta.
+ Nam suscipit nisi a bibendum lacinia. Donec aliquet, nibh dignissim placerat efficit" \ No newline at end of file
diff --git a/exampleSite/data/features.yaml b/exampleSite/data/features.yaml
new file mode 100644
index 0000000..bfd5de6
--- /dev/null
+++ b/exampleSite/data/features.yaml
@@ -0,0 +1,46 @@
+skills:
+ - "Python - R - SQL"
+ - "InfluxDB/TICK Stack"
+ - "Grafana - PowerBI"
+ - "Excel - Minitab - SPSS"
+ - "GAMS - PuLP - OR-Tools"
+ - "C# - Git - Docker - NGINX"
+
+skillsGrouped:
+ - groupName: "Databases & Visualization"
+ skills: ["Grafana - Kibana - PowerBI", "InfluxDB - TICK Stack"]
+
+ - groupName: "Data Analysis & Analytics"
+ skills: ["Python - R - SQL", "Excel - Minitab - SPSS", "GAMS - PuLP - OR Tools"]
+
+ - groupName: "Programming & Systems"
+ skills: ["C# - Git - Docker - NGINX", "Linux - CentOS RHEL"]
+
+interests:
+ - "Data Science"
+ - "AI Applications"
+ - "Optimization Problems"
+
+languages:
+ - name: "Turkish"
+ level: "Native"
+
+ - name: "English"
+ 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"
+
+
+about:
+ - name: "MERT BAKIR"
+ tagline: "Industrial Engineer"
+ phone: "5070*4****"
+ email: "yourmail@yourdomain"
+ details: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ornare sollicitudin fringilla.
+ Aenean nec volutpat arcu. Maecenas quis tempus risus. Curabitur condimentum ligula in erat pharetra porta.
+ Nam suscipit nisi a bibendum lacinia." \ No newline at end of file