Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 759 Bytes

ADD_ECOSYSTEM_LOGO.md

File metadata and controls

14 lines (14 loc) · 759 Bytes

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