privacyguides.org/_includes/sections/header.html

18 lines
1.4 KiB
HTML
Raw Normal View History

<div class="alert alert-success" role="alert">
<strong>New!</strong> Financial <a href="https://opencollective.com/privacytoolsio" class="alert-link">contributions</a> to {{ site.name }} are now tax deductible in the US! <a href="https://blog.privacytools.io/privacytools-io-joins-the-open-collective-foundation" class="alert-link">Learn more...</a>
</div>
2019-01-18 11:55:52 -05:00
<div class="jumbotron p-5">
2019-11-08 22:06:02 -05:00
<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>
<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>
2019-01-18 11:55:52 -05:00
</div>
2019-03-31 03:30:42 -04:00
<form method="POST" action="https://search.privacytools.io/" id="search_form" role="search">
2019-04-02 22:39:47 -04:00
<div class="input-group col-12 col-md-8 offset-md-2">
<input type="search" name="q" class="form-control input-lg" id="q" placeholder="Try {{ site.name }} Search, a Privacy-Respecting Search Engine" autocomplete="off" value="">
2019-03-31 03:30:42 -04:00
<span class="input-group-btn">
2019-04-02 22:39:47 -04:00
<button type="submit" class="btn btn-primary input-lg"><span class="hide_if_nojs"><i class="fas fa-search"></i> </span><span class="hidden active_if_nojs">start search</span></button>
2019-03-31 03:30:42 -04:00
</span>
</div>
</form>