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

pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 84e03a11a Cleanup logo usage and use current community logo in menu
84e03a11a is described below

commit 84e03a11a44f4aff97a9a22506ac2e0a913fbbaa
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Aug 26 14:44:54 2025 +0200

    Cleanup logo usage and use current community logo in menu
---
 index.html | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/index.html b/index.html
index 2be7edf06..9846a7279 100644
--- a/index.html
+++ b/index.html
@@ -20,10 +20,8 @@
 <html lang="en">
   <head>
     <title>Apache Creadur</title>
-
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <meta property="og:image" 
content="https://www.apache.org/images/asf_logo.gif"; />
-
+    <meta property="og:image" 
content="https://www.apache.org/img/feather_glyph_notm.png"; />
     <link href="/font/overlock.css" rel="stylesheet" type="text/css"/>
     <link href="/font/matesc.css" rel="stylesheet" type="text/css"/>
     <link rel="stylesheet" type="text/css" media="screen" 
href="/css/style.css">
@@ -34,14 +32,14 @@
   <body>
     <div id="page" class="container_16">
       <div id="header" class="grid_8">
-        <img src="https://www.apache.org/images/feather-small.gif"; alt="The 
Apache Software Foundation">
+        <!-- TODO replace with real project logo: img 
src="https://www.apache.org/img/feather_glyph_notm.png"; alt="The Apache 
Software Foundation"-->
         <h1>The Apache Creadur&trade; Project</h1>
         <h2>Apache Creadur</h2>
       </div>
       <div id="nav" class="grid_8">
         <a href="https://www.apache.org/"; id="bannerRight">
            <img
-                src="https://www.apache.org/images/asf-logo.gif";
+                src="https://www.apache.org/img/asf_logo.png";
                 alt="The Apache Software Foundation"
                 title="The Apache Software Foundation" />
         </a>
@@ -50,13 +48,14 @@
       <div class="clear"></div>
       <div id='nav-bar' class="grid_4 alpha">
         <ul>
-          <li>
+        <li>
         <a href="https://community.apache.org/";>
            <img
-                src="https://www.apache.org/images/feather-small.gif";
+                src="https://community.apache.org/images/project-logos.webp";
                 alt="The Apache Community"
                 title="The Apache Community" />
-        </a>             </li>
+        </a>
+       </li>
           <li><h5>Apache Creadur&trade;</h5>
             <ul>
               <li><a href="/">Creadur Project Home</a></li>
@@ -103,7 +102,7 @@
         <li>
         <a href="https://community.apache.org/";>
             <img
-                src="https://www.apache.org/images/feather-small.gif";
+                src="https://community.apache.org/images/project-logos.webp";
                 alt="The Apache Community"
                 title="The Apache Community" />
  </a>
@@ -166,7 +165,7 @@ Some tools in the suite use sub-sites, generated by Maven, 
checked ini <a href="
     </div>
     <div id="copyright" class="container_16">
       <p>Copyright &#169; 2012-2025 The Apache Software Foundation, Licensed 
under the <a href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>.<br/>
-      Apache Creadur, Creadur, Apache Rat, Apache Tentacles, Apache Whisker, 
Apache and the Apache feather logo are <a 
href="https://www.apache.org/foundation/marks/";>trademarks</a> of <a 
href="https://www.apache.org";>The Apache Software Foundation</a>.<br/>
+      Apache Creadur, Creadur, Apache Rat, Apache Tentacles, Apache Whisker, 
Apache and the ASF logo are <a 
href="https://www.apache.org/foundation/marks/";>trademarks</a> of <a 
href="https://www.apache.org";>The Apache Software Foundation</a>.<br/>
       All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.
       </p>
       <p>

Reply via email to