Merge logo images to make a few things easier

This commit is contained in:
RichardG867
2025-10-26 16:27:16 -03:00
parent b34f0e62f3
commit 4d75ab1252
5 changed files with 2 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
{% else %}
<meta property="og:type" content="website" />
{% endif %}
<meta property="og:image" itemprop="image" content="{{ site.url }}{{ page.image | default: "/assets/images/avaicon.png" }}" />
<meta property="og:image" itemprop="image" content="{{ site.url }}{{ page.image | default: "/assets/images/logo.png" }}" />
<meta property="og:description" content="{{ page.description }}" />
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" href="/assets/images/favicon.png" type="image/png">
@@ -43,7 +43,7 @@
<h1 style="position: absolute; left: 0; width: 100%; box-sizing: border-box; color: #000; background-color: #ff0; text-align: center; padding: 10px; border-bottom: 3px dashed #000; margin: 0;">Staging Website - not for public consumption</h1>
{% endif %}
<header>
<a href="/"><img src="/assets/images/avaicon.png" id="icon" alt="86Box logo" /><img src="/assets/images/86box-logo.png" id="logo" alt="86Box logo" /></a>
<a href="/"><img src="/assets/images/logo.png" id="logo" alt="86Box logo" /></a>
</header>
<nav>
<a class="navlink" href="/#downloads">Downloads</a>

View File

@@ -41,10 +41,6 @@ body > header {
grid-area: head;
padding: 30pt 30pt;
}
img#icon {
max-height: 75px;
padding-right: 20pt;
}
body > nav {
/* background-color: #ffa08c; */
grid-area: nav;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

BIN
assets/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB