Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] lastest logo at the top of the homepage
- X-seq: zsh-workers 54343
- From: Stéphane Blondon <stephane.blondon@xxxxxxxxx>
- To: dana <dana@xxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] lastest logo at the top of the homepage
- Date: Sun, 12 Apr 2026 18:52:40 +0200
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:dkim-signature; bh=Xq/p5x3Bxp+ZfJeYfQk5X/h6xH21+xujn5QnSxK8l6o=; fh=WfGsDpWeTF+M2TVUmApBV2qNabodhC7pOL4lqg2Qg6M=; b=MHWvNGaIGIH74UHfS30msfzfqkCxGrR+j1Dl5ff6BsMH+8tpH9y5xFfifNknbKL1yA O2fL8cz2iFe/6Pbh3nAz66TsBpsSKI53egZwIq4eXthqM0OY3uUuyjcudZVJ3bIwcXwR PiLj/AycJQvV3vDQdwvBdAM8q9pbWfyoSlEKzQ0HjMEzqC9Ww2ZDboVzJdGLKu5S7Znb A+nvPCR/YceIVgZtsfKjO456khcjMVxpQCD6eorUyHxv0B/pI7HljVpO/o+VKvlITE2r 61eS6W61BhDWHYdkp0NI29z5ne+uhn6l7O3kBFnW8x2X10pHOEApKnjaC516qwRmXYe1 BYNQ==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1776012776; cv=none; d=google.com; s=arc-20240605; b=R8L6imo6ZxSBUhnA0NaOC4+/ggs6Yto+98QiXSBDnRr27EV363oHmv2YTI/C+KvCtI qvtMNLF3YRabUabZhCPAmXQNQUakT1VgPuelsY+l5o/ts+JtfeJdAwFlD2goSNLuz7p1 NI1zSpye3z/pKjehOiOPCMLq9OYo5HKXTg0FuA1XL6DE3qzZElXxB6e0JeFe5JtyeMZZ nhi7k00QkVtkoit7LyuYv4m/BCRy4PSiwy4eId5InFSmJX7Px3gvSTA5sHuqCWmD9UE7 LXavqmwb0mIPKwe4AFVKlV3+YpEzTb+gA4BQq90XyvTyN/HrXiSmLlW+xRC3vqkNmDrS kSxg==
- Archived-at: <https://zsh.org/workers/54343>
- In-reply-to: <1f181bb4-62a8-4745-82dc-7ccd2ae85b29@app.fastmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAOy+up65608RFft-ztMxrTciu8V7qDbCTo0Vs8SL+_ke2K8UeA@mail.gmail.com> <1f181bb4-62a8-4745-82dc-7ccd2ae85b29@app.fastmail.com>
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