commit ac7446738eeca1254e8c3191adeee4d23128dad2
parent 62e82023ed869c433398fa3481ae0ebd5fce2a5f
Author: William <x@linear.codes>
Date: Fri, 13 Dec 2024 15:34:16 -0500
logos and css
Diffstat:
2 files changed, 25 insertions(+), 17 deletions(-)
diff --git a/about.html b/about.html
@@ -8,25 +8,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<div class="wrapper">
-<pre class="title">
- __ __ __ _ __ _____ _ __ __ __ ____
-/\ \/\ \/\ \/\`'__\/\ '__`\/\`'__\ /\ \/\ \ /',__\
-\ \ \_/ \_/ \ \ \/ \ \ \L\ \ \ \/ __\ \ \_\ \/\__, `\
- \ \___x___/'\ \_\ \ \ ,__/\ \_\/\_\\ \____/\/\____/
- \/__//__/ \/_/ \ \ \/ \/_/\/_/ \/___/ \/___/
- \ \_\
- \/_/</pre>
+<pre class="left">
+<a href="/" class="logo"><img src=/favicon.ico></a>
+</pre>
<nav>
- <p class="separator"></p>
- <div class="midcolor">
- <a href="index.html">[Home]</a> ·
- <a href="/about.html">[About]</a> ·
+ <p class="menu"></p>
+ <div class="menu">
+ <a href="index.html">[Home]</a>
+ <a href="/about.html">[About]</a>
<a href="/contact.html">[Contact]</a>
- <!--a href="gemini://linear.codes">/Gemini</a> ·
- <a href="http://by4wypredg7f6ymqglown4yvsrdaru5umrxofduxjul5umynpo3qiqyd.onion">/Onion</a> ·
- <a href="https://searx.linear.codes">/Searx</a>
- <a href="flightlog.html">/Flight_Log</a> -->
- <p class="separator"></p>
+ <p class="menu"></p>
</nav>
<h3 class="left">
<div class="tops">
diff --git a/style.css b/style.css
@@ -132,6 +132,23 @@ code {
border-top: 1px dashed var(--head);
}
+.menu {
+ text-align: right;
+ white-space: nowrap;
+ overflow-x: hidden;
+ margin-top: 8px;
+ margin-bottom: 8px;
+ overflow-x: hidden;
+}
+
+.logo {
+ width: 50px;
+ text-decoration: none;
+ border-bottom: unset;
+ background: unset !important;
+}
+
+
@media only screen and (max-width: 800px) {
/*GENERAL ELEMENTS*/
/*CLASSES*/