You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2021/09/05 16:27:27 UTC

[incubator-wayang-website] branch main updated: modification footer.html

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

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 2aed617  modification footer.html
2aed617 is described below

commit 2aed6172d15691455b5dfe5c8e16a905af602bb9
Author: Bertty Contreras-Rojas <be...@scalytics.io>
AuthorDate: Sun Sep 5 18:27:13 2021 +0200

    modification footer.html
    
    Signed-off-by: bertty <be...@gmail.com>
---
 _data/navigation.yml  | 14 ++++++++++----
 _includes/footer.html | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 4 deletions(-)

diff --git a/_data/navigation.yml b/_data/navigation.yml
index 1af20c6..abc14ef 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -38,14 +38,20 @@
 - title: Apache
   sublinks:
     - title: Apache Software Foundation
-      url: http://www.apache.org/foundation/how-it-works.html
+      url: https://www.apache.org/foundation/how-it-works.html
       external: true
     - title: Apache License
-      url: http://www.apache.org/licenses/
+      url: https://www.apache.org/licenses/
+      external: true
+    - title: Events
+      url: https://www.apache.org/events/current-event
+      external: true
+    - title: Security
+      url: https://www.apache.org/security/
       external: true
     - title: Sponsorship
-      url: http://www.apache.org/foundation/sponsorship.html
+      url: https://www.apache.org/foundation/sponsorship.html
       external: true
     - title: Thanks
-      url: http://www.apache.org/foundation/thanks.html
+      url: https://www.apache.org/foundation/thanks.html
       external: true
diff --git a/_includes/footer.html b/_includes/footer.html
index 6b80ede..aff017f 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -36,6 +36,43 @@
                     </p>
                 </div>
             </div>
+            <div class="row justify-content-md-center w-100">
+                    <div class="col-md-3">
+                        <a class="btn btn-link w-100" href="https://incubator.apache.org">
+                            Apache Incubator
+                        </a>
+                    </div>
+                    <div class="col-md-3">
+                        <a class="btn btn-link w-100" href="https://www.apache.org">
+                            About ASF
+                        </a>
+                    </div>
+                    <div class="col-md-3">
+                        <a class="btn btn-link w-100" href="https://www.apache.org/licenses/">
+                            Apache License
+                        </a>
+                    </div>
+                    <div class="col-md-3">
+                        <a class="btn btn-link w-100" href="https://www.apache.org/events/current-event">
+                            Events
+                        </a>
+                    </div>
+                    <div class="col-md-3">
+                        <a class="btn btn-link w-100" href="https://www.apache.org/security/">
+                            Security
+                        </a>
+                    </div>
+                    <div class="col-md-3">
+                        <a class="btn btn-link w-100" href="https://www.apache.org/foundation/sponsorship.html">
+                            Sponsorship
+                        </a>
+                    </div>
+                    <div class="col-md-3">
+                        <a class="btn btn-link w-100" href="https://www.apache.org/foundation/thanks.html">
+                            Thanks
+                        </a>
+                    </div>
+            </div>
         </div>
     </nav>
 </footer>