[gimp-help/gimp-help-2-10] web: replace old landing page header.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help/gimp-help-2-10] web: replace old landing page header.
- Date: Wed, 2 Mar 2022 00:15:53 +0000 (UTC)
commit 895f29d0cc3a079fc34e7daaa5fa37f9e0bae4d4
Author: Jehan <jehan girinstud io>
Date: Wed Mar 2 01:02:59 2022 +0100
web: replace old landing page header.
This landing page still feels "old", but the newer, higher quality,
header image still gives it quite a bit of a modern look. Much nicer
anyway!
Funnily this image was originally used as a news on gimp.org (on GIMP
2.10.22 release news), and was not planned for the docs, but it really
fits well with the documentation/learning concept!
web/layout.xml | 2 +-
web/layout/header.png | Bin 14650 -> 0 bytes
web/style.css | 9 +--------
web/stylesheets/createHTML.xsl | 5 +----
4 files changed, 3 insertions(+), 13 deletions(-)
---
diff --git a/web/layout.xml b/web/layout.xml
index 913092357..b4cc84dc4 100644
--- a/web/layout.xml
+++ b/web/layout.xml
@@ -8,7 +8,7 @@
<layout>
<copyright>
<year>2001—&gimphelp.release.year;</year>
- <holder role="gimp-help">The GIMP Help Team (Graphics by Jakub Steiner)</holder>
+ <holder role="gimp-help">The GIMP Help Team (Graphics by Aryeom Han)</holder>
</copyright>
<style src="style.css" type="text/css" />
<toc page="website.xml" filename="index.html">
diff --git a/web/style.css b/web/style.css
index eeb76a34b..15c83d934 100644
--- a/web/style.css
+++ b/web/style.css
@@ -198,17 +198,10 @@ dd {
background: url("Layout/pt_BR.png") no-repeat left center;
}
-#Header {
- height: 8em;
- padding: 0 1em;
- margin: 0;
- background-color: #d6ba00;
- border-bottom: 1px solid black;
-}
-
#Header img.logo {
float: left;
margin: 1em;
+ width: 100%;
}
#Header img.wilber {
diff --git a/web/stylesheets/createHTML.xsl b/web/stylesheets/createHTML.xsl
index b1273f744..326a8d529 100644
--- a/web/stylesheets/createHTML.xsl
+++ b/web/stylesheets/createHTML.xsl
@@ -22,10 +22,7 @@
<xsl:template name="allpages.banner">
<div id="Header">
<a href="http://docs.gimp.org" title="Home">
- <img src='Layout/header.png' alt='Logo' class='logo' />
- </a>
- <a href="http://docs.gimp.org" title="Home">
- <img src='Layout/wilber.png' alt='Logo' class="wilber"/>
+ <img src='Layout/202010-wilber-and-co.jpg' alt='Logo' class='logo' />
</a>
</div>
<div id="Searchform">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]