This is an automated email from the ASF dual-hosted git repository.

mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f557bd67 Add new logo and apply it as banner (#1554)
f557bd67 is described below

commit f557bd675fca910033b5a0340551ada4e0faef90
Author: Matthias Bünger <[email protected]>
AuthorDate: Fri Apr 10 08:38:25 2026 +0200

    Add new logo and apply it as banner (#1554)
    
    Notes:
    * image-tag in site.xml offers width and height, but does not apply it, so 
I created a smaller image too with correct size
    * The logo with the url is promoted in Add new apache-maven-project svg 
icons (for light and dark theme) #1547
---
 content/resources/images/logos/MavenLogoLeaf.png      | Bin 0 -> 17708 bytes
 content/resources/images/logos/MavenLogoLeafSmall.png | Bin 0 -> 11333 bytes
 content/site.xml                                      |   4 ++++
 3 files changed, 4 insertions(+)

diff --git a/content/resources/images/logos/MavenLogoLeaf.png 
b/content/resources/images/logos/MavenLogoLeaf.png
new file mode 100644
index 00000000..36fcd855
Binary files /dev/null and b/content/resources/images/logos/MavenLogoLeaf.png 
differ
diff --git a/content/resources/images/logos/MavenLogoLeafSmall.png 
b/content/resources/images/logos/MavenLogoLeafSmall.png
new file mode 100644
index 00000000..ec8e939c
Binary files /dev/null and 
b/content/resources/images/logos/MavenLogoLeafSmall.png differ
diff --git a/content/site.xml b/content/site.xml
index 1c96724f..a7614e60 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -33,6 +33,10 @@ under the License.
     </fluidoSkin>
   </custom>
 
+  <bannerRight>
+    <image src="/images/logos/MavenLogoLeafSmall.png"/>
+  </bannerRight>
+
   <body>
     <links>
       <item name="Downloads" href="/download.cgi"/>

Reply via email to