about.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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
  8. resume: "files/resume.pdf"
  9. # a summary about you
  10. summary: 'I am a passionate software engineer with x years of working
  11. experience. I built OSS tools for [Kubernetes](https://kubernetes.io/) using GO. My tools helps people to
  12. deploy their workloads in Kuberenetes. Sometimes, I work on some fun projects such as writing a theme etc.'
  13. # your social links
  14. # give as many as you want. use font-awesome for the icons.
  15. socialLinks:
  16. - name: Email
  17. icon: "fas fa-envelope"
  18. url: "example@gmail.com"
  19. - name: Github
  20. icon: "fab fa-github"
  21. url: "https://www.github.com/example"
  22. - name: Stackoverflow
  23. icon: "fab fa-stack-overflow"
  24. url: "#"
  25. - name: LinkedIn
  26. icon: "fab fa-linkedin"
  27. url: "#"
  28. - name: Twitter
  29. icon: "fab fa-twitter"
  30. url: "#"
  31. - name: Facebook
  32. icon: "fab fa-facebook"
  33. # your soft skills
  34. # give the percentage between 50 to 100 with 5 interval.
  35. # currently supported color: blue, yellow, pink, green
  36. softSkills:
  37. - name: Leadership
  38. percentage: 85
  39. color: blue
  40. - name: Team Work
  41. percentage: 90
  42. color: yellow
  43. - name: Communication
  44. percentage: 85
  45. color: pink
  46. - name: Hard Working
  47. percentage: 85
  48. color: green