s/gna-log-/gna-logo-/
ci/woodpecker/push/woodpecker Pipeline was successful Details

Signed-off-by: Loïc Dachary <loic@dachary.org>
master
Loïc Dachary 2022-09-06 08:15:48 +10:00
parent a49829fdf7
commit 37ef965888
Signed by: dachary
GPG Key ID: 992D23B392F9E4F2
9 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<div align="center">
<img width="80px" alt="Gna! logo" src="./static/gna-log-rectangle.png" />
<img width="80px" alt="Gna! logo" src="./static/gna-logo-rectangle.png" />
<h1>Gna! Website</h1>
[![status-badge](https://woodpecker.gna.org/api/badges/Hostea/website/status.svg)](https://woodpecker.hostea.org/Hostea/website)

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -25,7 +25,7 @@
<div class="index-banner__logo-container">
<img
class="index-banner__logo"
src="{{ get_url(path='/gna-log-rectangle.png', cachebust=true) }}"
src="{{ get_url(path='/gna-logo-rectangle.png', cachebust=true) }}"
alt="Gna! logo"
/>
</div>

View File

@ -2,7 +2,7 @@
<div class="index-banner">
<img
class="index-banner__logo"
src="{{ get_url(path='/gna-log-rectangle.png', cachebust=true) }}"
src="{{ get_url(path='/gna-logo-rectangle.png', cachebust=true) }}"
alt="Gna! temporary logo"
/>
<h1 class="index-banner__title">Gna!</h1>

View File

@ -14,7 +14,7 @@
<div class="service-card__icon-container">
<img
src="{{ get_url(path='/gna-log-rectangle.png', cachebust=true) }}"
src="{{ get_url(path='/gna-logo-rectangle.png', cachebust=true) }}"
alt="Temporary card icon"
class="service-card__icon"
/>

View File

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

View File

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