Skip to content

Commit 4d75ab1

Browse files
committed
Merge logo images to make a few things easier
1 parent b34f0e6 commit 4d75ab1

5 files changed

Lines changed: 2 additions & 6 deletions

File tree

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{% else %}
1919
<meta property="og:type" content="website" />
2020
{% endif %}
21-
<meta property="og:image" itemprop="image" content="{{ site.url }}{{ page.image | default: "/assets/images/avaicon.png" }}" />
21+
<meta property="og:image" itemprop="image" content="{{ site.url }}{{ page.image | default: "/assets/images/logo.png" }}" />
2222
<meta property="og:description" content="{{ page.description }}" />
2323
<link rel="shortcut icon" href="/favicon.ico">
2424
<link rel="icon" href="/assets/images/favicon.png" type="image/png">
@@ -43,7 +43,7 @@
4343
<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>
4444
{% endif %}
4545
<header>
46-
<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>
46+
<a href="/"><img src="/assets/images/logo.png" id="logo" alt="86Box logo" /></a>
4747
</header>
4848
<nav>
4949
<a class="navlink" href="/#downloads">Downloads</a>

assets/css/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ body > header {
4141
grid-area: head;
4242
padding: 30pt 30pt;
4343
}
44-
img#icon {
45-
max-height: 75px;
46-
padding-right: 20pt;
47-
}
4844
body > nav {
4945
/* background-color: #ffa08c; */
5046
grid-area: nav;

assets/images/86box-logo.png

-786 Bytes
Binary file not shown.

assets/images/avaicon.png

-1.36 KB
Binary file not shown.

assets/images/logo.png

1.69 KB
Loading

0 commit comments

Comments
 (0)