-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsors.yml
More file actions
88 lines (81 loc) · 3.17 KB
/
Copy pathsponsors.yml
File metadata and controls
88 lines (81 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Sponsors & Donors data for Weekly Dev Chat
#
# Sponsor details are defined once under `sponsors:` and referenced by ID
# in each year under `years:`. This avoids duplicating a sponsor's record
# when they return across multiple years — update their info in one place.
#
# Sponsor fields:
# name (required) Display name.
# image (optional) Filename in docs/assets/sponsors/.
# tier (optional) Short label shown on the card (e.g. "Primary Sponsor").
# description (optional) Short thank-you or description line.
# links (optional) List of { label, url } pairs shown on the card back.
# link (optional, legacy) Single URL — used only if `links` is not set.
# link_label (optional, legacy) Label for the legacy single `link`.
#
# Consent policy: only list individual donors by name with their explicit
# opt-in consent. When in doubt, leave them out or use "Anonymous".
#
# Example (commented out — copy, uncomment, and edit when adding a sponsor):
#
# sponsors:
# example-org:
# name: Example Org
# image: example.png
# tier: Community Partner
# description: Thanks to Example Org for supporting the community.
# links:
# - label: Website
# url: https://example.com/
sponsors:
saturday-mp:
name: Saturday Morning Productions
image: saturday-morning-productions.webp
tier: Primary Sponsor
description: Main financial sponsor that pays the bills and keeps the lights on. Check out their open source projects, the SaturdayMP Show, and give them a shout if you are struggling to get software out the door.
links:
- label: Website
url: https://saturdaymp.com/
- label: GitHub
url: https://github.com/saturdaymp
- label: SaturdayMP Show
url: https://www.youtube.com/@saturdaymp
dev-edmonton:
name: Dev Edmonton Society
image: dev-edmonton.webp
tier: Community Partner
description: Provides a Slack Workspace, assitance booking rooms for IRL events, and other support not only for the Weekly Dev Chat but for other YEG groups and events. You should consider becoming a member and joining their Slack.
links:
- label: Website
url: https://devedmonton.com/
edmonton-unlimited:
name: Edmonton Unlimited
image: edmonton-unlimited.webp
tier: Community Partner
description: Is kind enough to post Weekly Dev Chat events on their popular Meetup Organization. They are also a great resource for startups and people looking to connect with other technologists with their many programs, workshops, and open desks.
links:
- label: Website
url: https://edmontonunlimited.com/
- label: Meetup
url: https://www.meetup.com/edmontonunlimited/
- label: Luma
url: https://luma.com/user/edmontonunltd
austin-doan:
name: Austin Doan
tier: Individual Donor
links:
- label: LinkedIn
url: https://www.linkedin.com/in/austinpwd/
- label: Dev Edmonton
url: https://devedmonton.com/
years:
2026:
- saturday-mp
- dev-edmonton
- edmonton-unlimited
- austin-doan
2025:
- saturday-mp
- dev-edmonton
- edmonton-unlimited
- austin-doan