mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
e0346ac501
* 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
11 lines
443 B
HTML
11 lines
443 B
HTML
<div class="d-flex flex-wrap justify-content-center">
|
|
<a class="m-3" href="https://safing.io" target="_blank" rel="noreferrer">
|
|
<img
|
|
src="/assets/img/svg/3rd-party/sponsors/safing.svg"
|
|
data-theme-src="/assets/img/svg/3rd-party/sponsors/safing-dark.svg"
|
|
width="210rem"
|
|
title="Safing Privacy Network - Launching on Kickstarter January 2nd, 2020"
|
|
alt="Safing Privacy Network - Safing.io Logo" />
|
|
</a>
|
|
</div>
|