2018-12-17 21:15:11 +00:00
{% extends "base_conservancy.html" %}
2021-10-15 00:23:42 +00:00
{% block subtitle %}Sustainer Banners - {% endblock %}
{% block category %}sustainer{% endblock %}
2018-12-17 21:15:11 +00:00
{% block content %}
< div class = "singleColumn" >
2021-10-15 00:23:42 +00:00
< h2 > Conservancy Sustainer Banners< / h2 >
2018-12-17 21:15:11 +00:00
< p > Help support Conservancy even more by sharing a banner on your own page and encourage other people to join you! We have banners for individuals and member projects below; just copy the code for the version you want into your own site.< / p >
2021-10-15 00:23:42 +00:00
< h3 > Individual Sustainer Banner< / h3 >
2018-12-17 21:15:11 +00:00
< pre > < code > < div style="margin: 0 auto; max-width: 1200px;">
2021-10-15 00:23:42 +00:00
< a href="https://sfconservancy.org/sustainer">
2018-12-17 21:31:12 +00:00
< img style="width: 100%;"
2019-12-11 15:22:27 +00:00
src="https://sfconservancy.org/img/banners/2019-individuals-banner.png"
2018-12-17 21:15:11 +00:00
alt="Conservancy is a proponent for community driven free software projects.
Will you join me in supporting them? Donate today!">
< /a>
< /div>
< / code > < / pre >
< div style = "margin: 0 auto; max-width: 1200px;" >
2021-10-15 00:23:42 +00:00
< a href = "https://sfconservancy.org/sustainer" >
2018-12-17 21:31:12 +00:00
< img style = "width: 100%;"
2019-12-11 15:22:27 +00:00
src="/img/banners/2019-individuals-banner.png"
2018-12-17 21:15:11 +00:00
alt="Conservancy is a proponent for community driven free software projects.
Will you join me in supporting them? Donate today!">
< / a >
< / div >
< h3 > Member Project Banner< / h3 >
< pre > < code > < div style="margin: 0 auto; max-width: 1200px;">
2021-10-15 00:23:42 +00:00
< a href="https://sfconservancy.org/sustainer">
2018-12-17 21:31:12 +00:00
< img style="width: 100%;"
2019-12-11 15:22:27 +00:00
src="https://sfconservancy.org/img/banners/2019-member-projects-banner.png"
2018-12-17 21:15:11 +00:00
alt="Conservancy helps make our work possible.
Please donate to them today to support community-driven free software projects!"
< /a>
< /div>
< / code > < / pre >
< div style = "margin: 0 auto; max-width: 1200px;" >
2021-10-15 00:23:42 +00:00
< a href = "https://sfconservancy.org/sustainer" >
2018-12-17 21:31:12 +00:00
< img style = "width: 100%;"
2019-12-11 15:22:27 +00:00
src="/img/banners/2019-member-projects-banner.png"
2018-12-17 21:15:11 +00:00
alt="Conservancy helps make our work possible.
Please donate to them today to support community-driven free software projects!"
< / a >
< / div >
< / div >
{% endblock %}