Please follow these steps to add your case-study to Falco endusers:
- Fork Falco repository
- Add your case-study image to the static/img folder. Use svg, preferably horizontal format, e.g. your_case_study.svg
- Add your author image to the static/img folder. Use svg, preferably rounded image, e.g. author_name.svg
- Add an entry at the end of quotes file after the previous ones using the template below and replace next fields with your data
---
- text: description
logoUrl: /img/your_case_study.svg
authorImgUrl: /img/author_name.svg
authorName: Author Name
authorPosition: Author Position
- Create pull request to the Falco repository with your changes