You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/05/18 14:49:55 UTC

[incubator-doris] branch master updated: [website] fix doris website with no link to the Privacy Policy. (#9665)

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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 3efe97e73c [website] fix doris website with no link to the Privacy Policy. (#9665)
3efe97e73c is described below

commit 3efe97e73c558122509626f09caa4dc4e30a093d
Author: Zhengguo Yang <ya...@gmail.com>
AuthorDate: Wed May 18 22:49:49 2022 +0800

    [website] fix doris website with no link to the Privacy Policy. (#9665)
    
    All websites must link to the Privacy Policy
---
 docs/.vuepress/theme/components/Footer.vue | 33 +++++++++++++++---------------
 1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/docs/.vuepress/theme/components/Footer.vue b/docs/.vuepress/theme/components/Footer.vue
index 1f58cc60a9..54d1f14109 100644
--- a/docs/.vuepress/theme/components/Footer.vue
+++ b/docs/.vuepress/theme/components/Footer.vue
@@ -20,27 +20,28 @@ under the License.
 <template>
   <div class="footer-wrapper">
     <p class="apache-info">
-      <a href="https://apache.org">
-        <img width="200" :src="$withBase('/images/asf_logo.svg')" alt="The Apache Software Foundation">
-      </a>
-      <a style="float: right" href="https://www.apache.org/events/current-event.html">
-        <img src="https://www.apache.org/events/current-event-234x60.png">
-      </a>
-    <p>
-      <a href="https://www.apache.org/licenses/">License</a> | <a href="https://www.apache.org/security/">Security</a> | <a href="https://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+      <a href="https://www.apache.org/">Foundation</a> |
+      <a href="https://www.apache.org/licenses/">License</a> | 
+      <a href="https://www.apache.org/events/current-event">Events</a> | 
+      <a href="https://www.apache.org/security/">Security</a> | 
+       <a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
+      <a href="https://www.apache.org/foundation/policies/privacy.html">Privacy</a> |
+      <a href="https://www.apache.org/foundation/thanks.html">Thanks</a>
     </p>
     <p>
       <br />
-      <span
-        class="footer-text"
-      >
-        Copyright © {{ thisYear }} The Apache Software Foundation. Licensed under the Apache License, Version 2.0. Apache Doris(Incubating), Apache Incubator, Apache, the Apache feather logo, the Apache Doris(Incubating) logo and the Apache Incubator project logo are trademarks of The Apache Software Foundation.
+      <span class="footer-text">
+        Copyright © {{ thisYear }} The Apache Software Foundation. Licensed under the Apache License, Version 2.0.
+        Apache Doris(Incubating), Apache Incubator, Apache, the Apache feather logo, the Apache Doris(Incubating) logo
+        and the Apache Incubator project logo are trademarks of The Apache Software Foundation.
       </span>
       <br />
-      <span
-        class="footer-text"
-      >
-        Apache Doris(incubating) 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 does indicat [...]
+      <span class="footer-text">
+        Apache Doris(incubating) 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 does indicate that the project has yet to be fully endorsed by the ASF.
       </span>
     </p>
   </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org