Remove unnecessary spacing.

This commit is contained in:
inference 2023-06-17 16:56:41 +01:00
parent b730ed9323
commit 696d64fcb7
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,17 +5,15 @@
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 5.0.1.91 --> <!-- Version: 5.0.2.92 -->
<html> <html>
<head> <head>
<title>Inferencium - About</title> <title>Inferencium - About</title>
<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 --> <!-- Navigation bar -->
<div class="sidebar"> <div class="sidebar">
<img src="asset/img/logo-inferencium-no_text.png" <img src="asset/img/logo-inferencium-no_text.png"
@ -30,13 +28,11 @@
<div><a href="key.html">Key</a></div> <div><a href="key.html">Key</a></div>
<div><a href="changelog.html">Changelog</a></div> <div><a href="changelog.html">Changelog</a></div>
</div> </div>
<body> <body>
<h1>About</h1> <h1>About</h1>
<br> <br>
<br> <br>
<br> <br>
<!-- Table of contents --> <!-- Table of contents -->
<h2 id="toc"><a href="#toc" class="h2" <h2 id="toc"><a href="#toc" class="h2"
>Table of Contents<a/></h2> >Table of Contents<a/></h2>
@ -122,7 +118,6 @@
<br> <br>
<br> <br>
<br> <br>
<!-- About me --> <!-- About me -->
<h2 id="about_me"><a href="#about_me" class="h2" <h2 id="about_me"><a href="#about_me" class="h2"
>About Me</a></h2> >About Me</a></h2>
@ -156,7 +151,6 @@
<br> <br>
<br> <br>
<br> <br>
<h2 id="licensing"><a href="#licensing" class="h2" <h2 id="licensing"><a href="#licensing" class="h2"
>Licensing</a></h2> >Licensing</a></h2>
<p>Inferencium cares about upstreaming and sharing code, strongly preferring licenses which <p>Inferencium cares about upstreaming and sharing code, strongly preferring licenses which
@ -339,7 +333,6 @@
not want to prevent, it is avoided completely.</p> not want to prevent, it is avoided completely.</p>
<br> <br>
<br> <br>
<h2 id="recommendations"><a href="#recommendations" class="h2" <h2 id="recommendations"><a href="#recommendations" class="h2"
>Recommendations</a></h2> >Recommendations</a></h2>
<br> <br>
@ -725,7 +718,6 @@
</div> </div>
<br> <br>
<br> <br>
<h3 id="music"><a href="#music" class="h3" <h3 id="music"><a href="#music" class="h3"
>Music</a></h3> >Music</a></h3>
<p>For a curated list of music I enjoy, visit my <p>For a curated list of music I enjoy, visit my
@ -735,5 +727,4 @@
<br> <br>
<br> <br>
</body> </body>
</html> </html>