This is an automated email from the ASF dual-hosted git repository.
weitingchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten-site.git
The following commit(s) were added to refs/heads/main by this push:
new 9c17382 remove footer logo (#11)
9c17382 is described below
commit 9c1738245ce755d2a532025c927e44020294e7a7
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Thu Mar 14 10:19:48 2024 +0800
remove footer logo (#11)
---
_includes/footer_custom.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html
index 0fa9b88..9c4a3cf 100644
--- a/_includes/footer_custom.html
+++ b/_includes/footer_custom.html
@@ -1,9 +1,10 @@
{%- if site.footer_content -%}
- <a href="https://incubator.apache.org/">
- <img
src="https://github.com/apache/incubator-gluten-site/blob/main/images/apache-incubator.svg"/>
- </a>
+ <a href="https://incubator.apache.org/">Apache Incubator</a>
+
<p class="text-small text-grey-dk-100 mb-0">Copyright © 2024 The Apache
Software Foundation, Licensed under the Apache License, Version 2.0.
Apache Gluten, Gluten, Apache, the Apache feather logo, and the Apache Gluten
project logo are either registered trademarks or trademarks of the Apache
Software Foundation in the United States and/or other countries.</p>
+
<p class="text-small text-grey-dk-100 mb-0">Apache Gluten is an effort
undergoing incubation at The Apache Software Foundation (ASF), sponsored by the
Apache Incubator. Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure, communications, and decision
making process have stabilized in a manner consistent with other successful ASF
projects. While incubation status is not necessarily a reflection of the
completeness or stability o [...]
+
<p class="text-small text-grey-dk-100 mb-0"><a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></p>
{%- endif -%}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]