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 54347
- 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 21:09:21 +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=CynY46N5Cb58G+JPz+/hkF3lae1dDFlv1jrbQiZmHlk=; fh=WfGsDpWeTF+M2TVUmApBV2qNabodhC7pOL4lqg2Qg6M=; b=H7ceIym6TN8wUQJ3arhAE7kCPe3iQro1FZ8lqtydJb7zYc41I9dVSWC9w/UBsd2nRB L/N8Epwc/EPECVqYuUVjVuF7FlUzRvGfNnAQA7kunjJqEHo08m/Z/skzla4Oyq7kBD0S IAbVnfg3YOl6v0I+AIlSdVGV+jWukCOHTXvRtkOLsPM+bWLrBAJ+h6hkepzgQXy9mC9Y 9ctAUSJK+hG2cVob/SOTlsqkSIK3NuVVvzwf5QPEmFyPsVudufX4ZCjNDofLzPOFP2tR mX2Jb+c2gZYhE2qI8z6diA980wdCbypcHcMVHXnysyn6w8zLUoMdJE0aa4I/xe+q5EqD Yqig==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1776020979; cv=none; d=google.com; s=arc-20240605; b=OTLOMcC+PfDRseFqhdjpQCFwTLgLTVtL5ZcmWm1Sgnit6Sk2tgAoKauqBdFRPsHzoT 52laLUeTKhGp2enDV+fzmqgEySGNsEhWHGtqC9Ker+/sQWOIhadEYJETr72z1lgqN9Mu +/CCIvscuzZUKGeQKoL8Uxtd9GcLKesf0tNe8/CpMQzw71llbmMVzy22/MNQKc5+GJO9 yr4CcmrVrdS7t35K8Fsf3oWDjNJ4WamZejmlyej9V/k6JhPk0ezIAip+HpDfGm+mFWPx glInGf5t+Jy9gUnmm2nhdS1Rxp2WL+Fkcgc1dhq+Of3t6EHNY0znnG3Gq33u3Ac334Ts o6JQ==
- Archived-at: <https://zsh.org/workers/54347>
- In-reply-to: <2580d97e-e0cc-4c53-9ae4-c0f2bf7dcc77@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> <CAOy+up5ePtoknnnozOmEU6TMj1+-x2Ty1VkeZz=95RFKYmxzAw@mail.gmail.com> <2580d97e-e0cc-4c53-9ae4-c0f2bf7dcc77@app.fastmail.com>
Le dim. 12 avr. 2026 à 20:01, dana <dana@xxxxxxx> a écrit :
> i think either the text in the middle should
> be centre-aligned (so it's equidistant from the wizard + sf logo) or the
> wizard td should be fixed-width so it's obviously tied to the text.
In the attachment, there is a patch with the text centered.
Regards
--
Stéphane
diff --git i/index.html w/index.html
index 54dec38..1e345c9 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>
@@ -91,6 +89,9 @@ the book</a>.</p>
<table width="75%" align="center">
<tr>
<td>
+ <img src="Images/wizard.gif" alt="Wizard Icon">
+ </td>
+ <td align="center">
<a name=Signature href="disclaimer.html">Disclaimer</a> This page
maintained by
<a href="mailto: zsh-workers@xxxxxxx">
Messages sorted by:
Reverse Date,
Date,
Thread,
Author