Update PrivacyTools logo (#1566)

This commit is contained in:
Dawid Potocki
2019-12-04 19:46:17 +00:00
committed by GitHub
parent eeaf642ee4
commit d12c541701
40 changed files with 96 additions and 77 deletions

View File

@ -3,7 +3,14 @@
</div>
<div class="jumbotron p-5">
<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>
<h1 class="display-4">
<a href="{{ site.production_url }}" title="{{ site.name }}">
<img class="img-fluid d-none d-sm-block" src="/assets/img/svg/layout/brand/horizontal.svg" width="500px" alt="{{ site.name }}">
<div class="text-center">
<img class="img-fluid d-sm-none" src="/assets/img/svg/layout/brand/vertical.svg" width="300px" alt="{{ site.name }}">
</div>
</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>