about.yaml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # section information
  2. section:
  3. name: About
  4. enable: true
  5. weight: 1
  6. showOnNavbar: true
  7. # your designation
  8. designation: Software Engineer
  9. # your company information
  10. company:
  11. name: Example Co.
  12. url: "https://www.example.com"
  13. # your resume. this file path should be relative to you "static" directory
  14. resume: "files/resume.pdf"
  15. # a summary about you
  16. 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.'
  17. # your social links
  18. # give as many as you want. use font-awesome for the icons.
  19. socialLinks:
  20. - name: Email
  21. icon: "fas fa-envelope"
  22. url: "example@gmail.com"
  23. - name: Github
  24. icon: "fab fa-github"
  25. url: "https://www.github.com/example"
  26. - name: Stackoverflow
  27. icon: "fab fa-stack-overflow"
  28. url: "#"
  29. - name: LinkedIn
  30. icon: "fab fa-linkedin"
  31. url: "#"
  32. - name: Twitter
  33. icon: "fab fa-twitter"
  34. url: "#"
  35. - name: Facebook
  36. icon: "fab fa-facebook"
  37. url: "#"
  38. # your soft skills
  39. # give the percentage between 50 to 100 with 5 intervals.
  40. # currently supported colors: blue, yellow, pink, green, sky, orange
  41. softSkills:
  42. - name: Leadership
  43. percentage: 85
  44. color: blue
  45. - name: Team Work
  46. percentage: 90
  47. color: yellow
  48. - name: Communication
  49. percentage: 85
  50. color: pink
  51. - name: Hard Working
  52. percentage: 85
  53. color: green
  54. - name: Fast Learner
  55. percentage: 85
  56. color: sky
  57. - name: Problem Solving
  58. percentage: 85
  59. color: orange
  60. # you can also provide color code instead of pre-defined color name
  61. # - name: Example 1
  62. # percentage: 75
  63. # color: "#00adb5"
  64. # - name: Example 2
  65. # percentage: 65
  66. # color: "#8b8383"