Hi, this diff makes the color scheme more consistent with the 5.9
release logo. take it if you like.

If you'd like me to respond, cc me.
Change the color scheme of the menu to that of the 5.9 logo.
Dark blue for separator, grey for background.

Use a font that isn't the default one. Everyone seems to like
Arial,Verdana,sans-serif.

Remove underline decoration from links.

Index: index.html
===================================================================
RCS file: /cvs/www/index.html,v
retrieving revision 1.699
diff -u -p -r1.699 index.html
--- index.html  18 May 2016 21:48:38 -0000      1.699
+++ index.html  28 Jun 2016 17:51:26 -0000
@@ -8,11 +8,12 @@
                                     by OpenBSD.">
     <link rel="shortcut icon" HREF="favicon.ico" TYPE="image/x-icon">
     <link rel="canonical" href="http://www.openbsd.org/";>
+    <style>a { text-decoration: none; } body { font-family: 
Arial,Verdana,sans-serif; }</style>
 </head>
 <body style="color: black; background-color: white; margin: 0 50px 0 0;">
 <table width="100%" height="100%" border=0 cellspacing=0 cellpadding=4>
   <tr>
-    <td bgcolor="#6bbdd6" width=175 valign="top">
+    <td bgcolor="#9da8ac" width=175 valign="top">
       <big><b>About OpenBSD</b></big><br>
       &nbsp;<a href="goals.html">Project&nbsp;Goals</a><br>
       &nbsp;<a href="plat.html">Hardware Platforms</a><br>
@@ -46,7 +47,7 @@
       &nbsp;<a href="donations.html">Donations</a><br>
       &nbsp;<a href="http://www.openbsdfoundation.org/";><i>OpenBSD 
Foundation</i></a>
     </td>
-    <td bgcolor="#007b9c" rowspan=2><font size=1>&nbsp;</font></td>
+    <td bgcolor="#1f3161" rowspan=2><font size=1>&nbsp;</font></td>
     <td bgcolor="#ffffff" valign="top"><center>
       <a href="59.html">
       <img border="0" src="images/puffy59.gif" height=199 width=599 
alt="[OpenBSD 5.9]">
@@ -79,7 +80,7 @@
     </td>
   </tr>
   <tr>
-    <td bgcolor="#6bbdd6" valign="bottom">
+    <td bgcolor="#9da8ac" valign="bottom">
       <a href="images/rack2009.jpg">
       <img width=60px height=90px src="images/rack2009-s.png"
        style="float:left;"></a>

Reply via email to