Switch navigation bar from custom sidebar element to proper nav
This commit is contained in:
parent
0b2c704b4b
commit
00d56aee87
10
blog.html
10
blog.html
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 4.0.1 -->
|
<!-- Version: 4.0.2-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="nav">
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.0.2 -->
|
<!-- Version: 5.0.3-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="nav">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="../index.html" class="title">Inferencium</a><br>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.0.1 -->
|
<!-- Version: 5.0.2-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="nav">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="../index.html" class="title">Inferencium</a><br>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.0.1 -->
|
<!-- Version: 5.0.2-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="nav">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="../index.html" class="title">Inferencium</a><br>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.0.1 -->
|
<!-- Version: 5.0.2-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="nav">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="../index.html" class="title">Inferencium</a><br>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 2.0.0-alpha.1+19 -->
|
<!-- Version: 2.0.0-alpha.2 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<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="nav">
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.0+4 -->
|
<!-- Version: 1.0.1-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<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="nav">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="../index.html" class="title">Inferencium</a><br>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.0+29 -->
|
<!-- Version: 1.0.1-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<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="nav">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="../index.html" class="title">Inferencium</a><br>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.0+22 -->
|
<!-- Version: 1.0.1-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<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="nav">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="../index.html" class="title">Inferencium</a><br>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.0+5 -->
|
<!-- Version: 1.0.1-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<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="nav">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="../index.html" class="title">Inferencium</a><br>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.0+4 -->
|
<!-- Version: 1.0.1-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<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="nav">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="../index.html" class="title">Inferencium</a><br>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
|
10
contact.html
10
contact.html
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 6.2.0-alpha.12 -->
|
<!-- Version: 6.2.0-alpha.13 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="nav">
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.0+8 -->
|
<!-- Version: 1.0.1-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<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="nav">
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.2+21 -->
|
<!-- Version: 1.0.3-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -16,11 +16,9 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<div class="nav">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="../index.html" class="title">Inferencium</a><br>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.2-alpha.3+12 -->
|
<!-- Version: 1.0.2-alpha.4 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -16,11 +16,9 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<div class="nav">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="../index.html" class="title">Inferencium</a><br>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="../blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
|
10
index.html
10
index.html
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 3.0.0+21 -->
|
<!-- Version: 3.0.1-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<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="nav">
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
|
24
key.html
24
key.html
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.1.0 -->
|
<!-- Version: 5.1.1-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -16,18 +16,16 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<div class="nav">
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
<div><a href="about.html">About</a></div>
|
||||||
<br>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="documentation.html">Documentation</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="source.html">Source</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
<div><a href="key.html">Key</a></div>
|
|
||||||
<div><a href="changelog.html">Changelog</a></div>
|
|
||||||
</div>
|
</div>
|
||||||
<h1>Key</h1>
|
<h1>Key</h1>
|
||||||
<section id="toc">
|
<section id="toc">
|
||||||
|
10
music.html
10
music.html
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 2.0.1 -->
|
<!-- Version: 2.0.2-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<div class="nav">
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.0+10 -->
|
<!-- Version: 1.0.1-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<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="nav">
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
|
10
source.html
10
source.html
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 4.0.0+45 -->
|
<!-- Version: 4.0.1-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -15,11 +15,9 @@
|
|||||||
<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="nav">
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<div><a href="index.html" class="title">Inferencium</a><br></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user