diff --git a/about.html b/about.html
index 974055e..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
@@ -189,10 +190,10 @@
Smartphone
- Type |
- Software |
- Description |
- Source model
+ | Type |
+ Software |
+ Description |
+ Source model
(License) |
diff --git a/contact.html b/contact.html
index e4b9ab4..73fc60a 100644
--- a/contact.html
+++ b/contact.html
@@ -34,9 +34,12 @@
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.
+ 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.
Briar
Session
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);
+}