Update webpage "About" from version 6.2.2 to 6.2.3
This commit is contained in:
parent
ceb3c1ad0e
commit
ecc86962d9
28
about.html
28
about.html
@ -1,25 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 6.2.3 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 6.2.2 -->
|
||||
|
||||
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="stylesheet" href="main.css"/>
|
||||
<title>Inferencium - About</title>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<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" class="title">Inferencium</a><br>
|
||||
<br>
|
||||
<br>
|
||||
<nav class="nav-bar">
|
||||
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||
<div><a href="about.html">About</a></div>
|
||||
<div><a href="contact.html">Contact</a></div>
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
@ -27,9 +25,9 @@
|
||||
<div><a href="source.html">Source</a></div>
|
||||
<div><a href="key.html">Key</a></div>
|
||||
<div><a href="changelog.html">Changelog</a></div>
|
||||
</div>
|
||||
</nav>
|
||||
<h1>About</h1>
|
||||
<section id="toc">
|
||||
<nav id="toc">
|
||||
<h2 id="toc"><a href="#toc">Table of Contents<a/></h2>
|
||||
<ul>
|
||||
<li><a href="#about_me">About Me</a></li>
|
||||
@ -67,7 +65,7 @@
|
||||
<li><a href="#recommendations-music">Music</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</section>
|
||||
</nav>
|
||||
<section id="about_me">
|
||||
<h2 id="about_me"><a href="#about_me">About Me</a></h2>
|
||||
<p>I am Jake Winters, also known by my pseudonym "Inference", a security
|
||||
@ -547,7 +545,7 @@
|
||||
<tr>
|
||||
<td>Messenger</td>
|
||||
<td>
|
||||
<img src="asset/img/logo-molly.png" width="100px" height="100px"><br>
|
||||
<img src="asset/img/logo-molly.png" width="100px" height="100px"/><br>
|
||||
<br>
|
||||
Molly
|
||||
</td>
|
||||
@ -596,7 +594,7 @@
|
||||
<tr>
|
||||
<td>Messenger</td>
|
||||
<td>
|
||||
<img src="asset/img/logo-conversations.png" width="100px" height="100px"><br>
|
||||
<img src="asset/img/logo-conversations.png" width="100px" height="100px"/><br>
|
||||
<br>
|
||||
Conversations
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user