projects.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # section information
  2. section:
  3. name: Projects
  4. enable: true
  5. weight: 4
  6. showOnNavbar: true
  7. # filter buttons
  8. buttons:
  9. - name: All
  10. filter: "all"
  11. - name: Professional
  12. filter: "professional"
  13. - name: Academic
  14. filter: "academic"
  15. - name: Hobby
  16. filter: "hobby"
  17. # your projects
  18. projects:
  19. - name: Kubernetes
  20. logo: images/projects/kubernetes.png
  21. role: Contributor
  22. timeline: "March 2018 - Present"
  23. repo: https://github.com/kubernetes/kubernetes # If your project is a public repo on GitHub, then provide this link. it will show star count.
  24. #url: "" # If your project is not a public repo but it has a website or any external details url then provide it here. don't provide "repo" and "url" simultaneously.
  25. summary: Production-Grade Container Scheduling and Management.
  26. tags: ["professional", "kubernetes", "cloud"]
  27. - name: Tensorflow
  28. logo: images/projects/tensorflow.png
  29. role: Developer
  30. timeline: "Jun 2018 - Present"
  31. repo: https://github.com/tensorflow/tensorflow
  32. #url: ""
  33. summary: An Open Source Machine Learning Framework for Everyone.
  34. tags: ["professional", "machine-learning","academic"]
  35. - name: A sample academic paper
  36. role: Team Lead
  37. timeline: "Jan 2017 - Nov 2017"
  38. url: "https://www.example.com"
  39. summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente eius reprehenderit animi suscipit autem eligendi esse amet aliquid error eum. Accusantium distinctio soluta aliquid quas placeat modi suscipit eligendi nisi.
  40. tags: ["academic","iot"]
  41. - name: Nocode
  42. logo: images/projects/no-code.png
  43. role: Nothing
  44. timeline: "Oct 2019 - Dec 2019"
  45. repo: https://github.com/kelseyhightower/nocode
  46. #url: ""
  47. summary: The best way to write secure and reliable applications. Write nothing; deploy nowhere.
  48. tags: ["hobby", "fun"]
  49. - name: Toha
  50. logo: images/projects/toha.png
  51. role: Owner
  52. timeline: "Jun 2019 - Present"
  53. repo: https://github.com/hossainemruz/toha
  54. summary: A Hugo theme for personal portfolio.
  55. tags: ["hobby","hugo","theme","professional"]