HAMi Adopters
Using HAMi in your organization? Reach out and let the community know.
Adding yourself
See the list of HAMi adopters for organizations who have adopted the HAMi project in production.
Add an entry for your company and upon merging it will automatically be added to the website.
To add your organization follow these steps:
-
Fork the Project-HAMi/website repository.
-
Clone it locally with
git clone https://github.com/<YOUR-GH-USERNAME>/website.git. -
(Optional) Add the logo of your organization to
static/img/adopters. Good practice is for the logo to be called e.g.<company>.png. This will not be used for commercial purposes. -
Edit the list of adopters in adopters.json. You can refer to the following sample entry for the format.
{"name": "My Company","nameZh": "我的公司","logo": "/img/adopters/mycompany.png","website": "https://mycompany.com"} -
Save the file, then stage it with
git add src/data/adopters.jsonand commit usinggit commit -s -m "Add MY-ORG to adopters". -
Push the commit with
git push origin master. -
Open a Pull Request to Project-HAMi/website and a preview build will turn up.
Thanks for being part of the community!