added copyright footer
added asf menu items
diff --git a/index.html b/index.html
index 70a88f2..dc0e507 100644
--- a/index.html
+++ b/index.html
@@ -34,9 +34,20 @@
       ],
       plugins: [
         function(hook, vm) {
+          var footer = [
+            '<hr/>',
+            '<footer>',
+            '   <p>Copyright © 2002-2020 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>\n',
+            '   <p>Apache MyFaces, Apache Tobago, Apache, the Apache feather logo, and the Apache MyFaces project logos are trademarks of The Apache Software Foundation.</p>',
+            '</footer>'
+          ].join('');
+
           hook.ready(function () {
 
           });
+          hook.afterEach(function(html) {
+            return html + footer;
+          });
         }
       ]
     };
diff --git a/menu.md b/menu.md
index 3f3654b..b104f41 100644
--- a/menu.md
+++ b/menu.md
@@ -1,5 +1,6 @@
 - [Home](/)
 - [News](/news.md)
+- [Community](/community.md)
 
 - Core
   - [Getting Started](/coregettingstarted.md)
@@ -20,4 +21,10 @@
   - [Scripting](/extscripting.md)
   - [Portlet Bridge](/portletbridge.md)
   
-- [Community](/community.md)
+- ASF
+  - [Foundation](https://www.apache.org/)
+  - [License](https://www.apache.org/licenses/)
+  - [Events](https://www.apache.org/events/)
+  - [Security](https://www.apache.org/security/)
+  - [Sponsorship](https://www.apache.org/foundation/sponsorship.html)
+  - [Thanks](https://www.apache.org/foundation/thanks.html)