diff --git a/docs/sponsors.rst b/docs/sponsors.rst index 4e363ae0f8e..dfa565a2d8d 100644 --- a/docs/sponsors.rst +++ b/docs/sponsors.rst @@ -11,6 +11,7 @@ Current sponsors * `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. * `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. +* `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. * You? (Email us at rev@readthedocs.org for more info) Past sponsors @@ -32,6 +33,7 @@ Past sponsors .. _Rackspace: http://www.rackspace.com/ .. _Mozilla: https://www.mozilla.org/en-US/ .. _Twilio: http://twilio.com/ +.. _Cloudflare: https://www.cloudflare.com/ Sponsorship Information diff --git a/media/css/core.css b/media/css/core.css index 1c71374ed72..0a9dcdcb47a 100644 --- a/media/css/core.css +++ b/media/css/core.css @@ -653,6 +653,33 @@ p.build-missing { font-size: .8em; color: #9d9a55; margin: 0 0 3px; } #footer a, #footer a:visited { color: #e3e3e3; text-decoration: none; } #footer a:hover, #footer a:active { color: white; text-decoration: underline; } +/* Sponsors */ +#footer .sponsors { + margin-top: 30px; + text-align: center; +} +#footer .sponsors .sponsor { + display: inline-block; + text-align: center; + text-decoration: none; + padding: 10px; +} +#footer .sponsors .sponsor img { + width: 90px; + height: auto; +} +#footer .sponsors .sponsor-name { + font-size: 12px; +} +#footer .sponsors .sponsor-description { + font-size: 10px; + color: #BCC1C3; +} +#footer .sponsors .sponsor-name, #footer .sponsors .sponsor-description { + text-align: center; + line-height: 1.4; +} + /* Social icons */ #footer .social { font-family: FontAwesome; text-align: center; } #footer .social:after { clear: both; content: ''; display: table; } diff --git a/media/images/sponsors/azure.png b/media/images/sponsors/azure.png new file mode 100644 index 00000000000..c33d69b3248 Binary files /dev/null and b/media/images/sponsors/azure.png differ diff --git a/media/images/sponsors/cloudflare.png b/media/images/sponsors/cloudflare.png new file mode 100644 index 00000000000..b2998a6451d Binary files /dev/null and b/media/images/sponsors/cloudflare.png differ diff --git a/media/images/sponsors/elastic.png b/media/images/sponsors/elastic.png new file mode 100644 index 00000000000..51b843f059b Binary files /dev/null and b/media/images/sponsors/elastic.png differ diff --git a/media/images/sponsors/newrelic.png b/media/images/sponsors/newrelic.png new file mode 100644 index 00000000000..836d5ea88a0 Binary files /dev/null and b/media/images/sponsors/newrelic.png differ diff --git a/media/images/sponsors/pagerduty.png b/media/images/sponsors/pagerduty.png new file mode 100644 index 00000000000..49c4d900aad Binary files /dev/null and b/media/images/sponsors/pagerduty.png differ diff --git a/media/images/sponsors/sentry.png b/media/images/sponsors/sentry.png new file mode 100644 index 00000000000..803243f9f01 Binary files /dev/null and b/media/images/sponsors/sentry.png differ diff --git a/readthedocs/templates/base.html b/readthedocs/templates/base.html index 57d80a18f52..1d99729c1c8 100644 --- a/readthedocs/templates/base.html +++ b/readthedocs/templates/base.html @@ -202,6 +202,8 @@