about.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # your designation
  2. designation: Software Engineer
  3. # your company information
  4. company:
  5. name: Example Co.
  6. url: "https://www.example.com"
  7. # your resume. this file path should be relative to you "static" directory
  8. resume: "files/resume.pdf"
  9. # a summary about you
  10. 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.'
  11. # your social links
  12. # give as many as you want. use font-awesome for the icons.
  13. socialLinks:
  14. - name: Email
  15. icon: "fas fa-envelope"
  16. url: "example@gmail.com"
  17. - name: Github
  18. icon: "fab fa-github"
  19. url: "https://www.github.com/example"
  20. - name: Stackoverflow
  21. icon: "fab fa-stack-overflow"
  22. url: "#"
  23. - name: LinkedIn
  24. icon: "fab fa-linkedin"
  25. url: "#"
  26. - name: Twitter
  27. icon: "fab fa-twitter"
  28. url: "#"
  29. - name: Facebook
  30. icon: "fab fa-facebook"
  31. url: "#"
  32. # your soft skills
  33. # give the percentage between 50 to 100 with 5 intervals.
  34. # currently supported color: blue, yellow, pink, green
  35. softSkills:
  36. - name: Leadership
  37. percentage: 85
  38. color: blue
  39. - name: Team Work
  40. percentage: 90
  41. color: yellow
  42. - name: Communication
  43. percentage: 85
  44. color: pink
  45. - name: Hard Working
  46. percentage: 85
  47. color: green