[br-gnome-org] Use o logo em PNG
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [br-gnome-org] Use o logo em PNG
- Date: Mon, 1 Jul 2019 20:18:20 +0000 (UTC)
commit d2114e9451163c325140b30cc437ea8c6f706119
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Jul 1 17:17:17 2019 -0300
Use o logo em PNG
O renderizador SVG dos navegadores não consegue
lidar com as máscaras do logo do GNOME Brasil,
então utilize uma versão pré-renderizada do logo
em PNG.
https://gitlab.gnome.org/Infrastructure/br-gnome-org/issues/2
static/img/gnome-logo.png | Bin 0 -> 48553 bytes
static/img/gnome-logo.svg | 241 ------------------------------
themes/gnomeish/layouts/partials/nav.html | 2 +-
3 files changed, 1 insertion(+), 242 deletions(-)
---
diff --git a/static/img/gnome-logo.png b/static/img/gnome-logo.png
new file mode 100644
index 0000000..0bbdc7e
Binary files /dev/null and b/static/img/gnome-logo.png differ
diff --git a/themes/gnomeish/layouts/partials/nav.html b/themes/gnomeish/layouts/partials/nav.html
index 5bb3d6a..3db12ba 100644
--- a/themes/gnomeish/layouts/partials/nav.html
+++ b/themes/gnomeish/layouts/partials/nav.html
@@ -8,7 +8,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{ "" | absLangURL }}">
- <img src="{{ $.Site.BaseURL }}/img/gnome-logo.svg" />
+ <img src="{{ $.Site.BaseURL }}/img/gnome-logo.png" />
</a>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]