This commit is contained in:
75
data/en/sections/about.yaml
Normal file
75
data/en/sections/about.yaml
Normal file
@@ -0,0 +1,75 @@
|
||||
# section information
|
||||
section:
|
||||
name: About
|
||||
id: about
|
||||
enable: true
|
||||
weight: 1
|
||||
showOnNavbar: true
|
||||
template: sections/about.html
|
||||
|
||||
# your designation
|
||||
designation: Student
|
||||
# your company information
|
||||
company:
|
||||
name: ETH Zürich
|
||||
url: "ethz.ch"
|
||||
|
||||
# your resume. this file path should be relative to you "static" directory
|
||||
# Dreprecated. Use resourceLinks instead.
|
||||
# resume: "files/resume.pdf"
|
||||
|
||||
# a summary about you
|
||||
summary: 'I am a 22-year-old with Thai roots and a Swiss education. Finished up middle school in Thailand before making the move to Switzerland 5 years ago. Got my high school diploma and International Baccalaureate in 2023. Currently kicking off my Electrical Engineering studies at the ETH. 🎓⚡'
|
||||
|
||||
# your social links
|
||||
# give as many as you want. use font-awesome for the icons.
|
||||
socialLinks:
|
||||
- name: Discord
|
||||
icon: "fab fa-discord"
|
||||
url: "https://discordapp.com/users/451962791713046548"
|
||||
- name: Email
|
||||
icon: "fas fa-envelope"
|
||||
url: "jirayu.ruh@protonmail.com"
|
||||
|
||||
- name: Gitlab
|
||||
icon: "fab fa-gitlab"
|
||||
url: "https://gitlab.com/JirR02"
|
||||
|
||||
- name: Github
|
||||
icon: "fab fa-github"
|
||||
url: "https://www.github.com/jirr02"
|
||||
|
||||
- name: LinkedIn
|
||||
icon: "fab fa-linkedin"
|
||||
url: "https://www.linkedin.com/in/jirayu-ruh-024a322aa/"
|
||||
|
||||
# You can put custom buttons to link your relevant resources.
|
||||
# For example, you can put link for your resume.
|
||||
resourceLinks:
|
||||
- title: "My Resume"
|
||||
url: "files/resume.pdf"
|
||||
|
||||
# Show your badges
|
||||
# You can show your verifiable certificates from https://www.credly.com.
|
||||
# You can also show a circular bar indicating the level of expertise on a certain skill
|
||||
badges:
|
||||
- type: certification
|
||||
name: International Baccalaureate Diploma Programme
|
||||
url: "https://www.ibo.org/programmes/diploma-programme/"
|
||||
badge: "https://www.ibo.org/globalassets/new-structure/icons-and-logos/images/logo-dp-en.png"
|
||||
|
||||
- type: soft-skill-indicator
|
||||
name: Team Work
|
||||
percentage: 90
|
||||
color: yellow
|
||||
|
||||
- type: soft-skill-indicator
|
||||
name: Hard Working
|
||||
percentage: 85
|
||||
color: orange
|
||||
|
||||
# you can also provide color code instead of the color name
|
||||
# - type: soft-skill-indicator
|
||||
# name: Example 1
|
||||
# percentage: 75
|
||||
# color: "#00adb5"
|
49
data/en/sections/education.yaml
Normal file
49
data/en/sections/education.yaml
Normal file
@@ -0,0 +1,49 @@
|
||||
# section information
|
||||
section:
|
||||
name: Education
|
||||
id: education
|
||||
template: sections/education.html # Use "sections/education-alt.html for alternate template.
|
||||
enable: true
|
||||
weight: 4
|
||||
showOnNavbar: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
degrees:
|
||||
- name: Higher School Certificate
|
||||
icon: fa-school
|
||||
timeframe: 2019-2023
|
||||
institution:
|
||||
name: Kantonsschule am Burggraben
|
||||
url: "https://ksbg.ch"
|
||||
logo: /images/sections/education/ksbg.png
|
||||
grade: #(optional)
|
||||
scale: Swiss GPA
|
||||
achieved: 4.34
|
||||
outOf: 6
|
||||
extracurricularActivities: #(optional)
|
||||
- Choir
|
||||
- Piano
|
||||
- TechLab
|
||||
- name: International Baccalaureate Diploma Program
|
||||
icon: fa-school
|
||||
timeframe: 2019-2023
|
||||
institution:
|
||||
name: Kantonsschule am Burggraben
|
||||
url: "https://ksbg.ch"
|
||||
logo: /images/sections/education/ksbg.png
|
||||
grade: #(optional)
|
||||
scale: Combined GPA
|
||||
achieved: 27
|
||||
outOf: 45
|
||||
- name: Secondary School Certificate
|
||||
icon: fa-school
|
||||
timeframe: 2006-2019
|
||||
institution:
|
||||
name: RIS Swiss Section
|
||||
url: "https://ris-swiss-section.org/"
|
||||
logo: /images/sections/education/dssb.png
|
||||
grade: #(optional)
|
||||
scale: German GPA
|
||||
achieved: 2.4
|
||||
outOf: 6
|
46
data/en/sections/experiences.yaml
Normal file
46
data/en/sections/experiences.yaml
Normal file
@@ -0,0 +1,46 @@
|
||||
# section information
|
||||
section:
|
||||
name: Experiences
|
||||
id: experiences
|
||||
enable: true
|
||||
weight: 3
|
||||
showOnNavbar: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# Your experiences
|
||||
experiences:
|
||||
- company:
|
||||
name: Designwerk
|
||||
url: "https://designwerk.com"
|
||||
location: Bühler-Areal Winterthur
|
||||
logo: /images/sections/experiences/designwerk.svg
|
||||
# Can optionally show a different logo for dark theme
|
||||
# darkLogo: /images/sections/experiences/company1.jpg
|
||||
# company overview
|
||||
overview: Electromobility one stop shop. E-trucks, battery systems, charging technology and contract development of individual solutions
|
||||
positions:
|
||||
- designation: Intern
|
||||
start: Febuary 2024
|
||||
end: August 2024
|
||||
responsibilities:
|
||||
- Design and Develop PCBs for Charging Devices
|
||||
- Do simple labatory work
|
||||
- Desing and Develop PCBS for testing prototype PCBs
|
||||
|
||||
- company:
|
||||
name: Krones Thailand Co. Ltd.
|
||||
url: "https://krones.co.th"
|
||||
location: Bangkok, Thailand
|
||||
logo: /images/sections/experiences/krones.jpg
|
||||
# Can optionally show a different logo for dark theme
|
||||
# darkLogo: /images/sections/experiences/company2.jpg
|
||||
overview: "Krones offers lines for the beverage industry and food producers: process technology, filling technology, packaging machines, all the way through to IT solutions."
|
||||
positions:
|
||||
- designation: IT Support & Technical Support
|
||||
start: Febuary 2018
|
||||
end: March 2018
|
||||
responsibilities:
|
||||
- Take care of inventory
|
||||
- Experiment with relays
|
||||
- Program Java
|
33
data/en/sections/projects.yaml
Normal file
33
data/en/sections/projects.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
# section information
|
||||
section:
|
||||
name: Projects
|
||||
id: projects
|
||||
enable: true
|
||||
weight: 5
|
||||
showOnNavbar: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# filter buttons
|
||||
buttons:
|
||||
- name: All
|
||||
filter: "all"
|
||||
- name: Hobby
|
||||
filter: "hobby"
|
||||
|
||||
# your projects
|
||||
projects:
|
||||
- name: Pandora
|
||||
logo: /images/sections/projects/pandora.svg
|
||||
role: Contributor
|
||||
timeline: "July 2022 - Present"
|
||||
repo: "https://github.com/pandora-analysis/pandora/"
|
||||
#url: "" # If your project is not a public repo but it has a website or any external details url then provide it here. don't provide "repo" and "url" simultaneously.
|
||||
summary: Pandora is an analysis framework to discover if a file is suspicious and conveniently show the results.
|
||||
tags: ["all", "hobby"]
|
||||
|
||||
- name: JirR02 Dev
|
||||
role: Maintainer
|
||||
timeline: "September 2024 - Present"
|
||||
summary: My Wiki and Blog
|
||||
tags: ["all", "hobby"]
|
11
data/en/sections/recent-posts.yaml
Normal file
11
data/en/sections/recent-posts.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# section information
|
||||
section:
|
||||
name: Recent Posts
|
||||
id: recent-posts
|
||||
enable: true
|
||||
weight: 8
|
||||
showOnNavbar: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# no additional configuration is required
|
82
data/en/sections/skills.yaml
Normal file
82
data/en/sections/skills.yaml
Normal file
@@ -0,0 +1,82 @@
|
||||
# section information
|
||||
section:
|
||||
name: Skills
|
||||
id: skills
|
||||
enable: true
|
||||
weight: 2
|
||||
showOnNavbar: true
|
||||
filter: true
|
||||
# Can optionally hide the title in sections
|
||||
# hideTitle: true
|
||||
|
||||
# filter buttons
|
||||
buttons:
|
||||
- name: All
|
||||
filter: "all"
|
||||
- name: Language
|
||||
filter: "language"
|
||||
- name: Container
|
||||
filter: "container"
|
||||
- name: Programs
|
||||
filter: "programs"
|
||||
- name: Electronics
|
||||
filter: "electronics"
|
||||
- name: Others
|
||||
filter: "others"
|
||||
|
||||
# Your Skills.
|
||||
# Give a summary of you each skill in the summary section.
|
||||
skills:
|
||||
- name: Python
|
||||
logo: /images/sections/skills/python.png
|
||||
summary: "Know Python Programming. Used for scripting and projects."
|
||||
categories: ["all", "language"]
|
||||
url: "https://python.org"
|
||||
|
||||
- name: C++
|
||||
logo: /images/sections/skills/c++.png
|
||||
summary: "Know basic C++. Used for projects."
|
||||
categories: ["all", "language"]
|
||||
url: "https://isocpp.org/"
|
||||
|
||||
- name: Blender
|
||||
logo: /images/sections/skills/blender.png
|
||||
summary: "Know 3D Modeling in Blender. Used for projects."
|
||||
categories: ["all", "programs"]
|
||||
url: "https://blender.org"
|
||||
|
||||
- name: FreeCad
|
||||
logo: /images/sections/skills/freecad.png
|
||||
summary: "Know 3D Modeling in FreeCad. Used for projects."
|
||||
categories: ["all", "programs"]
|
||||
url: "https://freecad.org"
|
||||
|
||||
- name: Docker
|
||||
logo: /images/sections/skills/docker.svg
|
||||
summary: "Most of my services run as dockerized containers. Experienced with docker-compose."
|
||||
categories: ["container"]
|
||||
url: "https://www.docker.com/"
|
||||
|
||||
- name: Linux
|
||||
logo: /images/sections/skills/linux.png
|
||||
categories: ["others"]
|
||||
summary: "Using as the main server operating system. Capable of writing bash/shell scripts."
|
||||
url: "https://www.kernel.org/"
|
||||
|
||||
- name: Git
|
||||
logo: /images/sections/skills/git.png
|
||||
summary: "Experienced with git-based development. Mostly, use Github. Also, have experience in working with GitLab."
|
||||
categories: ["all", "others"]
|
||||
url: "https://git-scm.com/"
|
||||
|
||||
- name: Soldering
|
||||
logo: /images/sections/skills/soldering.jpg
|
||||
summary: "Know soldering with SMD Components. Used for Projects"
|
||||
categories: ["all", "electronics"]
|
||||
url: ""
|
||||
|
||||
- name: 3D Printing
|
||||
logo: /images/sections/skills/ender.jpg
|
||||
summary: "Know 3D Printing. Used for Projects. Currently using Ender 3 S1"
|
||||
categories: ["all", "electronics"]
|
||||
url: "https://creality.com"
|
Reference in New Issue
Block a user