2019-01-18 17:55:52 +01:00
< div class = "jumbotron p-5" >
2019-12-04 19:46:17 +00:00
< 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 >
2019-11-06 22:48:33 -06:00
< 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 17:55:52 +01:00
< / div >
2021-01-23 21:32:53 +00:00
< form method = "POST" action = "https://search.privacytools.io/searx/" id = "search_form" role = "search" >
2019-04-02 21:39:47 -05:00
< div class = "input-group col-12 col-md-8 offset-md-2" >
2019-11-06 22:48:33 -06:00
< 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 15:30:42 +08:00
< span class = "input-group-btn" >
2019-04-02 21:39:47 -05: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 15:30:42 +08:00
< / span >
< / div >
< / form >