From a6a3a454872325cc94bfe52c88cc03bb4d5cf4a3 Mon Sep 17 00:00:00 2001 From: Máirín Duffy Date: Apr 05 2022 11:25:44 +0000 Subject: [PATCH 1/3] Add full Fedora logo to header Swapping the logo-type only logo with the full logo in the site header --- diff --git a/sites/partials/templates/master.html b/sites/partials/templates/master.html index 490e487..990c9ed 100644 --- a/sites/partials/templates/master.html +++ b/sites/partials/templates/master.html @@ -18,7 +18,7 @@
-
{% trans trimmed %}Fedora is always free for anyone to use, modify, and distribute.{% endtrans %}
+ Fedora logo +
{% trans trimmed %}Fedora is always free for anyone to use, modify, and distribute.{% endtrans %}
{% trans trimmed %}It is built and used by people across the globe who work together as a community.{% endtrans %}
diff --git a/sites/static/images/fedora-logofull-blue.png b/sites/static/images/fedora-logofull-blue.png new file mode 100644 index 0000000..30370ea Binary files /dev/null and b/sites/static/images/fedora-logofull-blue.png differ From a24cdecce971ee56c88166c77716ba4c00fbc316 Mon Sep 17 00:00:00 2001 From: Máirín Duffy Date: Apr 05 2022 11:25:44 +0000 Subject: [PATCH 3/3] Add Fedora logo to footer --- diff --git a/sites/partials/templates/footer.html b/sites/partials/templates/footer.html index 7d7a210..31bcf77 100644 --- a/sites/partials/templates/footer.html +++ b/sites/partials/templates/footer.html @@ -1,7 +1,12 @@