projects.yaml 2.2 KB

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