Add custom CSS class "nav-bar" for main navigation bar
This commit is contained in:
parent
cf2bee44ef
commit
8c409cc984
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 6.2.3-alpha.8 -->
|
||||
<!-- Version: 6.2.3-alpha.9 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - About</title>
|
||||
</head>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Blog -->
|
||||
<!-- Version: 4.0.2-alpha.7 -->
|
||||
<!-- Version: 4.0.2-alpha.8 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Blog</title>
|
||||
</head>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Blog - #0 -->
|
||||
<!-- Version: 5.0.3-alpha.8 -->
|
||||
<!-- Version: 5.0.3-alpha.9 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Blog - FOSS is Working Against Itself</title>
|
||||
</head>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="../about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Blog - #1 -->
|
||||
<!-- Version: 5.0.2-alpha.8 -->
|
||||
<!-- Version: 5.0.2-alpha.9 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Blog - systemd Insecurity</title>
|
||||
</head>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="../about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Blog - #3 -->
|
||||
<!-- Version: 5.0.2-alpha.8 -->
|
||||
<!-- Version: 5.0.2-alpha.9 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Blog - The Chromium Monopoly</title>
|
||||
</head>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="../about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website -- Blog - #2 -->
|
||||
<!-- Version: 5.0.2-alpha.8 -->
|
||||
<!-- Version: 5.0.2-alpha.9 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Blog - Untrusted: The Issue with Decentralisation</title>
|
||||
</head>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="../about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog -->
|
||||
<!-- Version: 2.0.0-alpha.10 -->
|
||||
<!-- Version: 2.0.0-alpha.11 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog - Constellation -->
|
||||
<!-- Version: 1.0.1-alpha.9 -->
|
||||
<!-- Version: 1.0.1-alpha.10 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="../about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog - Firmware - aa000-0 -->
|
||||
<!-- Version: 1.0.1-alpha.9 -->
|
||||
<!-- Version: 1.0.1-alpha.10 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="../about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog - Firmware - xa000-0 -->
|
||||
<!-- Version: 1.0.1-alpha.9 -->
|
||||
<!-- Version: 1.0.1-alpha.10 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="../about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog - Firmware - xb000-0 -->
|
||||
<!-- Version: 1.0.1-alpha.9 -->
|
||||
<!-- Version: 1.0.1-alpha.10 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="../about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Changelog - Planetarium -->
|
||||
<!-- Version: 1.0.1-alpha.9 -->
|
||||
<!-- Version: 1.0.1-alpha.10 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="../about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Contact -->
|
||||
<!-- Version: 6.2.0-alpha.20 -->
|
||||
<!-- Version: 6.2.0-alpha.21 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Contact</title>
|
||||
</head>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Documentation -->
|
||||
<!-- Version: 1.0.1-alpha.9 -->
|
||||
<!-- Version: 1.0.1-alpha.10 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Documentation - GrapheneOS hardened_malloc -->
|
||||
<!-- Version: 1.0.3-alpha.8 -->
|
||||
<!-- Version: 1.0.3-alpha.9 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<!-- 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" class="title">Inferencium</a></div>
|
||||
<div><a href="../about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Documentation - OpenSSL Self-signed Certificate Chain -->
|
||||
<!-- Version: 1.0.2-alpha.11 -->
|
||||
<!-- Version: 1.0.2-alpha.12 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<!-- 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" class="title">Inferencium</a></div>
|
||||
<div><a href="../about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Index -->
|
||||
<!-- Version: 3.0.1-alpha.8 -->
|
||||
<!-- Version: 3.0.1-alpha.9 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="about.html">About</a></div>
|
||||
|
4
key.html
4
key.html
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Key -->
|
||||
<!-- Version: 5.1.1-alpha.8 -->
|
||||
<!-- Version: 5.1.1-alpha.9 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<!-- 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" class="title">Inferencium</a></div>
|
||||
<div><a href="about.html">About</a></div>
|
||||
|
22
main.css
22
main.css
@ -3,7 +3,7 @@
|
||||
/* Copyright 2022 Jake Winters */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
/* Version: 11.1.0-alpha.9 */
|
||||
/* Version: 11.1.0-alpha.10 */
|
||||
|
||||
|
||||
/* Body */
|
||||
@ -200,7 +200,7 @@ td {
|
||||
|
||||
|
||||
/* Navigation bar */
|
||||
nav {
|
||||
.nav-bar {
|
||||
height: 100%;
|
||||
width: 250px;
|
||||
position: fixed;
|
||||
@ -213,6 +213,15 @@ nav {
|
||||
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 {
|
||||
transform: translate(0px, 13px);
|
||||
}
|
||||
@ -228,15 +237,6 @@ nav {
|
||||
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 */
|
||||
strong {
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Music -->
|
||||
<!-- Version: 2.0.2-alpha.7 -->
|
||||
<!-- Version: 2.0.2-alpha.8 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Music</title>
|
||||
</head>
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Redirect - git.inferencium.net -->
|
||||
<!-- Version: 1.0.1-alpha.8 -->
|
||||
<!-- Version: 1.0.1-alpha.9 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<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" class="title">Inferencium</a></div>
|
||||
<div><a href="about.html">About</a></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Source -->
|
||||
<!-- Version: 4.0.1-alpha.9 -->
|
||||
<!-- Version: 4.0.1-alpha.10 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<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" class="title">Inferencium</a><br></div>
|
||||
<div><a href="about.html">About</a></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user