Update PrivacyTools logo (#1566)
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user