|
| 1 | +# Sponsors & Donors data for Weekly Dev Chat |
| 2 | +# |
| 3 | +# Sponsor details are defined once under `sponsors:` and referenced by ID |
| 4 | +# in each year under `years:`. This avoids duplicating a sponsor's record |
| 5 | +# when they return across multiple years — update their info in one place. |
| 6 | +# |
| 7 | +# Sponsor fields: |
| 8 | +# name (required) Display name. |
| 9 | +# image (optional) Filename in docs/sponsors/. |
| 10 | +# link (optional) URL to sponsor's site. |
| 11 | +# link_label (optional) Visible text for the link; defaults to the URL. |
| 12 | +# description (optional) Short thank-you or description line. |
| 13 | +# |
| 14 | +# Consent policy: only list individual donors by name with their explicit |
| 15 | +# opt-in consent. When in doubt, leave them out or use "Anonymous". |
| 16 | +# |
| 17 | +# Example (commented out — copy, uncomment, and edit when adding a sponsor): |
| 18 | +# |
| 19 | +# sponsors: |
| 20 | +# example-org: |
| 21 | +# name: Example Org |
| 22 | +# image: example.png |
| 23 | +# link: https://example.com/ |
| 24 | +# link_label: example.com |
| 25 | +# description: Thanks to Example Org for supporting the community. |
| 26 | + |
| 27 | +sponsors: |
| 28 | + saturday-mp: |
| 29 | + name: Saturday Morning Productions |
| 30 | + image: smp.jpeg |
| 31 | + link: https://saturdaymp.com/ |
| 32 | + link_label: Saturday MP |
| 33 | + description: Thanks to Saturday MP for providing hosting, Zoom, and more. |
| 34 | + |
| 35 | + dev-edmonton: |
| 36 | + name: Dev Edmonton Society |
| 37 | + image: devEd.png |
| 38 | + link: https://devedmonton.com/ |
| 39 | + link_label: DES |
| 40 | + description: Thanks to DES for providing a Slack channel. |
| 41 | + |
| 42 | + edmonton-unlimited: |
| 43 | + name: Edmonton Unlimited |
| 44 | + image: EdmontonUnlimited.jpeg |
| 45 | + link: https://edmontonunlimited.com/ |
| 46 | + link_label: Edmonton Unlimited |
| 47 | + description: Thanks to Edmonton Unlimited for providing a Meetup Link. |
| 48 | + |
| 49 | +years: |
| 50 | + 2026: |
| 51 | + corporate: |
| 52 | + - saturday-mp |
| 53 | + - dev-edmonton |
| 54 | + - edmonton-unlimited |
| 55 | + individual: [] |
| 56 | + |
| 57 | + 2025: |
| 58 | + corporate: |
| 59 | + - saturday-mp |
| 60 | + - dev-edmonton |
| 61 | + - edmonton-unlimited |
| 62 | + individual: [] |
0 commit comments