mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
* The Grand Reformat - everything made prettier...literally - some tweaks to include a few more files, including documentation - minor changes to format style - some tiny `// prettier-ignore` changes to keep a few things the way we like them - a couple of super minor tweaks to embedded document types to ensure they format correctly
1.2 KiB
1.2 KiB
Sponsorship
Compiler Explorer is funded by sponsors: mostly individuals through Patreon, GitHub sponsors and PayPal one-off payments. There is potential for corporate sponsorship; though extremely limited due to the goal of making Compiler Explorer a mostly ad-free experience.
Corporate sponsorship requests should be directed to Matt, who has sole discretion on what kinds of sponsorship is appropriate.
The sponsors.yaml format
Sponsors are added by editing the sponsors.yaml file. The format is:
---
levels:
- name: Level one
description: A description of the first level of sponsors.
class: css-class-to-apply # optional
sponsors:
- name: Displayed name
img: url of an image # optional
priority: 100 # optional, higher means shown first, else sorted by name
url: link to navigate to if clicked # optional
topIcon: true # optional, if true, show on the top of index.pug
- name: Another...
- Yet another # top level string treated as a {name: "Yet another"}
- name: Level two
description: The second level.
sponsors:
- bob
- ian
- joe