Update About webpage from version 5.3.0.108 to 5.3.0.112

This commit is contained in:
inference 2023-09-09 23:55:53 +01:00
parent ed888e70fc
commit 755cb11164
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -5,7 +5,7 @@
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 5.3.0.108 --> <!-- Version: 5.3.0.112 -->
<html> <html>
@ -14,7 +14,6 @@
<link rel="stylesheet" href="inf.css"> <link rel="stylesheet" href="inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>
<!-- Navigation bar -->
<div class="sidebar"> <div class="sidebar">
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a> <a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
<a href="index.html" class="title">Inferencium</a><br> <a href="index.html" class="title">Inferencium</a><br>
@ -30,7 +29,6 @@
<body> <body>
<h1>About</h1> <h1>About</h1>
<section id="toc"> <section id="toc">
<!-- Table of contents -->
<h2 id="toc"><a href="#toc">Table of Contents<a/></h2> <h2 id="toc"><a href="#toc">Table of Contents<a/></h2>
<ul> <ul>
<li><a href="#about_me">About Me</a></li> <li><a href="#about_me">About Me</a></li>
@ -63,7 +61,7 @@
</section> </section>
<section id="about_me"> <section id="about_me">
<h2 id="about_me"><a href="#about_me">About Me</a></h2> <h2 id="about_me"><a href="#about_me">About Me</a></h2>
<p>I am Jake Winters, also known by my pseudonym "Inference", a cybersecurity researcher <p>I am Jake Winters, also known by my pseudonym "Inference", a security researcher
based in United Kingdom.<br> based in United Kingdom.<br>
I am the founder, lead developer, and administrator, of Inferencium.<br> I am the founder, lead developer, and administrator, of Inferencium.<br>
All opinions are my own, and are not necessarily shared with projects or people I am All opinions are my own, and are not necessarily shared with projects or people I am
@ -98,6 +96,8 @@
infeasible to do so. My goal is to share code which has the least amount of restrictions as infeasible to do so. My goal is to share code which has the least amount of restrictions as
possible, to allow wider propagation of my code and allow more use cases and possibilities, possible, to allow wider propagation of my code and allow more use cases and possibilities,
as well as ensuring proprietary code, whenever required, is permitted to be included.</p> as well as ensuring proprietary code, whenever required, is permitted to be included.</p>
<p>My preferred licenses and rationale for using them are below; any licenses
not listed are chosen on a case-by-case basis.</p>
<p><a href="https://iso.org/standard/81870.html">ISO 5962:2021</a> <p><a href="https://iso.org/standard/81870.html">ISO 5962:2021</a>
is used for licensing, in the format is used for licensing, in the format
<code>SPDX-License-Identifier: &lt;license&gt;</code>; see the <code>SPDX-License-Identifier: &lt;license&gt;</code>; see the