Skip to main content

Sponsors

Sponsors can be added to the site through an sponsors.yaml data file added in a subfolder of the data folder for the target locale (for localization, for default, create/use the “en” folder). An example of this path is as follows, data/en/default/sponsors.yaml. The data should be similar to the following format:

items:
  - title: Jakarta EE
    url: https://jakarta.ee/
    image: https://www.eclipse.org/org/artwork/images/jakartaee_c.png
    width: 200px
  - title: IoT
    url: https://iot.eclipse.org/
    image: https://www.eclipse.org/org/artwork/images/new_iot_logo_clr.svg
    width: 100px
  - title: Eclipse Foundation
    url: https://www.eclipse.org
    image: https://www.eclipse.org/org/artwork/images/eclipse_foundation_logo.jpg
    width: 200px

Items in these data files represent the actual sponsor logo to be represented in the sponsor section.

** Note: container-fluid used to show full width components with banner background simulation

Default

Expect url like /default/sponsors.


Event

Expect url like /sample/sponsors.


Year

Expect url like /2020/default/sponsors.


Event + year

Expect url like /2020/sample/sponsors.




Title

Sample title


Header class


Item class

Back to the top