projects.yaml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # section information
  2. section:
  3. name: Projects
  4. id: projects
  5. enable: true
  6. weight: 4
  7. showOnNavbar: true
  8. # Can optionally hide the title in sections
  9. # hideTitle: true
  10. # filter buttons
  11. buttons:
  12. - name: All
  13. filter: "all"
  14. - name: Professional
  15. filter: "professional"
  16. - name: Academic
  17. filter: "academic"
  18. - name: Hobby
  19. filter: "hobby"
  20. # your projects
  21. projects:
  22. - name: Kubernetes
  23. logo: images/projects/kubernetes.png
  24. role: Contributor
  25. timeline: "March 2018 - Present"
  26. repo: https://github.com/kubernetes/kubernetes # If your project is a public repo on GitHub, then provide this link. it will show star count.
  27. #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.
  28. summary: Production-Grade Container Scheduling and Management.
  29. tags: ["professional", "kubernetes", "cloud"]
  30. - name: Tensorflow
  31. logo: images/projects/tensorflow.png
  32. role: Developer
  33. timeline: "Jun 2018 - Present"
  34. repo: https://github.com/tensorflow/tensorflow
  35. #url: ""
  36. summary: An Open Source Machine Learning Framework for Everyone.
  37. tags: ["professional", "machine-learning","academic"]
  38. - name: A sample academic paper
  39. role: Team Lead
  40. timeline: "Jan 2017 - Nov 2017"
  41. url: "https://www.example.com"
  42. 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.
  43. tags: ["academic","iot"]
  44. - name: Nocode
  45. logo: images/projects/no-code.png
  46. role: Nothing
  47. timeline: "Oct 2019 - Dec 2019"
  48. repo: https://github.com/kelseyhightower/nocode
  49. #url: ""
  50. summary: The best way to write secure and reliable applications. Write nothing; deploy nowhere.
  51. tags: ["hobby", "fun"]
  52. - name: Toha
  53. logo: images/projects/toha.png
  54. role: Owner
  55. timeline: "Jun 2019 - Present"
  56. repo: https://github.com/hossainemruz/toha
  57. summary: A Hugo theme for personal portfolio.
  58. tags: ["hobby","hugo","theme","professional"]