Add awesome logo by @VorTechnix

This commit is contained in:
Starbeamrainbowlabs 2021-06-20 22:55:28 +01:00
parent 33e90ba6d7
commit e805f66681
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
5 changed files with 15 additions and 7 deletions

View File

@ -9,7 +9,7 @@
<body>
<nav class="shadow-bottom">
<h1>
<img src="https://starbeamrainbowlabs.com/images/placeholder/?width=64&height=64&text=%20?%20" alt="Placeholder logo" class="icon medium" />
<img src="{% image_urlpass '../worldeditadditions.png' %}" alt="" class="icon logo" />
WorldEditAdditions
</h1>
<ul>

View File

@ -90,11 +90,11 @@ nav {
margin: 0;
}
nav h1 {
background: var(--bg-alt);
background: var(--text-bright);
margin: 0;
padding: 0.5em;
padding: 0.2em 0.5em 0.2em 0.2em;
font-size: 1.2em;
color: var(--text-bright);
color: var(--bg-alt);
}
nav ul {
flex: 1;
@ -210,8 +210,6 @@ footer {
margin: 3em 0 0 0;
padding: 1em;
text-align: center;
background-color: #7ac767;
/* Ref https://www.heropatterns.com/ */
background: var(--pattern-jigsaw-green),
var(--bg-bright);
/* color: var(--text-bright); */
@ -229,6 +227,14 @@ footer {
.icon.small { max-width: 1.25em; max-height: 1.25em; }
.icon.medium { max-width: 2em; max-height: 2em; }
.icon.large { max-width: 5em; max-height: 5em; }
.icon.logo {
max-width: 3em;
max-height: 3em;
}
.icon.logo-large {
max-width: 8em;
max-height: 8em;
}
.shadow-top { box-shadow: 0 -0.25em 0.5em var(--shadow); }
.shadow-bottom { box-shadow: 0 0.25em 0.5em var(--shadow); }
@ -251,7 +257,8 @@ footer {
.bigbox h1 {
margin: 0;
font-size: 3em;
color: var(--text-alt);
/* color: var(--text-alt); */
color: var(--bg-alt);
}
.features-large {

View File

@ -6,6 +6,7 @@ date: 2000-01-01
---
<section class="bigbox shadow-bottom" style="--bg: url({% image_url "images/banner-main.jpeg" %})">
<img src="{% image_urlpass '../worldeditadditions.png' %}" alt="" class="icon logo-large" />
<h1>WorldEditAdditions</h1>
<p>
<a href="https://content.minetest.net/packages/Starbeamrainbowlabs/worldeditadditions/"><img src="https://img.shields.io/badge/dynamic/json?color=%23375a7f&amp;label=ContentDB&amp;query=downloads&amp;suffix=+downloads&amp;url=https%3A//content.minetest.net/api/packages/Starbeamrainbowlabs/worldeditadditions/" alt="WorldEditAdditions on ContentDB" /></a>

BIN
worldeditadditions-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
worldeditadditions.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB