Repository: incubator-apex-site Updated Branches: refs/heads/master a22202b33 -> 96edc7211
added incubator egg to footer Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/96edc721 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/96edc721 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/96edc721 Branch: refs/heads/master Commit: 96edc72118a436ec26922c1c11f8702d9e3fdddd Parents: a22202b Author: Andy Perlitch <[email protected]> Authored: Wed Sep 30 14:04:01 2015 -0700 Committer: Andy Perlitch <[email protected]> Committed: Wed Sep 30 14:04:01 2015 -0700 ---------------------------------------------------------------------- src/images/incubator-egg.png | Bin 0 -> 7593 bytes src/less/footer.less | 7 +++---- src/partials/footer.handlebars | 3 ++- 3 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/96edc721/src/images/incubator-egg.png ---------------------------------------------------------------------- diff --git a/src/images/incubator-egg.png b/src/images/incubator-egg.png new file mode 100644 index 0000000..e6d471b Binary files /dev/null and b/src/images/incubator-egg.png differ http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/96edc721/src/less/footer.less ---------------------------------------------------------------------- diff --git a/src/less/footer.less b/src/less/footer.less index e823703..08986e7 100644 --- a/src/less/footer.less +++ b/src/less/footer.less @@ -2,8 +2,8 @@ text-align: center; color: @gray-light; - #footer-feather { - width: 135px; + .footer-link-img { + height: 50px; opacity: 0.8; transition: opacity 0.25s; margin-top: 12px; @@ -12,8 +12,7 @@ opacity: 1; } img { - width: 100%; + height: 100%; } - } } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/96edc721/src/partials/footer.handlebars ---------------------------------------------------------------------- diff --git a/src/partials/footer.handlebars b/src/partials/footer.handlebars index 45a5b9f..bf47888 100644 --- a/src/partials/footer.handlebars +++ b/src/partials/footer.handlebars @@ -5,7 +5,8 @@ Copyright © <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>, Licensed under the Apache License, Version 2.0<br> Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br> - <a id="footer-feather" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a> + <a class="footer-link-img" href="http://apache.org"><img src="/images/asf-feather.png" alt="The Apache Software Foundation"></a> + <a class="footer-link-img" href="http://incubator.apache.org/"><img src="/images/incubator-egg.png" alt="Apache Incubator"></a> </p> </footer> </div> <!-- /container -->
