projects.yaml 2.0 KB

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