Add custom CSS class "nav-bar" for main navigation bar

This commit is contained in:
inference 2023-11-16 17:39:35 +00:00
parent cf2bee44ef
commit 8c409cc984
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
22 changed files with 53 additions and 53 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - About --> <!-- Inferencium - Website - About -->
<!-- Version: 6.2.3-alpha.8 --> <!-- Version: 6.2.3-alpha.9 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -15,7 +15,7 @@
<title>Inferencium - About</title> <title>Inferencium - About</title>
</head> </head>
<body> <body>
<nav> <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"><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="index.html" class="title">Inferencium</a></div>
<div><a href="about.html">About</a></div> <div><a href="about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Blog --> <!-- Inferencium - Website - Blog -->
<!-- Version: 4.0.2-alpha.7 --> <!-- Version: 4.0.2-alpha.8 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -15,7 +15,7 @@
<title>Inferencium - Blog</title> <title>Inferencium - Blog</title>
</head> </head>
<body> <body>
<nav> <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"><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="index.html" class="title">Inferencium</a></div>
<div><a href="about.html">About</a></div> <div><a href="about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Blog - #0 --> <!-- Inferencium - Website - Blog - #0 -->
<!-- Version: 5.0.3-alpha.8 --> <!-- Version: 5.0.3-alpha.9 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -15,7 +15,7 @@
<title>Inferencium - Blog - FOSS is Working Against Itself</title> <title>Inferencium - Blog - FOSS is Working Against Itself</title>
</head> </head>
<body> <body>
<nav> <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"><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="../index.html" class="title">Inferencium</a></div>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Blog - #1 --> <!-- Inferencium - Website - Blog - #1 -->
<!-- Version: 5.0.2-alpha.8 --> <!-- Version: 5.0.2-alpha.9 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -15,7 +15,7 @@
<title>Inferencium - Blog - systemd Insecurity</title> <title>Inferencium - Blog - systemd Insecurity</title>
</head> </head>
<body> <body>
<nav> <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"><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="../index.html" class="title">Inferencium</a></div>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Blog - #3 --> <!-- Inferencium - Website - Blog - #3 -->
<!-- Version: 5.0.2-alpha.8 --> <!-- Version: 5.0.2-alpha.9 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -15,7 +15,7 @@
<title>Inferencium - Blog - The Chromium Monopoly</title> <title>Inferencium - Blog - The Chromium Monopoly</title>
</head> </head>
<body> <body>
<nav> <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"><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="../index.html" class="title">Inferencium</a></div>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website -- Blog - #2 --> <!-- Inferencium - Website -- Blog - #2 -->
<!-- Version: 5.0.2-alpha.8 --> <!-- Version: 5.0.2-alpha.9 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -15,7 +15,7 @@
<title>Inferencium - Blog - Untrusted: The Issue with Decentralisation</title> <title>Inferencium - Blog - Untrusted: The Issue with Decentralisation</title>
</head> </head>
<body> <body>
<nav> <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"><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="../index.html" class="title">Inferencium</a></div>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Changelog --> <!-- Inferencium - Website - Changelog -->
<!-- Version: 2.0.0-alpha.10 --> <!-- Version: 2.0.0-alpha.11 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<!-- Navigation bar --> <!-- Navigation bar -->
<body> <body>
<nav> <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"><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="index.html" class="title">Inferencium</a></div>
<div><a href="about.html">About</a></div> <div><a href="about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Changelog - Constellation --> <!-- Inferencium - Website - Changelog - Constellation -->
<!-- Version: 1.0.1-alpha.9 --> <!-- Version: 1.0.1-alpha.10 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<!-- Navigation bar --> <!-- Navigation bar -->
<body> <body>
<nav> <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"><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="../index.html" class="title">Inferencium</a></div>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Changelog - Firmware - aa000-0 --> <!-- Inferencium - Website - Changelog - Firmware - aa000-0 -->
<!-- Version: 1.0.1-alpha.9 --> <!-- Version: 1.0.1-alpha.10 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<!-- Navigation bar --> <!-- Navigation bar -->
<body> <body>
<nav> <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"><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="../index.html" class="title">Inferencium</a></div>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Changelog - Firmware - xa000-0 --> <!-- Inferencium - Website - Changelog - Firmware - xa000-0 -->
<!-- Version: 1.0.1-alpha.9 --> <!-- Version: 1.0.1-alpha.10 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<!-- Navigation bar --> <!-- Navigation bar -->
<body> <body>
<nav> <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"><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="../index.html" class="title">Inferencium</a></div>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Changelog - Firmware - xb000-0 --> <!-- Inferencium - Website - Changelog - Firmware - xb000-0 -->
<!-- Version: 1.0.1-alpha.9 --> <!-- Version: 1.0.1-alpha.10 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<!-- Navigation bar --> <!-- Navigation bar -->
<body> <body>
<nav> <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"><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="../index.html" class="title">Inferencium</a></div>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Changelog - Planetarium --> <!-- Inferencium - Website - Changelog - Planetarium -->
<!-- Version: 1.0.1-alpha.9 --> <!-- Version: 1.0.1-alpha.10 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<!-- Navigation bar --> <!-- Navigation bar -->
<body> <body>
<nav> <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"><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="../index.html" class="title">Inferencium</a></div>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Contact --> <!-- Inferencium - Website - Contact -->
<!-- Version: 6.2.0-alpha.20 --> <!-- Version: 6.2.0-alpha.21 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -15,7 +15,7 @@
<title>Inferencium - Contact</title> <title>Inferencium - Contact</title>
</head> </head>
<body> <body>
<nav> <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"><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="index.html" class="title">Inferencium</a></div>
<div><a href="about.html">About</a></div> <div><a href="about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Documentation --> <!-- Inferencium - Website - Documentation -->
<!-- Version: 1.0.1-alpha.9 --> <!-- Version: 1.0.1-alpha.10 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<!-- Navigation bar --> <!-- Navigation bar -->
<body> <body>
<nav> <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"><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="index.html" class="title">Inferencium</a></div>
<div><a href="about.html">About</a></div> <div><a href="about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Documentation - GrapheneOS hardened_malloc --> <!-- Inferencium - Website - Documentation - GrapheneOS hardened_malloc -->
<!-- Version: 1.0.3-alpha.8 --> <!-- Version: 1.0.3-alpha.9 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<body> <body>
<!-- Navigation bar --> <!-- Navigation bar -->
<nav> <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"><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="../index.html" class="title">Inferencium</a></div>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Documentation - OpenSSL Self-signed Certificate Chain --> <!-- Inferencium - Website - Documentation - OpenSSL Self-signed Certificate Chain -->
<!-- Version: 1.0.2-alpha.11 --> <!-- Version: 1.0.2-alpha.12 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<body> <body>
<!-- Navigation bar --> <!-- Navigation bar -->
<nav> <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"><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="../index.html" class="title">Inferencium</a></div>
<div><a href="../about.html">About</a></div> <div><a href="../about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Index --> <!-- Inferencium - Website - Index -->
<!-- Version: 3.0.1-alpha.8 --> <!-- Version: 3.0.1-alpha.9 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<!-- Navigation bar --> <!-- Navigation bar -->
<body> <body>
<nav> <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"><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="index.html" class="title">Inferencium</a></div>
<div><a href="about.html">About</a></div> <div><a href="about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Key --> <!-- Inferencium - Website - Key -->
<!-- Version: 5.1.1-alpha.8 --> <!-- Version: 5.1.1-alpha.9 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<body> <body>
<!-- Navigation bar --> <!-- Navigation bar -->
<nav> <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"><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="index.html" class="title">Inferencium</a></div>
<div><a href="about.html">About</a></div> <div><a href="about.html">About</a></div>

View File

@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 11.1.0-alpha.9 */ /* Version: 11.1.0-alpha.10 */
/* Body */ /* Body */
@ -200,7 +200,7 @@ td {
/* Navigation bar */ /* Navigation bar */
nav { .nav-bar {
height: 100%; height: 100%;
width: 250px; width: 250px;
position: fixed; position: fixed;
@ -213,6 +213,15 @@ nav {
overflow: auto; overflow: auto;
} }
.nav-bar div, .nav-bar div a, .nav-bar div a:visited {
padding: 6px;
font-family: Roboto, sans-serif;
font-size: 22px;
color: #000000;
display: block;
z-index: 100;
}
.logo-small { .logo-small {
transform: translate(0px, 13px); transform: translate(0px, 13px);
} }
@ -228,15 +237,6 @@ nav {
color: #000000; color: #000000;
} }
nav div, nav div a, nav div a:visited {
padding: 6px;
font-family: Roboto, sans-serif;
font-size: 22px;
color: #000000;
display: block;
z-index: 100;
}
/* Emphasis */ /* Emphasis */
strong { strong {

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Music --> <!-- Inferencium - Website - Music -->
<!-- Version: 2.0.2-alpha.7 --> <!-- Version: 2.0.2-alpha.8 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -15,7 +15,7 @@
<title>Inferencium - Music</title> <title>Inferencium - Music</title>
</head> </head>
<body> <body>
<nav> <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"><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="index.html" class="title">Inferencium</a></div>
<div><a href="about.html">About</a></div> <div><a href="about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Redirect - git.inferencium.net --> <!-- Inferencium - Website - Redirect - git.inferencium.net -->
<!-- Version: 1.0.1-alpha.8 --> <!-- Version: 1.0.1-alpha.9 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<!-- Navigation bar --> <!-- Navigation bar -->
<body> <body>
<nav> <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"><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="index.html" class="title">Inferencium</a></div>
<div><a href="about.html">About</a></div> <div><a href="about.html">About</a></div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Source --> <!-- Inferencium - Website - Source -->
<!-- Version: 4.0.1-alpha.9 --> <!-- Version: 4.0.1-alpha.10 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -16,7 +16,7 @@
</head> </head>
<!-- Navigation bar --> <!-- Navigation bar -->
<body> <body>
<nav> <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"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
<div><a href="index.html" class="title">Inferencium</a><br></div> <div><a href="index.html" class="title">Inferencium</a><br></div>
<div><a href="about.html">About</a></div> <div><a href="about.html">About</a></div>