You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by wc...@apache.org on 2016/03/29 18:54:33 UTC

[4/7] incubator-quarks-website git commit: footer test

footer test


Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/commit/646a094c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/tree/646a094c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/diff/646a094c

Branch: refs/heads/master
Commit: 646a094cabfd11b99e64261ab84538ac6c2fab93
Parents: be450c3
Author: Cazen <magic12#>
Authored: Mon Mar 28 10:58:06 2016 +0900
Committer: Cazen <magic12#>
Committed: Mon Mar 28 10:58:06 2016 +0900

----------------------------------------------------------------------
 site/_includes/footer.html | 35 +++++++++++++++++++++++++++++------
 1 file changed, 29 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/646a094c/site/_includes/footer.html
----------------------------------------------------------------------
diff --git a/site/_includes/footer.html b/site/_includes/footer.html
index 64a097b..5f19c84 100755
--- a/site/_includes/footer.html
+++ b/site/_includes/footer.html
@@ -1,9 +1,32 @@
 <footer>
-            <div class="row">
-                <div class="col-lg-12 footer">
-               
-{% if page.last_updated %}<p>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y"  }} <br />
+    <div class="row">
+        <div class="col-lg-12 footer">
+
+            {% if page.last_updated %}<p>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last
+            generated: {{ site.time | date: "%b %-d, %Y" }} <br/>
+
+        </div>
+    </div>
+
+    <div class="row">
+        <div class="col-md-12">
+            <p class="text-muted small">Apache Quarks is an effort undergoing Incubation at The Apache Software
+                Foundation (ASF), sponsored by the 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.</p>
+        </div>
+    </div>
+
+    <div class="row">
+        <div class="col-md-12">
+            <p class="text-muted small">Copyright © 2016 The Apache Software Foundation. Licensed under the Apache
+                License, Version 2.0.
+                Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their
+                respective owners.</p>
+        </div>
+    </div>
 
-                </div>
-            </div>
 </footer>
\ No newline at end of file