Switch navigation bar CSS class to "navbar"
This commit is contained in:
parent
83f590b28a
commit
85548fa8cc
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 6.3.0-alpha.1 -->
|
||||
<!-- Version: 6.3.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - About</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 4.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Blog</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 5.1.0-alpha.2 -->
|
||||
|
||||
<!-- 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 class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 5.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Blog - systemd Insecurity</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 5.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Blog - The Chromium Monopoly</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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 -->
|
||||
<!-- Version: 5.1.0-alpha.2 -->
|
||||
|
||||
<!-- 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 class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 2.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Changelog</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Changelog - Constellation</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Changelog - Firmware - aa000-0</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Changelog - Firmware - xa000-0</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Changelog - Firmware - xb000-0</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Changelog - Planetarium</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.3.0-alpha.2 -->
|
||||
<!-- Version: 6.3.0-alpha.3 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Contact</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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 - Directory -->
|
||||
<!-- Version: 0.5.0-alpha.1 -->
|
||||
<!-- Version: 0.6.0-alpha.1 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Directory</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Documentation</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Documentation - GrapheneOS hardened_malloc</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Documentation - OpenSSL Self-signed Certificate Chain</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 3.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.2.0-alpha.2 -->
|
||||
<!-- Version: 5.2.0-alpha.3 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Key</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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 - Music -->
|
||||
<!-- Version: 2.1.0-alpha.1 -->
|
||||
<!-- Version: 2.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Music</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 1.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -16,7 +16,7 @@
|
||||
</head>
|
||||
<!-- Navigation bar -->
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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.1.0-alpha.1 -->
|
||||
<!-- Version: 4.1.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -15,7 +15,7 @@
|
||||
<title>Inferencium - Source</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="nav-bar">
|
||||
<nav class="navbar">
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user