Switch images to svgs, where possible (#1563)

Closes #1361, #1362
This commit is contained in:
Dawid Potocki
2019-12-04 15:35:20 +00:00
committed by GitHub
parent ac9b3fcec7
commit 7fb5d206f5
638 changed files with 485 additions and 210 deletions

View File

@ -24,7 +24,12 @@
<tr>
<td data-value="disroot">
<img alt="Disroot" src="/assets/img/provider/disroot.org.png" width="200" height="70">
<img
alt="Disroot"
src="/assets/img/svg/3rd-party/disroot.svg"
data-theme-src="/assets/img/svg/3rd-party/disroot-dark.svg"
width="200"
height="70">
</td>
<td>
<a
@ -48,7 +53,12 @@
<tr>
<td data-value="kolabnow">
<img alt="Kolab Now" src="/assets/img/provider/Kolab-Now.png" width="200" height="70">
<img
alt="Kolab Now"
src="/assets/img/svg/3rd-party/kolab_now.svg"
data-theme-src="/assets/img/svg/3rd-party/kolab_now-dark.svg"
width="200"
height="70">
</td>
<td>
<a
@ -72,7 +82,7 @@
<tr>
<td data-value="mailbox">
<img alt="mailbox.org" src="/assets/img/provider/mailbox.org.png" width="200" height="70">
<img alt="mailbox.org" src="/assets/img/svg/3rd-party/mailboxorg.svg" width="200" height="70">
</td>
<td>
@ -97,7 +107,12 @@
<tr>
<td data-value="mailfence">
<img alt="Mailfence" src="/assets/img/provider/Mailfence.png" width="200" height="70">
<img
alt="Mailfence"
src="/assets/img/svg/3rd-party/mailfence.svg"
data-theme-src="/assets/img/svg/3rd-party/mailfence-dark.svg"
width="200"
height="70">
</td>
<td>
<a
@ -121,7 +136,7 @@
<tr>
<td data-value="posteo">
<img alt="Posteo" src="/assets/img/provider/Posteo.png" width="200" height="70">
<img alt="Posteo" src="/assets/img/svg/3rd-party/posteo.svg" width="200" height="70">
</td>
<td>
<a
@ -145,7 +160,7 @@
<tr>
<td data-value="protonmail">
<img alt="Protonmail" src="/assets/img/provider/ProtonMail.ch.png" width="200" height="70">
<img alt="ProtonMail" src="/assets/img/svg/3rd-party/protonmail.svg" width="200" height="70">
</td>
<td>
<a
@ -177,8 +192,12 @@
<tr>
<td data-value="runbox">
<img alt="Runbox" src="/assets/img/provider/runbox.png" width="200" height="70">
<img
alt="Runbox"
src="/assets/img/png/3rd-party/runbox.png"
data-theme-src="/assets/img/png/3rd-party/runbox-dark.png"
width="200"
height="70">
</td>
<td>
<a
@ -202,7 +221,7 @@
<tr>
<td data-value="soverin">
<img alt="Soverin" src="/assets/img/provider/Soverin.png" width="200" height="70">
<img alt="Soverin" src="/assets/img/svg/3rd-party/soverin.svg" width="200" height="70">
</td>
<td>
<a
@ -226,7 +245,12 @@
<tr>
<td data-value="startmail">
<img alt="StartMail" src="/assets/img/provider/StartMail.png" width="200" height="70">
<img
alt="StartMail"
src="/assets/img/svg/3rd-party/startmail.svg"
data-theme-src="/assets/img/svg/3rd-party/startmail-dark.svg"
width="200"
height="70">
</td>
<td>
<a
@ -250,7 +274,12 @@
<tr>
<td data-value="tutanota">
<img alt="Tutanota" src="/assets/img/provider/Tutanota.png" width="200" height="70">
<img
alt="Tutanota"
src="/assets/img/svg/3rd-party/tutanota.svg"
data-theme-src="/assets/img/svg/3rd-party/tutanota-dark.svg"
width="200"
height="70">
</td>
<td>
<a
@ -285,8 +314,8 @@
<h3>Become Your Own Email Provider</h3>
<a href="https://mailinabox.email/"><img src="/assets/img/provider/Mail-in-a-Box.png" width="200" height="70" class="img-fluid float-left mr-3" alt="Mail-in-a-Box"></a>
<a href="https://mailinabox.email/"><img src="/assets/img/svg/3rd-party/mail-in-a-box.svg" width="80rem" class="img-fluid float-left mr-3" alt="Mail-in-a-Box"></a>
<p><strong>Mail-in-a-Box</strong> lets you become your own mail service provider in a few easy steps. It's sort of like making your own Gmail, but one you control from top to bottom. Technically, Mail-in-a-Box turns a fresh cloud computer into a working mail server. But you don't need to be a technology expert to set it up. <strong>More: <a href="https://mailinabox.email/">https://mailinabox.email/</a></strong></p>
<a href="https://mailcow.email/"><img src="/assets/img/provider/Mailcow.png" width="70" height="70" class="img-fluid float-left mr-3" alt="Mailcow"></a>
<a href="https://mailcow.email/"><img src="/assets/img/svg/3rd-party/mailcow.svg" width="80rem" class="img-fluid float-left mr-3" alt="Mailcow"></a>
<p><strong>Mailcow</strong> is a slightly more advanced mail server perfect for those with a bit more Linux experience. It has everything you need in a Docker container: A mailserver with DKIM support, antivirus and spam monitoring, webmail and ActiveSync with SOGo, and web-based administration with 2FA support. <strong>More: <a href="https://mailcow.github.io/mailcow-dockerized-docs/">Mailcow Dockerized docs</a></strong></p>