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

sebb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/whimsy-whimsical-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 35613bb  Html syntax fixes (w3 validator)
35613bb is described below

commit 35613bb873b4291d4ef3e5e68773fbb532b61510
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 30 13:38:46 2025 +0000

    Html syntax fixes (w3 validator)
---
 index.html | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/index.html b/index.html
index 0a3c196..19896a6 100644
--- a/index.html
+++ b/index.html
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml";>
+<html xmlns="http://www.w3.org/1999/xhtml lang="en"">
 <head>
-  <meta charset="utf-8"/>
+  <meta charset="utf-8">
   <title>Apache Whimsy Project Homepage</title>
   <meta name="viewport" content="width=device-width, initial-scale=1">
-  <link rel="stylesheet" type="text/css" href="bootstrap.min.css"/>
-  <link rel="stylesheet" type="text/css" href="dropdown.css"/>
+  <link rel="stylesheet" type="text/css" href="bootstrap.min.css">
+  <link rel="stylesheet" type="text/css" href="dropdown.css">
 </head>
 <body>
   <div class="header container-fluid">
     <div class="row">
       <div class="col-sm-4">
         <a href="https://www.apache.org/";>
-          <img title="The Apache Software Foundation" alt="ASF Logo" 
width="250" height="101" style="margin-left: 10px; margin-top: 10px;" 
src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/>
+          <img title="The Apache Software Foundation" alt="ASF Logo" 
width="250" height="101" style="margin-left: 10px; margin-top: 10px;" 
src="https://www.apache.org/foundation/press/kit/asf_logo_small.png";>
         </a>
       </div>
       <div class="col-sm-8 align-bottom">
@@ -41,7 +41,7 @@
               <a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsor Apache</a>
               <a href="https://www.apache.org/foundation/thanks.html";>Thanks 
to our Sponsors!</a>
               <a href="https://www.apache.org/security/";>Security</a>
-              <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy</href>
+              <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy</a>
               <a href="https://www.apache.org/licenses/";>License</a>
             </div>
           </li>
@@ -54,7 +54,7 @@
     <div class="row">
       <div class="col-md-2">
         <a href="https://whimsy.apache.org/";>
-          <img title="Whimsy project home" alt="Whimsy hat logo" 
src="https://whimsy.apache.org/whimsy.svg"; width="145" height="101"/>
+          <img title="Whimsy project home" alt="Whimsy hat logo" 
src="https://whimsy.apache.org/whimsy.svg"; width="145" height="101">
         </a>
       </div>
       <div class="col-md-8">
@@ -76,7 +76,7 @@
       </div>
       <div class="col-md-2">
         <a  href="https://www.apache.org/events/current-event.html";>
-          <img src="https://www.apache.org/events/current-event-125x125.png"/>
+          <img src="https://www.apache.org/events/current-event-125x125.png";>
         </a>
       </div>
     </div>
@@ -127,11 +127,11 @@
           <div class="panel-body">
             The best way to see who works on Whimsy is
             the <a 
href="https://whimsy.apache.org/roster/committee/whimsy";>Whimsy roster tool</a>!
-            <br/>
+            <br>
             You can also see <a 
href="https://github.com/apache/whimsy/graphs/contributors";>Whimsy contributors 
on GitHub</a>.
-            <br/>
+            <br>
             Most of the work done in Whimsy is in Ruby, JavaScript, React, and 
Wunderbar, running as cgis, Rack, or Sinatra applications.
-            <br/>
+            <br>
             Server uptime and maintenance is performed by the Whimsy PMC, 
<b>not</b> by the crack Apache Infra team.
           </div>
         </div>
@@ -145,9 +145,9 @@
             The Whimsy project is always looking for new contributors.  Since 
most of our 
             tools are focused on Apache project and corporate operations, it 
helps to 
             be a committer on some Apache project.  
-            <br/>
+            <br>
             <a href="https://github.com/apache/whimsy#how-to-get-involved";>How 
To Get Involved On Whimsy!</a>
-            <br/>
+            <br>
             Whimsy is a place where non-critical tools can be deployed, in an 
environment
             where the tool has access to Apache LDAP authentication as well as 
a 
             variety of internal Apache data sources.  It's also a place where 
many 
@@ -170,7 +170,7 @@
           the <a href="http://www.apache.org/licenses/"; rel="license">Apache 
License, Version 2.0</a>.
           | 
           <a href="https://www.apache.org/foundation/policies/privacy";>Prvacy 
Policy</a>
-          <br />
+          <br>
           Apache&reg;, the names of Apache projects, and the ASF logo are 
either <a href="http://www.apache.org/foundation/marks/list/";>registered 
trademarks or trademarks</a> of the Apache Software Foundation in the United 
States and/or other countries.
         </p>  
         <p><small>

Reply via email to