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

github-bot pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/site by this push:
     new dec6e11ebb Fix aspect ratio for ASF logos
dec6e11ebb is described below

commit dec6e11ebba049444cd8bece0ca94d8a7fcd3148
Author: Michael Mior <[email protected]>
AuthorDate: Wed Oct 22 10:10:47 2025 -0400

    Fix aspect ratio for ASF logos
---
 site/_includes/footer.html | 2 +-
 site/index.html            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/_includes/footer.html b/site/_includes/footer.html
index 5fa28603cf..4082003091 100644
--- a/site/_includes/footer.html
+++ b/site/_includes/footer.html
@@ -2,7 +2,7 @@
   <div id="poweredby">
     <a href="http://www.apache.org/";>
       <span class="sr-only">Apache</span>
-      <img src="https://www.apache.org/img/asf_logo.png"; width="190" 
height="77" alt="Apache Logo"></a>
+      <img src="https://www.apache.org/img/asf_logo.png"; width="147" 
height="77" alt="Apache Logo"></a>
   </div>
   <div id="copyright">
   <p>The contents of this website are Copyright &copy;&nbsp;{{ site.time | 
date: '%Y' }}
diff --git a/site/index.html b/site/index.html
index 157e2cf83c..6793ae88ac 100644
--- a/site/index.html
+++ b/site/index.html
@@ -86,7 +86,7 @@ <h3>Sub-Projects</h3>
   <div class="grid">
     <div class="unit one-third">
       <a href="https://www.apache.org/foundation/contributing.html";>
-        <img src="https://www.apache.org/img/feather_glyph_notm.png"; 
width="300" height="300" alt="Support Apache">
+        <img src="https://www.apache.org/img/feather_glyph_notm.png"; 
width="195" height="300" alt="Support Apache">
       </a>
     </div>
     <div class="unit two-thirds">

Reply via email to