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

@ -3,7 +3,7 @@
</div>
<div class="jumbotron p-5">
<h1 class="display-4"><a href="{{ site.production_url }}" title="{{ site.name }}"><img src="/assets/img/layout/logo.png" width="600" height="88" class="img-fluid" alt="{{ site.name }}"></a></h1>
<h1 class="display-4"><a href="{{ site.production_url }}" title="{{ site.name }}"><img src="/assets/img/png/layout/logo.png" width="600" height="88" class="img-fluid" alt="{{ site.name }}"></a></h1>
<p class="lead">You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. {{ site.name }} provides services, tools and knowledge to protect your privacy against global mass surveillance.</p>
</div>