2019-01-18 17:17:56 +01:00
< nav id = "navbar" class = "navbar fixed-top navbar-expand-lg navbar-dark bg-dark" >
< div class = "container" >
2019-08-06 18:39:53 -05:00
< button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#navbarSupportedContent" aria-controls = "navbarSupportedContent" aria-expanded = "false" aria-label = "{% t aria.nav_toggle %}" >
2019-01-18 17:17:56 +01:00
< span class = "navbar-toggler-icon" > < / span >
< / button >
< div class = "collapse navbar-collapse" id = "navbarSupportedContent" >
< ul class = "navbar-nav mr-auto" >
< li class = "nav-item" >
2019-08-06 18:39:53 -05:00
< a class = "nav-link" href = "/index.html" > < i class = "fas fa-home" > < / i > < span class = "sr-only" > {% t global.home %}< / span > < / a >
2019-01-18 17:17:56 +01:00
< / li >
2019-03-31 08:33:41 +08:00
< li class = "nav-item dropdown" >
2019-04-01 19:42:34 -05:00
< a class = "nav-link dropdown-toggle" href = "/providers/" id = "providerDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
2019-08-06 18:39:53 -05:00
{% t provider.provider %}
2019-01-18 17:17:56 +01:00
< / a >
< div class = "dropdown-menu" aria-labelledby = "providerDropdown" >
2019-08-06 18:39:53 -05:00
< a class = "dropdown-item" href = "/providers/#ukusa" > < i class = "fab fa-creative-commons-nc fa-fw" > < / i > {% t provider.us_uk %}< / a >
< a class = "dropdown-item" href = "/providers/cloud-storage/" > < i class = "fas fa-cloud fa-fw" > < / i > {% t provider.cloud_storage %}< / a >
< a class = "dropdown-item" href = "/providers/dns/" > < i class = "fa fa-tasks fa-fw" > < / i > {% t provider.dns %}< / a >
< a class = "dropdown-item" href = "/providers/email/" > < i class = "fas fa-mail-bulk fa-fw" > < / i > {% t provider.email %}< / a >
< a class = "dropdown-item" href = "/providers/hosting/" > < i class = "fas fa-database fa-fw" > < / i > {% t provider.hosting %}< / a >
< a class = "dropdown-item" href = "/providers/paste/" > < i class = "fas fa-paste fa-fw" > < / i > {% t provider.pastebins %}< / a >
< a class = "dropdown-item" href = "/providers/search-engines/" > < i class = "fab fa-searchengin fa-fw" > < / i > {% t provider.search_engines %}< / a >
< a class = "dropdown-item" href = "/providers/social-networks/" > < i class = "fas fa-expand-arrows-alt fa-fw" > < / i > {% t provider.social_networks %}< / a >
2019-08-11 21:47:56 -05:00
< a class = "dropdown-item" href = "/providers/social-news-aggregator/" > < i class = "far fa-newspaper fa-fw" > < / i > {% t provider.news_aggregators %}< / a >
2019-08-06 18:39:53 -05:00
< a class = "dropdown-item" href = "/providers/vpn/" > < i class = "far fa-eye-slash fa-fw" > < / i > {% t provider.vpn %}< / a >
2019-01-18 17:17:56 +01:00
< / div >
< / li >
< li class = "nav-item dropdown" >
2019-04-01 19:42:34 -05:00
< a class = "nav-link dropdown-toggle" href = "/browsers/" id = "browserDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
2019-08-06 18:39:53 -05:00
{% t browser.browser %}
2019-01-18 17:17:56 +01:00
< / a >
< div class = "dropdown-menu" aria-labelledby = "browserDropdown" >
2019-08-06 18:39:53 -05:00
< a class = "dropdown-item" href = "/browsers/#fingerprint" > < i class = "fas fa-fingerprint fa-fw" > < / i > {% t browser.fingerprint %}< / a >
< a class = "dropdown-item" href = "/browsers/#addons" > < i class = "far fa-list-alt fa-fw" > < / i > {% t browser.privacy_addons %}< / a >
< a class = "dropdown-item" href = "/browsers/#about_config" > < i class = "fas fa-wrench fa-fw" > < / i > {% t browser.tweaks %}< / a >
< a class = "dropdown-item" href = "/browsers/#browser" > < i class = "fas fa-check fa-fw" > < / i > {% t browser.recommendations %}< / a >
< a class = "dropdown-item" href = "/browsers/#webrtc" > < i class = "far fa-eye fa-fw" > < / i > {% t browser.webrtc_ip_leak %}< / a >
2019-01-18 17:17:56 +01:00
< / div >
< / li >
< li class = "nav-item dropdown" >
2019-04-01 19:42:34 -05:00
< a class = "nav-link dropdown-toggle" href = "/software/" id = "softwareDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
2019-08-06 18:39:53 -05:00
{% t software.software %}
2019-01-18 17:17:56 +01:00
< / a >
< div class = "dropdown-menu" aria-labelledby = "softwareDropdown" >
2019-08-11 21:47:56 -05:00
< a class = "dropdown-item" href = "/software/calendar-contacts/" > < i class = "fas fa-calendar fa-fw" > < / i > {% t software.cal_card %}< / a >
2019-08-06 18:39:53 -05:00
< a class = "dropdown-item" href = "/software/notebooks/" > < i class = "far fa-sticky-note fa-fw" > < / i > {% t software.notebook %}< / a >
< a class = "dropdown-item" href = "/software/email/#messaging" > < i class = "fas fa-random fa-fw" > < / i > {% t software.email_alt %}< / a >
< a class = "dropdown-item" href = "/software/email/" > < i class = "fas fa-envelope fa-fw" > < / i > {% t software.email_clients %}< / a >
< a class = "dropdown-item" href = "/software/encryption-tools/" > < i class = "fas fa-lock fa-fw" > < / i > {% t software.file_encryption %}< / a >
< a class = "dropdown-item" href = "/software/file-sharing/" > < i class = "fas fa-file-export fa-fw" > < / i > {% t software.file_sharing %}< / a >
< a class = "dropdown-item" href = "/software/passwords/" > < i class = "fas fa-user-lock fa-fw" > < / i > {% t software.password_managers %}< / a >
< a class = "dropdown-item" href = "/software/productivity/" > < i class = "fas fa-briefcase fa-fw" > < / i > {% t software.productivity %}< / a >
2019-08-11 22:39:01 -05:00
< a class = "dropdown-item" href = "/software/real-time-communication/" > < i class = "fas fa-comments fa-fw" > < / i > {% t software.rtc %}< / a >
2019-08-06 18:39:53 -05:00
< a class = "dropdown-item" href = "/software/file-sync/" > < i class = "fas fa-copy fa-fw" > < / i > {% t software.file_sync %}< / a >
< a class = "dropdown-item" href = "/software/networks/" > < i class = "fas fa-user-secret fa-fw" > < / i > {% t software.networks %}< / a >
< a class = "dropdown-item" href = "/software/cloud/" > < i class = "fas fa-hdd fa-fw" > < / i > {% t software.cloud %}< / a >
2019-01-18 17:17:56 +01:00
< / div >
< / li >
< li class = "nav-item dropdown" >
2019-04-01 19:42:34 -05:00
< a class = "nav-link dropdown-toggle" href = "/operating-systems/" id = "osDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
2019-08-06 18:39:53 -05:00
{% t os.os %}
2019-01-18 17:17:56 +01:00
< / a >
< div class = "dropdown-menu" aria-labelledby = "osDropdown" >
2019-08-06 18:39:53 -05:00
< a class = "dropdown-item" href = "/operating-systems/#aaddons" > < i class = "fas fa-th fa-fw" > < / i > {% t os.android_addons %}< / a >
< a class = "dropdown-item" href = "/operating-systems/#win10" > < i class = "far fa-thumbs-down fa-fw" > < / i > {% t os.windows_10 %}< / a >
< a class = "dropdown-item" href = "/operating-systems/#live_os" > < i class = "fas fa-compact-disc fa-fw" > < / i > {% t os.live_cd %}< / a >
< a class = "dropdown-item" href = "/operating-systems/#mobile_os" > < i class = "fas fa-mobile-alt fa-fw" > < / i > {% t os.mobile %}< / a >
< a class = "dropdown-item" href = "/operating-systems/#os" > < i class = "fas fa-th-large fa-fw" > < / i > {% t os.pc_os %}< / a >
< a class = "dropdown-item" href = "/operating-systems/#firmware" > < i class = "fas fa-signal fa-fw" > < / i > {% t os.router %}< / a >
2019-01-18 17:17:56 +01:00
< / div >
< / li >
< li class = "nav-item" >
2019-08-06 18:39:53 -05:00
< a class = "nav-link" href = "/index.html#participate" > {% t global.participate %}< / a >
2019-01-18 17:17:56 +01:00
< / li >
< / ul >
< ul class = "navbar-nav" >
2019-04-04 07:51:39 +08:00
< li class = "nav-item dropdown" >
2019-04-04 16:33:39 -05:00
< a class = "nav-link dropdown-toggle" href = "#" id = "browserDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "true" > < i class = "fas fa-language text-danger" > < / i >
2019-08-06 18:39:53 -05:00
{% t global.language %}
2019-04-04 07:51:39 +08:00
< / a >
< div class = "dropdown-menu" aria-labelledby = "servicesDropdown" >
< a href = "https://privacytools.twngo.xyz/" class = "dropdown-item" > 繁體中文< / a >
< a href = "https://victorhck.gitlab.io/privacytools-es/" class = "dropdown-item" > Español< / a >
2019-08-05 15:20:49 -05:00
< a href = "https://pl.privacytools.io/" class = "dropdown-item" > Polski< / a >
2019-05-04 22:54:04 -05:00
< a href = "https://www.privacidade.digital/" class = "dropdown-item" > Português< / a >
2019-04-04 07:51:39 +08:00
< a href = "https://privacytools.it-sec.rocks/" class = "dropdown-item" > Deutsch< / a >
< a href = "https://privacytools-it.github.io/" class = "dropdown-item" > Italiano< / a >
< a href = "https://privacytools.ru" class = "dropdown-item" > Русский< / a >
< a href = "https://privacytools.dreads-unlock.fr" class = "dropdown-item" > Français< / a >
< / div >
< / li >
2019-04-01 19:42:34 -05:00
< li class = "nav-item dropdown" >
< a class = "nav-link dropdown-toggle" href = "/services/" id = "browserDropdown" role = "button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" >
2019-08-06 18:39:53 -05:00
{% t service_descriptions.services %}
2019-04-01 19:42:34 -05:00
< / a >
< div class = "dropdown-menu" aria-labelledby = "servicesDropdown" >
2019-08-06 18:39:53 -05:00
< a class = "dropdown-item" href = "https://forum.privacytools.io/" > < i class = "fab fa-discourse fa-fw" > < / i > Discourse - {% t service_descriptions.discourse %}< / a >
< a class = "dropdown-item" href = "https://git.privacytools.io/" > < i class = "fab fa-git fa-fw" > < / i > Gitea - {% t service_descriptions.gitea %}< / a >
< a class = "dropdown-item" href = "https://social.privacytools.io/" > < i class = "fas fa-retweet fa-fw" > < / i > Mastodon - {% t service_descriptions.mastodon %}< / a >
< a class = "dropdown-item" href = "https://chat.privacytools.io/" > < i class = "fas fa-comment fa-fw" > < / i > Matrix - {% t service_descriptions.matrix %}< / a >
< a class = "dropdown-item" href = "https://bin.privacytools.io/" > < i class = "fas fa-clipboard fa-fw" > < / i > PrivateBin - {% t service_descriptions.privatebin %}< / a >
< a class = "dropdown-item" href = "https://search.privacytools.io/" > < i class = "fas fa-search fa-fw" > < / i > Searx - {% t service_descriptions.searx %}< / a >
< a class = "dropdown-item" href = "https://write.privacytools.io/" > < i class = "fas fa-pen-alt fa-fw" > < / i > Write Freely - {% t service_descriptions.writefreely %}< / a >
2019-04-01 19:42:34 -05:00
< / div >
2019-01-18 17:17:56 +01:00
< / li >
< li class = "nav-item" >
2019-08-06 18:39:53 -05:00
< a class = "nav-link" href = "/donate/" > {% t resources.donate %} < i class = "fas fa-heart text-danger" > < / i > < / a >
2019-01-18 17:17:56 +01:00
< / li >
< / ul >
< / div >
< / div >
< / nav >