You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2019/12/27 09:47:51 UTC

[incubator-nuttx-website] 23/48: Add Apache Incubator logo to footer

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

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

commit f643bef3b5d7cbefe00052de3be764dc3d98140b
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Wed Mar 2 15:27:38 2016 -0800

    Add Apache Incubator logo to footer
---
 site/_includes/themes/apache/footer.html | 52 ++++++++++++++++++++------------
 1 file changed, 33 insertions(+), 19 deletions(-)

diff --git a/site/_includes/themes/apache/footer.html b/site/_includes/themes/apache/footer.html
index 17c6b8a..f4acf71 100644
--- a/site/_includes/themes/apache/footer.html
+++ b/site/_includes/themes/apache/footer.html
@@ -1,21 +1,35 @@
 <footer class="site-footer">
-
-  <div class="wrapper">
-
-    <div class="footer-col-wrapper">
-      {% if site.data.project.podling %}
-      {{ site.data.project.name }} is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a> 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 compl [...]
-      {% endif %}
-      <div style="text-align:center">
-          <br><br>
-          Copyright © 2015 The Apache Software Foundation
-          <br>
-          Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          <br>
-          Apache, the Apache feather logo{% if site.data.project.podling %}, and the Apache Incubator project logo{% endif %} are trademarks of The Apache Software Foundation.
-      </div>
+    <div class="wrapper">
+        <div class="footer-col-wrapper">
+            {% if site.data.project.podling %}
+            {{ site.data.project.name }} is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+            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.
+            <hr>
+            {% endif %}
+            <div style="text-align:center;">
+                {% if site.data.project.podling %}
+                <div style="margin-top: 20px; margin-bottom: 20px;">
+                    <a href="http://incubator.apache.org"><img src="assets/themes/apache/img/egg-logo.png"
+                                                               alt="Apache Incubator"/></a>
+                </div>
+                {% endif %}
+                <div>
+                    Copyright &copy; 2015 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    {% if site.data.project.podling %}
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                    {% else %}
+                    Apache and the Apache Feather logo are trademarks of The Apache Software Foundation.
+                    {% endif %}
+                </div>
+            </div>
+        </div>
     </div>
-
-  </div>
-
-</footer>
+</footer>
\ No newline at end of file