Adjust sponsorship layout (#1593)

* Fix SVG being black
    Adobe Illustrator SVGs have rendering problems on PTIO for unknown to
    me reasons. Inkscape works fine.
* Rewrite with plain Flexbox
    Nicer end-user experience than Bootstrap grid
This commit is contained in:
Dawid Potocki
2020-01-06 00:35:30 +00:00
committed by Jonah Aragon
parent ee03264051
commit e0346ac501
7 changed files with 25 additions and 130 deletions

View File

@ -5,12 +5,16 @@ layout: default
<script src="/assets/js/redirects.js"></script>
{% include sections/header.html %}
{% include sections/resources.html %}
<h1 id="sponsors" class="anchor"><a href="#sponsors"><i class="fas fa-link anchor-icon"></i></a> Sponsors</h1>
<div class="alert alert-success mb-5" role="alert">
<div class="alert alert-success" role="alert">
<strong>New!</strong> Showcase your brand as a sponsor of PrivacyTools and support our mission of creating a world free of mass surveillance! <a href="/sponsors/" class="alert-link">Learn more...</a>
</div>
{% include sponsors/gold.html %}
<div class="mt-4">
{% include sponsors/gold.html %}
</div>
{% include sections/quotes.html %}
{% include sections/privacy-resources.html %}
{% include sections/participate.html %}