Skip to content

Commit 77be9ab

Browse files
committed
Add Cloudflare to the sponsors list and footer
1 parent 8a34164 commit 77be9ab

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

docs/sponsors.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Current sponsors
1111

1212
* `Rackspace`_ - They cover all of our hosting expenses every month. This is a pretty large sum of money, averaging around $3,000/mo, and we are really grateful to have them as a sponsor.
1313
* `Mozilla`_ - Mozilla has given us a `MOSS grant`_ for building specific features, and have funded Eric Holscher to work on Read the Docs at $1,000/mo for 2016.
14+
* `Cloudflare`_ - Cloudflare is providing us with an enterprise plan of their SSL for SaaS Providers product that enables us to provide SSL certificates for custom domains.
1415
* You? (Email us at [email protected] for more info)
1516

1617
Past sponsors
@@ -32,6 +33,7 @@ Past sponsors
3233
.. _Rackspace: http://www.rackspace.com/
3334
.. _Mozilla: https://www.mozilla.org/en-US/
3435
.. _Twilio: http://twilio.com/
36+
.. _Cloudflare: https://www.cloudflare.com/
3537

3638

3739
Sponsorship Information

media/css/core.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ p.build-missing { font-size: .8em; color: #9d9a55; margin: 0 0 3px; }
652652
#footer li { margin-bottom: 5px; }
653653
#footer a, #footer a:visited { color: #e3e3e3; text-decoration: none; }
654654
#footer a:hover, #footer a:active { color: white; text-decoration: underline; }
655+
#footer .sponsor { height: 16px; margin: 8px 0; float: right; }
655656

656657
/* Social icons */
657658
#footer .social { font-family: FontAwesome; text-align: center; }

media/images/cloudflare.png

3.89 KB
Loading

readthedocs/templates/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ <h4>{% trans 'Business Info' %}</h4>
231231
</form>
232232
</div>
233233
{% endblock language-select-form %}
234+
235+
<img src="{% static '/media/images/cloudflare.png' %}" alt="Sponsored by CloudFlare" class="sponsor">
234236
</div>
235237

236238
{% endblock %}

0 commit comments

Comments
 (0)