add logos and change home page logos

Signed-off-by: Loïc Dachary <loic@dachary.org>
Loïc Dachary 2022-09-06 08:08:38 +10:00
parent 1f78a0bc41
commit 2fdc4b2318
Signed by: dachary
GPG Key ID: 992D23B392F9E4F2
5 changed files with 2 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
static/gna-log-square.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,7 +1,7 @@
{% macro home_card(title, description) %}
<div class="home-card__conatiner">
<img
src="{{ get_url(path='/tmp-logo.png', cachebust=true) }}"
src="{{ get_url(path='/gna-log-rectangle.png', cachebust=true) }}"
alt="Temporary card icon"
class="home-card__icon"
/>

View File

@ -6,11 +6,7 @@
<div class="nav__header">
<a class="nav__logo-container" href="/">
<img src="{{ get_url(path='/android-icon-48x48.png', cachebust=true) }}"
alt="Gna! temporary logo"/>
<p class="nav__home-btn">
ostea
</p>
<img src="{{ get_url(path='/gna-log-rectangle-48px.png', cachebust=true) }}" alt="Gna!"/>
</a>
<label class="nav__hamburger-menu" for="nav__toggle">
<span class="nav__hamburger-inner"></span>