init
This commit is contained in:
parent
047bb517cb
commit
108c335b62
29 changed files with 706 additions and 752 deletions
71
data/en/sections/about.yaml
Normal file
71
data/en/sections/about.yaml
Normal file
|
@ -0,0 +1,71 @@
|
|||
# section information
|
||||
section:
|
||||
name: About
|
||||
id: about
|
||||
enable: true
|
||||
weight: 1
|
||||
showOnNavbar: true
|
||||
template: sections/about.html
|
||||
|
||||
# your designation
|
||||
designation: Software Developer
|
||||
# your company information
|
||||
company:
|
||||
name: PIOLINK, lnc.
|
||||
url: "https://www.piolink.com/kr/"
|
||||
|
||||
# your resume. this file path should be relative to you "static" directory
|
||||
resume: "files/resume.pdf"
|
||||
|
||||
# a summary about you
|
||||
summary: 'Hello, I am a software developer with 3 years of experience. Currently, I work in an HCI solution development team, primarily using Go and Python to develop various projects. I have a strong interest in Kubernetes and OpenStack, and I also enjoy working on fun side projects, creating new tools and solutions in my free time.'
|
||||
|
||||
# your social links
|
||||
# give as many as you want. use font-awesome for the icons.
|
||||
socialLinks:
|
||||
- name: Email
|
||||
icon: "fas fa-envelope"
|
||||
url: "gkdlgkdl2040@gmail.com"
|
||||
|
||||
- name: Github
|
||||
icon: "fab fa-github"
|
||||
url: "https://github.com/Larshavin"
|
||||
|
||||
- name: LinkedIn
|
||||
icon: "fab fa-linkedin"
|
||||
url: "https://www.linkedin.com/in/성연-양-71a87227a/"
|
||||
|
||||
- name: Instagram
|
||||
icon: "fab fa-instagram"
|
||||
url: "https://www.instagram.com/larshavin/"
|
||||
|
||||
# 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: soft-skill-indicator
|
||||
name: Leadership
|
||||
percentage: 80
|
||||
color: blue
|
||||
|
||||
- type: soft-skill-indicator
|
||||
name: Team Work
|
||||
percentage: 85
|
||||
color: yellow
|
||||
|
||||
- type: soft-skill-indicator
|
||||
name: Hard Working
|
||||
percentage: 95
|
||||
color: orange
|
||||
|
||||
- type: certification
|
||||
name: Certified Kubernetes Administrator
|
||||
url: "https://www.credly.com/badges/023761e7-a93a-4625-bf96-703daf80df2b/public_url"
|
||||
badge: "https://images.credly.com/size/220x220/images/8b8ed108-e77d-4396-ac59-2504583b9d54/cka_from_cncfsite__281_29.png"
|
||||
|
||||
# you can also provide color code instead of the color name
|
||||
# - type: soft-skill-indicator
|
||||
# name: Example 1
|
||||
# percentage: 75
|
||||
# color: "#00adb5"
|
Loading…
Add table
Add a link
Reference in a new issue