Back to Falco

How to add new logo

ADD_ECOSYSTEM_LOGO.md

latest758 B
Original Source

How to add new logo

Please follow these steps to add your logo to Falco ecosystem page:

  1. Fork Falco repository
  2. Add your logo to the static/img/adopters folder. Use png, preferably horizontal format
  3. Add file with logo name to the logos folder e.g., logo.yaml
  4. Copy template below to the created file and replace next fields with your data
src: your_logo_name.png
alt: alt tag decription
url: https://your_url.com/
  1. Create pull request to the Falco repository with your changes