diff --git a/about.html b/about.html index d351ad1..2086c0f 100644 --- a/about.html +++ b/about.html @@ -4,27 +4,32 @@ Inferencium Network - About +

About


I am Inference, a cybersecurity researcher based in United Kingdom.

-

I write about my research and experience in cybersecurity and also
-physical security. Most of my postings are security-related, but I
-occasionally post about other aspects of my life.

+

I write about my research and experience in cybersecurity and also physical +security. Most of my postings are security-related, but I occasionally post +about other aspects of my life.


-

I am an open source advocate for the preservation and modifiability of
-source code. I believe source code should be considered human knowledge as
-much as past knowledge and teachings were; it is how modern humanity
-survives and runs. Source code being modifiable allows it to be adapted
-for use by anyone, whether to add features, harden it, or provide
+

I am an open source advocate for the preservation and modifiability of +source code. I believe source code should be considered human knowledge as +much as past knowledge and teachings were; it is how modern humanity +survives and runs. Source code being modifiable allows it to be adapted +for use by anyone, whether to add features, harden it, or provide accessibility for disabled people.
-I am also a modular design advocate for the ability to securely and
-robustly make changes to hardware and software without the entire system
+I am also a modular design advocate for the ability to securely and +robustly make changes to hardware and software without the entire system being affected.

-
-
-
-Back diff --git a/contact.html b/contact.html index 1be3e62..c9d1a28 100644 --- a/contact.html +++ b/contact.html @@ -4,34 +4,51 @@ Inferencium Network - Contact +

Contact


-

E2EE contact methods

+

E2EE Contact Methods


Preferred

-

Whenever possible, use the following contact methods;
-they allow verification to mitigate man-in-the-middle attacks,
+

Whenever possible, use the following contact methods; +they allow verification to mitigate man-in-the-middle attacks, have solid security, and reasonable privacy.

-

Use the keys for each contact method to verify my devices.
-Note that verification does not verify a person, only their devices,
+

Use the keys for each contact method to verify my devices. +Note that verification does not verify a person, only their devices, and can be defeated via coercion or other force.


-

- Signal

-

- XMPP

-

- Threema

+

Signal

+

XMPP

+

Threema


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.

+

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.


-

- Briar

-

- Session

+

Briar

+

Session

+
+

Non-private Methods

+

The following contact methods do not utilise end-to-end encryption, +or I do not use such functionality; they are suitable for public contact +only, including directly and groups. Do not use these methods if +confidentiality and/or privacy is required.

+
+

Fediverse

+

Twitter



-
-Back diff --git a/contact/briar.png b/contact/briar.png new file mode 100644 index 0000000..5be7571 Binary files /dev/null and b/contact/briar.png differ diff --git a/contact/pleroma.png b/contact/pleroma.png new file mode 100644 index 0000000..a424baf Binary files /dev/null and b/contact/pleroma.png differ diff --git a/contact/session.png b/contact/session.png new file mode 100644 index 0000000..ef25ff2 Binary files /dev/null and b/contact/session.png differ diff --git a/contact/signal.png b/contact/signal.png new file mode 100644 index 0000000..4cd0e0e Binary files /dev/null and b/contact/signal.png differ diff --git a/contact/threema.png b/contact/threema.png new file mode 100644 index 0000000..606e6b6 Binary files /dev/null and b/contact/threema.png differ diff --git a/contact/twitter.png b/contact/twitter.png new file mode 100644 index 0000000..e34eb86 Binary files /dev/null and b/contact/twitter.png differ diff --git a/contact/xmpp.png b/contact/xmpp.png new file mode 100644 index 0000000..4e4d5f3 Binary files /dev/null and b/contact/xmpp.png differ diff --git a/index.html b/index.html index faebce6..88609d2 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@
Contact
Blog
Source
+ diff --git a/infnet.css b/infnet.css index 8dbc29c..b00b6f8 100644 --- a/infnet.css +++ b/infnet.css @@ -1,11 +1,11 @@ .sidebar { height: 100%; width: 250px; - position: absolute; + position: fixed; left: 0; top: 0; - padding-top: 40px; - background-color: lightgray; + padding-top: 55px; + background-color: #909090; text-align: center; } @@ -22,14 +22,27 @@ font-size: 32px; } +.body-link { + font-family: Roboto, sans-serif; + font-size: 18px; + color: #ffffff; +} + +.logo { + transform: translate(0px, 8px); +} + body { + padding-top: 40px; + margin-left: 400px; + margin-right: 150px; font-family: Roboto, sans-serif; background-color: #262626; } h1 { font-family: Roboto, sans-serif; - font-size: 24px; + font-size: 26px; color: #ffffff; }