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

mimaison pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3d409c1e KAFKA-13868: Add ASF links including privacy policy to the 
footer (#421)
3d409c1e is described below

commit 3d409c1eff0092b53de0a21298fe89e5e07dfd74
Author: Divij Vaidya <di...@amazon.com>
AuthorDate: Tue Jul 19 14:23:18 2022 +0200

    KAFKA-13868: Add ASF links including privacy policy to the footer (#421)
    
    
    Reviewers: Mickael Maison <mickael.mai...@gmail.com>, Luke Chen 
<show...@gmail.com>
---
 css/styles.css       |  1 +
 includes/_footer.htm | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/css/styles.css b/css/styles.css
index 1b0030c6..697ad892 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -901,6 +901,7 @@ tr:nth-child(odd) {
     color: #888888;
     padding: 2rem 0;
     background: white;
+    text-align: center;
 }
 .footer__legal {
     margin: 0 2rem;
diff --git a/includes/_footer.htm b/includes/_footer.htm
index fbb9f81b..7e80e7d9 100644
--- a/includes/_footer.htm
+++ b/includes/_footer.htm
@@ -4,9 +4,17 @@
                <div class="footer">
                        <div class="footer__inner">
                                <div class="footer__legal">
-                                       <span class="footer__legal__one">The 
contents of this website are &copy; 2017 <a href="https://www.apache.org/"; 
target="_blank">Apache Software Foundation</a> under the terms of the <a 
href="https://www.apache.org/licenses/LICENSE-2.0.html"; target="_blank">Apache 
License v2</a>.</span>
+                                       <span class="footer__legal__one">The 
contents of this website are &copy; 2022 <a href="https://www.apache.org/"; 
target="_blank">Apache Software Foundation</a> under the terms of the <a 
href="https://www.apache.org/licenses/LICENSE-2.0.html"; target="_blank">Apache 
License v2</a>.</span>
                                        <span class="footer__legal__two">Apache 
Kafka, Kafka, and the Kafka logo are either registered trademarks or trademarks 
of The Apache Software Foundation</span>
                                        <span class="footer__legal__three">in 
the United States and other countries.</span>
+                                       <div>
+                                               <a 
href="https://kafka.apache.org/project-security"; target="_blank" 
rel="noreferrer">Security</a>&nbsp;|&nbsp;
+                                               <a 
href="https://www.apache.org/foundation/sponsorship.html"; target="_blank" 
rel="noreferrer">Donate</a>&nbsp;|&nbsp;
+                                               <a 
href="https://www.apache.org/foundation/thanks.html"; target="_blank" 
rel="noreferrer">Thanks</a>&nbsp;|&nbsp;
+                                               <a 
href="https://apache.org/events/current-event"; target="_blank" 
rel="noreferrer">Events</a>&nbsp;|&nbsp;
+                                               <a 
href="https://apache.org/licenses/"; target="_blank" 
rel="noreferrer">License</a>&nbsp;|&nbsp;
+                                               <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html"; 
target="_blank" rel="noreferrer">Privacy</a>
+                                       </div>
                                </div>
                                <a class="apache-feather" target="_blank" 
href="http://www.apache.org";>
                                        <img width="40" 
src="/images/feather-small.png" alt="Apache Feather">

Reply via email to