Merge pull request 'Add About page.' (#10) from beta into stable
This commit is contained in:
commit
3af8f33397
30
about.html
Normal file
30
about.html
Normal file
@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Inferencium Network - About</title>
|
||||
<link rel="stylesheet" href=infnet.css>
|
||||
</head>
|
||||
<body>
|
||||
<h1>About</h1>
|
||||
<br>
|
||||
<p>I am Inference, a cybersecurity researcher based in United Kingdom.<br>
|
||||
<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>
|
||||
</html>
|
@ -7,6 +7,7 @@
|
||||
<body>
|
||||
<h1>Inferencium Network</h1>
|
||||
<br>
|
||||
<p>- <a href="about.html">About</a></p>
|
||||
<p>- <a href="contact/contact.html">Contact</a></p>
|
||||
<p>- <a href="blog/blog.html">Blog</a></p>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user