mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 01:25:35 -07:00
Merge logo images to make a few things easier
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
BIN
assets/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user