Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] lastest logo at the top of the homepage



Le sam. 11 avr. 2026 à 21:46, dana <dana@xxxxxxx> a écrit :
> i'm mixed on this. generally i agree it makes sense to put the logo at the top
> instead of randomly off to the side in the middle of the page but there is a
> certain charm to the little wizard guy imo. maybe we could move the logo but
> still keep him somewhere

I suggest moving it in the footer. It's still visible but with less importance.
There is a patch in attachment. A screenshot is temporary available at:
http://stephane.yaal.fr/tmp/homepage_zsh.png

I inserted the wizard logo as a 'td' tag to keep the current html structure.

I wonder if the sourceforge logo in the footer should be removed too.
It's a link to
sourceforge.net, not zsh.sourceforge.io.

-- 
Stéphane
diff --git i/index.html w/index.html
index 54dec38..cd259c8 100644
--- i/index.html
+++ w/index.html
@@ -12,7 +12,7 @@
 
 <body bgcolor="#FFFFFF" text="#000000">
 
-<center><img src="Images/wizard.gif" alt="Wizard Icon" width=64 height=54></center>
+<center><img src="Images/color_horizontal_icon.png" alt="zsh logo" style="max-height:54"></center>
 <center><h1>Z shell</h1></center>
 <hr size=2 noshade width="75%" style="color:#f15a24">
 
@@ -20,8 +20,6 @@
 <table border=0 cellspacing=8>
 <tr valign=top>
 
-  <td><img src="Images/color_vertical_icon.png" style="max-height:54"></td>
-
   <td>
     <ul>
     <font size="+1" color="#600000"><b>Information</b></font>
@@ -90,6 +88,9 @@ the book</a>.</p>
 <hr size=2 noshade width="75%" style="color:#f15a24">
 <table width="75%" align="center">
   <tr>
+    <td>
+      <img src="Images/wizard.gif" alt="Wizard Icon">
+    </td>
     <td>
 	<a name=Signature href="disclaimer.html">Disclaimer</a> This page
 	maintained by


Messages sorted by: Reverse Date, Date, Thread, Author