cdcm
Version:
Community driven content management. Content stored in a directories composed of json, markdown, and images.
34 lines (26 loc) • 759 B
Markdown
# Sponsors
Each sponsor consists of a folder in the format of company_name (lowercase underscores for spaces). Each sponsor has details data in json format, company information description in markdown, and a company logo.
```
/strickland_propane
company_summary.md
details.json
logo.png
```
Logo images should:
* be between 450x450 and 600x600 pixels
* have a transparent background
* look good on a black background
The following properties in the details will be used.
```
{
"title": "Strickland Propane",
"slug": "strickland-propane",
"url": "https://www.stricklandpropane.com/",
"level": "Platinum"
}
```
Level must be one of the following for the sponsor to appear on the site:
- Platinum
- Gold
- Bronze
- Friends of RevConf