This is an automated email from the ASF dual-hosted git repository. yukon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-amoro-site.git
commit 0e6a65e5b0d562a5c15a11ed236b416cdb52fc2c Author: zhoujinsong <[email protected]> AuthorDate: Thu Apr 4 16:17:38 2024 +0800 add incubating disclaimer in the home page footer --- amoro-theme/layouts/index.html | 1 + amoro-theme/layouts/partials/home-footer.html | 9 +++++++++ amoro-theme/static/css/home-page.css | 13 ++++++++++++- amoro-theme/static/img/apache-incubator.svg | 1 + 4 files changed, 23 insertions(+), 1 deletion(-) diff --git a/amoro-theme/layouts/index.html b/amoro-theme/layouts/index.html index d388749..eae3e42 100644 --- a/amoro-theme/layouts/index.html +++ b/amoro-theme/layouts/index.html @@ -24,6 +24,7 @@ {{ partial "home-content.html" . }} {{ partial "home-feature.html" . }} {{ partial "home-footer.html" . }} + {{ partial "apache-footer.html" . }} <!-- Include termynal.js for landing-page homepage --> {{ .Scratch.Set "includeTermynal" true }} {{ partial "js.html" . }} diff --git a/amoro-theme/layouts/partials/home-footer.html b/amoro-theme/layouts/partials/home-footer.html index e8557b3..60c390d 100644 --- a/amoro-theme/layouts/partials/home-footer.html +++ b/amoro-theme/layouts/partials/home-footer.html @@ -16,5 +16,14 @@ {{end}} </div> + <div class="apache"> + <a href="https://incubator.apache.org/"> + <img class="logo" src="{{ .Site.BaseURL }}/img/apache-incubator.svg"></img> + </a> + <div class="copyright">Apache Amoro 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 of the code, it doe [...] + <div class="copyright">Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</div> + <div class="copyright">Apache, the names of Apache projects, and the feather logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries.</div> + </div> + </div> </div> </div> \ No newline at end of file diff --git a/amoro-theme/static/css/home-page.css b/amoro-theme/static/css/home-page.css index 5e5f92b..cb6be0d 100644 --- a/amoro-theme/static/css/home-page.css +++ b/amoro-theme/static/css/home-page.css @@ -138,7 +138,6 @@ } #home-footer { - background: url(../img/footer.svg) center center no-repeat; background-color: #e9f1f3; margin: 0 auto; display: flex; @@ -196,3 +195,15 @@ bottom: 48px; display: none; } + +#home-footer .apache { + text-align: center; +} + +#home-footer .apache .copyright{ + padding: 6px 10px; +} + +#home-footer .apache .logo{ + padding-top: 20px; +} \ No newline at end of file diff --git a/amoro-theme/static/img/apache-incubator.svg b/amoro-theme/static/img/apache-incubator.svg new file mode 100644 index 0000000..6ee5873 --- /dev/null +++ b/amoro-theme/static/img/apache-incubator.svg @@ -0,0 +1 @@ +<svg width="138" height="32" viewBox="0 0 138 32" fill="none" xmlns="http://www.w3.org/2000/svg" role="img"><path fill-rule="evenodd" clip-rule="evenodd" d="M129.731 3.858h6.16v.581h-5.517v3.426h4.96v.581h-4.96v3.488h5.578v.582h-6.221V3.857ZM109.942 3.858h.643v4.02h5.541v-4.02h.643v8.657h-.643V8.46h-5.541v4.056h-.643V3.858ZM94.345 12.664a4.243 4.243 0 0 1-3.086-1.292 4.29 4.29 0 0 1-.896-1.417 4.715 4.715 0 0 1-.322-1.743v-.025c0-.61.11-1.187.328-1.732.218-.544.52-1.02.903-1.428.383-.408 [...] \ No newline at end of file
