Repository: incubator-systemml-website Updated Branches: refs/heads/master 284e100ed -> 4e09d0a0f
Add Apache Incubator logo to footer Also, add .html to community-members link. Shrink favicon.png to 32x32. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/4e09d0a0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/4e09d0a0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/4e09d0a0 Branch: refs/heads/master Commit: 4e09d0a0f32a52bf813cea77239d7e0a5e7da0b6 Parents: 284e100 Author: Deron Eriksson <[email protected]> Authored: Mon Dec 7 15:02:49 2015 -0800 Committer: Deron Eriksson <[email protected]> Committed: Mon Dec 7 15:02:49 2015 -0800 ---------------------------------------------------------------------- _includes/themes/apache/_navigation.html | 2 +- _includes/themes/apache/footer.html | 21 ++++++++++++++++----- assets/themes/apache/img/egg-logo.png | Bin 0 -> 8626 bytes favicon.png | Bin 40071 -> 2774 bytes 4 files changed, 17 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/4e09d0a0/_includes/themes/apache/_navigation.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/_navigation.html b/_includes/themes/apache/_navigation.html index 5b512b9..acde118 100644 --- a/_includes/themes/apache/_navigation.html +++ b/_includes/themes/apache/_navigation.html @@ -18,7 +18,7 @@ <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a> <ul class="dropdown-menu dropdown-left"> <li><a href="/community.html">Get Involved</a></li> - <li><a href="/community-members">Who we are</a></li> + <li><a href="/community-members.html">Who we are</a></li> </ul> </li> <li><a href="{{ site.data.project.source_repository_mirror }}">GitHub</a></li> http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/4e09d0a0/_includes/themes/apache/footer.html ---------------------------------------------------------------------- diff --git a/_includes/themes/apache/footer.html b/_includes/themes/apache/footer.html index 17c6b8a..d177134 100644 --- a/_includes/themes/apache/footer.html +++ b/_includes/themes/apache/footer.html @@ -5,14 +5,25 @@ <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"> - <br><br> - Copyright © 2015 The Apache Software Foundation - <br> + <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 © 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> - Apache, the Apache feather logo{% if site.data.project.podling %}, and the Apache Incubator project logo{% endif %} are trademarks of The Apache Software Foundation. + {% 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> http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/4e09d0a0/assets/themes/apache/img/egg-logo.png ---------------------------------------------------------------------- diff --git a/assets/themes/apache/img/egg-logo.png b/assets/themes/apache/img/egg-logo.png new file mode 100644 index 0000000..c04e70d Binary files /dev/null and b/assets/themes/apache/img/egg-logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/4e09d0a0/favicon.png ---------------------------------------------------------------------- diff --git a/favicon.png b/favicon.png index 87ae161..2388972 100644 Binary files a/favicon.png and b/favicon.png differ
