|
6 | 6 |
|
7 | 7 | The best way you can help the Weekly Dev Chat is to attend the events as the kind, supportive, and respectful person you are. A close second is to share the Weekly Dev Chat with others who might benefit. |
8 | 8 |
|
9 | | -We also need volunteers to help with a variety of tasks from helping with events, admin work, website maintenance, social media, etc. If you are interested in volunteering, please reach out to Chris via email at <chris.cumming@saturdaymp.com>. |
| 9 | +We also need volunteers to help with a variety of tasks from helping with events, admin work, website maintenance, social media, etc. If you are interested in volunteering, please reach out to Chris via email at <chris.cumming@saturdaymp.com>. |
10 | 10 |
|
11 | | -The final way you can help is by sponsoring SaturdayMP, the main Weekly Dev Chat sponsor, via GitHub [sponsors](https://github.com/sponsors/saturdaymp). Saturday MP pays for Zoom, hosting, food for in real life (IRL) events, and other expenses. |
| 11 | +The final way you can help is by sponsoring SaturdayMP, the main Weekly Dev Chat sponsor, via GitHub [sponsors](https://github.com/sponsors/saturdaymp). Saturday MP pays for Zoom, hosting, food for in real life (IRL) events, and other expenses. |
12 | 12 |
|
13 | | -If you have any other ideas for helping Weekly Dev Chat please give [Chris](mailto:chris.cumming@saturdaymp.com) a shout. Thank you for your help and support, it is much appreciated. |
| 13 | +If you have any other ideas for helping Weekly Dev Chat please give [Chris](mailto:chris.cumming@saturdaymp.com) a shout. Thank you for your help and support, it is much appreciated. |
14 | 14 |
|
15 | | -Sponsors |
16 | | --------- |
| 15 | +{% for year in sponsors.years.keys() | sort(reverse=true) %} |
| 16 | +## {{ year }} |
17 | 17 |
|
18 | | -{: style="width:150px;float: left;padding-right: 10px;"} |
| 18 | +### Corporate Sponsors |
19 | 19 |
|
20 | | -**Saturday Morning Productions** |
| 20 | +{% for id in sponsors.years[year].corporate %} |
| 21 | +{% if id in sponsors.sponsors %} |
| 22 | +{% set s = sponsors.sponsors[id] %} |
| 23 | +{% if s.image %}{: style="width:150px;float: left;padding-right: 10px;"} |
| 24 | +{% endif %} |
| 25 | +**{% if s.link %}[{{ s.name }}]({{ s.link }}){% else %}{{ s.name }}{% endif %}** |
21 | 26 |
|
22 | | -Thanks to [Saturday MP](https://saturdaymp.com/) for providing hosting, Zoom, and more. |
| 27 | +{% if s.description %}{{ s.description }}{% endif %} |
23 | 28 |
|
24 | | -{: style="width:150px;float: left;padding-right: 10px;"} |
| 29 | +<div style="clear: both;"></div> |
25 | 30 |
|
26 | | -**Dev Edmonton Society** |
| 31 | +{% else %} |
| 32 | +> **WARNING:** Unknown sponsor ID `{{ id }}` referenced in `{{ year }}` corporate list. Check `data/sponsors.yml` for a typo. |
27 | 33 |
|
28 | | -Thanks to [DES](https://devedmonton.com/) for providing a Slack channel. |
| 34 | +{% endif %} |
| 35 | +{% endfor %} |
29 | 36 |
|
30 | | -{: style="width:150px;float: left;padding-right: 10px;"} |
| 37 | +{% if sponsors.years[year].individual %} |
| 38 | +### Individual Donors |
31 | 39 |
|
32 | | -**Edmonton Unlimited** |
| 40 | +{% for id in sponsors.years[year].individual %} |
| 41 | +{% if id in sponsors.sponsors %} |
| 42 | +{% set s = sponsors.sponsors[id] %} |
| 43 | +{% if s.image %}{: style="width:150px;float: left;padding-right: 10px;"} |
| 44 | +{% endif %} |
| 45 | +**{% if s.link %}[{{ s.name }}]({{ s.link }}){% else %}{{ s.name }}{% endif %}** |
33 | 46 |
|
34 | | -Thanks to [Edmonton Unlimited](https://edmontonunlimited.com/) for providing a [Meetup Link](https://edmontonunlimited.com/). |
| 47 | +{% if s.description %}{{ s.description }}{% endif %} |
| 48 | + |
| 49 | +<div style="clear: both;"></div> |
| 50 | + |
| 51 | +{% else %} |
| 52 | +> **WARNING:** Unknown donor ID `{{ id }}` referenced in `{{ year }}` individual list. Check `data/sponsors.yml` for a typo. |
| 53 | +
|
| 54 | +{% endif %} |
| 55 | +{% endfor %} |
| 56 | +{% endif %} |
| 57 | +{% endfor %} |
0 commit comments