Add About page.

This commit is contained in:
inference 2022-06-30 07:18:26 +01:00
parent 1272294143
commit a237390251

View File

@ -1,13 +1,30 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Inferencium Network</title> <title>Inferencium Network - About</title>
<link rel="stylesheet" href=infnet.css> <link rel="stylesheet" href=infnet.css>
</head> </head>
<body> <body>
<h1>Inferencium Network</h1> <h1>About</h1>
<br> <br>
<p>- <a href="contact/contact.html">Contact</a></p> <p>I am Inference, a cybersecurity researcher based in United Kingdom.<br>
<p>- <a href="blog/blog.html">Blog</a></p> <br>
<p>I write about my research and experience in cybersecurity and also<br>
physical security. Most of my postings are security-related, but I<br>
occasionally post about other aspects of my life.</p>
<br>
<p>I am an open source advocate for the preservation and modifiability of<br>
source code. I believe source code should be considered human knowledge as<br>
much as past knowledge and teachings were; it is how modern humanity<br>
survives and runs. Source code being modifiable allows it to be adapted<br>
for use by anyone, whether to add features, harden it, or provide<br>
accessibility for disabled people.<br>
I am also a modular design advocate for the ability to securely and<br>
robustly make changes to hardware and software without the entire system<br>
being affected.</p>
<br>
<br>
<br>
<a href="index.html">Back</a>
</body> </body>
</html> </html>