This repository has been archived on 2024-01-13 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
2019-10-31 18:49:19 -05:00
< div class = "alert alert-success" role = "alert" >
< strong > New!< / strong > Contributions to privacytools.io via < a href = "https://opencollective.com/privacytoolsio" class = "alert-link" > OpenCollective< / a > are now tax deductible! < a href = "https://blog.privacytools.io/privacytools-io-joins-the-open-collective-foundation" class = "alert-link" > Learn more...< / a >
< / div >
2019-01-18 17:55:52 +01:00
< div class = "jumbotron p-5" >
2019-04-01 19:42:34 -05:00
< h1 class = "display-4" > < a href = "https://www.privacytools.io/" title = "privacytools.io" > < img src = "/assets/img/layout/logo.png" width = "600" height = "88" class = "img-fluid" alt = "privacytools.io" > < / a > < / h1 >
2019-08-06 00:01:41 -05:00
< p class = "lead" > {% t header.lead %}< / p >
2019-01-18 17:55:52 +01:00
< / div >
2019-03-31 15:30:42 +08:00
< form method = "POST" action = "https://search.privacytools.io/" 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-08-06 00:01:41 -05:00
< input type = "search" name = "q" class = "form-control input-lg" id = "q" placeholder = "{%t header.search %}" autocomplete = "off" value = "" >
2019-03-31 15:30:42 +08:00
< span class = "input-group-btn" >
2019-08-06 00:01:41 -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" > {% t header.start_search %}< / span > < / button >
2019-03-31 15:30:42 +08:00
< / span >
< / div >
< / form >