From 7993b559f0a7b22f225cc701e9016afc9938f012 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Sun, 25 Aug 2019 22:37:10 -0700 Subject: [PATCH 1/2] No text wrap for DNS locations --- _includes/sections/dns.html | 85 ++++++++++++++++++++++++++++++++----- assets/css/style.scss | 4 ++ 2 files changed, 78 insertions(+), 11 deletions(-) diff --git a/_includes/sections/dns.html b/_includes/sections/dns.html index 219f170c..6df25dba 100644 --- a/_includes/sections/dns.html +++ b/_includes/sections/dns.html @@ -54,7 +54,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" AdGuard - Anycast (based in Cyprus) + Anycast (based in + + + Cyprus + ) + WWW @@ -77,7 +82,20 @@ github="https://github.com/jedisct1/dnscrypt-proxy" BlahDNS - Switzerland, Japan, Germany + + + + Switzerland + , + + + Japan + , + + + Germany + + WWW @@ -100,7 +118,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Cloudflare - Anycast (based in US) + Anycast (based in + + + US + ) + WWW @@ -123,7 +146,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" CZ.NIC - Czech Republic + + + + Czech Republic + + WWW @@ -142,7 +170,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" dnswarden - Germany + + + + Germany + + WWW @@ -161,7 +194,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Foundation for Applied Privacy - Austria + + + + Austria + + WWW @@ -180,7 +218,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" nextdns - Anycast (based in US) + Anycast (based in + + + US + ) + WWW @@ -199,7 +242,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" PowerDNS - The Netherlands + + + + The Netherlands + + WWW @@ -222,7 +270,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Quad9 - Anycast (based in US) + Anycast (based in + + + US + ) + WWW @@ -241,7 +294,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" SecureDNS - The Netherlands + + + + The Netherlands + + WWW @@ -260,7 +318,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" UncensoredDNS - Anycast (based in Denmark) + Anycast (based in + + + Denmark + ) + WWW diff --git a/assets/css/style.scss b/assets/css/style.scss index c2ab51f4..b4cdd120 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -335,3 +335,7 @@ input#nav-toggle, max-height: 8em; } } + +.no-text-wrap { + white-space: nowrap; +} \ No newline at end of file -- 2.40.1 From 3ff07953ded4f9ad1c32f10e0900c4f95aad91dd Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Mon, 26 Aug 2019 19:04:55 -0700 Subject: [PATCH 2/2] Iterate on feedback --- _includes/sections/dns.html | 59 ++++++++++++++++++++++++++----------- assets/css/style.scss | 2 +- 2 files changed, 42 insertions(+), 19 deletions(-) diff --git a/_includes/sections/dns.html b/_includes/sections/dns.html index 6df25dba..a3b236e0 100644 --- a/_includes/sections/dns.html +++ b/_includes/sections/dns.html @@ -57,8 +57,8 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Anycast (based in - Cyprus - ) + Cyprus) + @@ -85,12 +85,12 @@ github="https://github.com/jedisct1/dnscrypt-proxy" - Switzerland - , + Switzerland, + - Japan - , + Japan, + Germany @@ -103,7 +103,15 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Hobby Project No - DoH, DoT, DNSCrypt + + + DoH, + + DoT, + + + DNSCrypt + Yes Yes Ads, trackers, malicious domains @@ -121,9 +129,9 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Anycast (based in - US - ) - + US) + + WWW @@ -183,7 +191,15 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Hobby Project No - DoH, DoT, DNSCrypt + + + DoH, + + DoT, + + + DNSCrypt + Yes Yes Based on server choice @@ -207,7 +223,14 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Non-Profit Some - DoH, DoT + + + DoH, + + DoT + + + Yes Yes No @@ -221,8 +244,8 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Anycast (based in - US - ) + US) + @@ -273,8 +296,8 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Anycast (based in - US - ) + US) + @@ -321,8 +344,8 @@ github="https://github.com/jedisct1/dnscrypt-proxy" Anycast (based in - Denmark - ) + Denmark) + diff --git a/assets/css/style.scss b/assets/css/style.scss index b4cdd120..0cd336a8 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -338,4 +338,4 @@ input#nav-toggle, .no-text-wrap { white-space: nowrap; -} \ No newline at end of file +} -- 2.40.1