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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c3c70e7  Update site for new ASF logo (#527)
c3c70e7 is described below

commit c3c70e7a843836037120486c1ec5529ed6f99c7f
Author: David Grove <[email protected]>
AuthorDate: Wed Sep 17 16:05:12 2025 -0400

    Update site for new ASF logo (#527)
---
 _includes/partial/site-footer.html  |   2 +-
 _layouts/home.html                  |   6 +++---
 images/logo/SupportApache-small.png | Bin 96596 -> 0 bytes
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_includes/partial/site-footer.html 
b/_includes/partial/site-footer.html
index 5644b54..5722c48 100644
--- a/_includes/partial/site-footer.html
+++ b/_includes/partial/site-footer.html
@@ -33,7 +33,7 @@
   </main>
   <main class="footer-row">
     <div>
-      Apache OpenWhisk, OpenWhisk, Apache, the Apache feather logo, and
+      Apache OpenWhisk, OpenWhisk, Apache, the Apache logo, and
       the Apache OpenWhisk project logo are either
       <a href="trademarks.html">registered trademarks</a> or
       <a href="trademarks.html">trademarks</a>
diff --git a/_layouts/home.html b/_layouts/home.html
index e35c913..f694021 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -205,9 +205,9 @@ layout: default
             <a class="button" href="{{ site.github.url }}/community.html">Join 
the OpenWhisk Community</a>
         </div>
         <div class="image-wrapper">
-            <a href="http://www.apache.org/foundation/sponsorship.html";>
-              <img style="max-height=174px; max-width:174px;" src="{{ 
site.github.url }}/images/logo/SupportApache-small.png"
-              alt="The Apache OpenWhisk project needs the support of 
contributors in all areas."/></a>
+            <a href="http://www.apache.org/foundation/";>
+              <img style="max-height=174px; max-width:174px;" 
src="https://www.apache.org/img/asf_logo.png";
+              alt="The Apache OpenWhisk project and The ASF need the support 
of contributors in all areas."/></a>
         </div>
     </main>
 </section>
diff --git a/images/logo/SupportApache-small.png 
b/images/logo/SupportApache-small.png
deleted file mode 100644
index 4a23e05..0000000
Binary files a/images/logo/SupportApache-small.png and /dev/null differ

Reply via email to