From 6841a2bb31088ad5576b0cb095f5ddf069c6849e Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 9 Nov 2022 03:34:25 +0000 Subject: [PATCH 1/6] Add missing table-title classes. --- about.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/about.html b/about.html index 974055e..a6975e2 100644 --- a/about.html +++ b/about.html @@ -189,10 +189,10 @@

Smartphone

- - - - + + + From 7fa8eeede6863df9b7aa673c5fe25dcaadcf246a Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 9 Nov 2022 03:36:12 +0000 Subject: [PATCH 2/6] Improve Google Pixel 6 description formatting. --- about.html | 1 + 1 file changed, 1 insertion(+) diff --git a/about.html b/about.html index a6975e2..424e9ea 100644 --- a/about.html +++ b/about.html @@ -110,6 +110,7 @@ AVA_VAN.5 certified, the highest level of vulnerability assessment. Google's in-house Tensor SoC includes Tensor Security Core, further improving device security.
+
Pixel 6-series devices are supported for a minimum of 5 years from launch, an increase from From 6a0de392af03f4fd21ac4c5b30d4a72f6d6d2707 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 9 Nov 2022 03:42:45 +0000 Subject: [PATCH 3/6] Emphasise that preferred contact methods are preferred. --- contact.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contact.html b/contact.html index e4b9ab4..657457f 100644 --- a/contact.html +++ b/contact.html @@ -35,8 +35,9 @@

Metadata-free

If metadata leakage is an issue for you, you can use the following contact methods. Note that these services do not have verification - functionality, and will be treated as less secure; unless you really - need to use these services, use a preferred method instead.

+ functionality, and will be treated as less secure; + unless you really + need to use these services, use a preferred method instead.


Briar

Session

From fb84fcfd19e0586140e6e2ec096825a4a01f69b2 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 9 Nov 2022 03:52:41 +0000 Subject: [PATCH 4/6] Refactor CSS. --- infnet.css | 108 ++++++++++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 51 deletions(-) diff --git a/infnet.css b/infnet.css index e616ce0..0ef06c7 100644 --- a/infnet.css +++ b/infnet.css @@ -1,54 +1,3 @@ -.sidebar { - height: 100%; - width: 250px; - position: fixed; - left: 0; - top: 0; - padding-top: 55px; - background-color: #909090; - text-align: center; -} - -.sidebar div { - padding: 8px; - font-family: Roboto, sans-serif; - font-size: 24px; - display: block; -} - -.title { - padding: 8px; - font-family: Roboto, sans-serif; - font-size: 32px; -} - -.body-link { - font-family: Roboto, sans-serif; - font-size: 18px; - color: #ffffff; - text-decoration: underline; -} - -.table-link { - font-family: Roboto, sans-serif; - font-size: 18px; - color: #ffffff; - text-decoration: underline; -} - -.logo-small { - transform: translate(0px, 13px); -} - -body { - padding-top: 40px; - margin-left: 400px; - margin-right: 150px; - font-family: Roboto, sans-serif; - font-size: 20px; - background-color: #262626; -} - h1 { font-family: Roboto, sans-serif; font-size: 26px; @@ -80,6 +29,28 @@ h5 { color: #ffffff; } +h6 { + font-family: Roboto, sans-serif; + font-size: 16px; + color: #ffffff; +} + +body { + padding-top: 40px; + margin-left: 400px; + margin-right: 150px; + font-family: Roboto, sans-serif; + font-size: 20px; + background-color: #262626; +} + +.body-link { + font-family: Roboto, sans-serif; + font-size: 18px; + color: #ffffff; + text-decoration: underline; +} + p { font-family: Roboto, sans-serif; font-size: 18px; @@ -121,3 +92,38 @@ table, th, td { color: #ffffff; text-align: center; } + +.table-link { + font-family: Roboto, sans-serif; + font-size: 18px; + color: #ffffff; + text-decoration: underline; +} + +.sidebar { + height: 100%; + width: 250px; + position: fixed; + left: 0; + top: 0; + padding-top: 55px; + background-color: #909090; + text-align: center; +} + +.sidebar div { + padding: 8px; + font-family: Roboto, sans-serif; + font-size: 24px; + display: block; +} + +.title { + padding: 8px; + font-family: Roboto, sans-serif; + font-size: 32px; +} + +.logo-small { + transform: translate(0px, 13px); +} From 47c455ac8ff72b858d44001c4b8e1bce1bb5e981 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 9 Nov 2022 03:55:33 +0000 Subject: [PATCH 5/6] Improve contact methods text. --- contact.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contact.html b/contact.html index 657457f..ea08fa4 100644 --- a/contact.html +++ b/contact.html @@ -34,8 +34,10 @@

Metadata-free

If metadata leakage is an issue for you, you can use the following - contact methods. Note that these services do not have verification - functionality, and will be treated as less secure; + contact methods.
+
+ Note: these services do not have verification + functionality and will be treated as less secure; unless you really need to use these services, use a preferred method instead.


From ddf318628207982a404fb034b04dff35d3093b92 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 9 Nov 2022 03:56:15 +0000 Subject: [PATCH 6/6] Fix typo. --- contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact.html b/contact.html index ea08fa4..73fc60a 100644 --- a/contact.html +++ b/contact.html @@ -36,7 +36,7 @@

If metadata leakage is an issue for you, you can use the following contact methods.

- Note: these services do not have verification + Note: These services do not have verification functionality and will be treated as less secure; unless you really need to use these services, use a preferred method instead.

TypeSoftwareDescriptionSource model
+
TypeSoftwareDescriptionSource model

(License)