Make header linkable + fix bug
This commit is contained in:
parent
6cc935dfbc
commit
b57d2bcf52
13 changed files with 124 additions and 163 deletions
|
@ -5,13 +5,11 @@ company:
|
|||
name: Example Co.
|
||||
url: "https://www.example.com"
|
||||
|
||||
# your resume
|
||||
# your resume. this file path should be relative to you "static" directory
|
||||
resume: "files/resume.pdf"
|
||||
|
||||
# a summary about you
|
||||
summary: 'I am a passionate software engineer with x years of working
|
||||
experience. I built OSS tools for [Kubernetes](https://kubernetes.io/) using GO. My tools helps people to
|
||||
deploy their workloads in Kuberenetes. Sometimes, I work on some fun projects such as writing a theme etc.'
|
||||
summary: 'I am a passionate software engineer with x years of working experience. I built OSS tools for [Kubernetes](https://kubernetes.io/) using GO. My tools help people to deploy their workloads in Kubernetes. Sometimes, I work on some fun projects such as writing a theme, etc.'
|
||||
|
||||
# your social links
|
||||
# give as many as you want. use font-awesome for the icons.
|
||||
|
@ -38,9 +36,10 @@ socialLinks:
|
|||
|
||||
- name: Facebook
|
||||
icon: "fab fa-facebook"
|
||||
url: "#"
|
||||
|
||||
# your soft skills
|
||||
# give the percentage between 50 to 100 with 5 interval.
|
||||
# give the percentage between 50 to 100 with 5 intervals.
|
||||
# currently supported color: blue, yellow, pink, green
|
||||
softSkills:
|
||||
- name: Leadership
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue