Repository: incubator-rocketmq-site
Updated Branches:
refs/heads/asf-site 8793bd59f -> d61431e56
Polish footer
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/commit/1e3086a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/tree/1e3086a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/diff/1e3086a0
Branch: refs/heads/asf-site
Commit: 1e3086a0a1279288783f68b9db83dab986bf0759
Parents: 90ec62f
Author: yukon <yukon@apache.org>
Authored: Tue Feb 7 15:42:29 2017 +0800
Committer: yukon <yukon@apache.org>
Committed: Tue Feb 7 15:45:51 2017 +0800
----------------------------------------------------------------------
_includes/footer.html | 54 +++++++++++++++++++++--------------
assets/images/feather-small.gif | Bin 0 -> 129292 bytes
2 files changed, 33 insertions(+), 21 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/1e3086a0/_includes/footer.html
----------------------------------------------------------------------
diff --git a/_includes/footer.html b/_includes/footer.html
index d132cfa..ef9d174 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,22 +1,34 @@
-<div class="page__footer-follow">
- <ul class="social-icons">
- {% if site.data.ui-text[site.locale].follow_label %}
- <li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
- {% endif %}
- {% if site.twitter.username %}
- <li><a href="https://twitter.com/{{ site.twitter.username }}"><i class="fa
fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
- {% endif %}
- {% if site.facebook.username %}
- <li><a href="https://facebook.com/{{ site.facebook.username }}"><i class="fa
fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook</a></li>
- {% endif %}
- {% if site.author.github %}
- <li><a href="http://github.com/{{ site.author.github }}"><i class="fa
fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
- {% endif %}
- {% if site.author.bitbucket %}
- <li><a href="http://bitbucket.org/{{ site.author.bitbucket }}"><i class="fa
fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
- {% endif %}
- <li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{
'/feed.xml' | absolute_url }}{% endif %}"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i>
{{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
- </ul>
-</div>
+<style type="text/css">
+ div.columns { float: left; margin-left: 10px;}
+ div.clear { clear: both; }
+</style>
+<div>
+ <div class="columns">
+ <a href="https://www.apache.org/"><img src="/assets/images/feather-small.gif"
alt="Apache Software Foundation" style="height: 88px !important" /></a>
+ </div>
+ <div class="columns">
+ <div class="page__footer-follow">
+ <ul class="social-icons">
+ {% if site.data.ui-text[site.locale].follow_label %}
+ <li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
+ {% endif %}
+ {% if site.twitter.username %}
+ <li><a href="https://twitter.com/{{ site.twitter.username }}"><i
class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
+ {% endif %}
+ {% if site.facebook.username %}
+ <li><a href="https://facebook.com/{{ site.facebook.username }}"><i
class="fa fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook</a></li>
+ {% endif %}
+ {% if site.author.github %}
+ <li><a href="http://github.com/{{ site.author.github }}"><i class="fa
fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
+ {% endif %}
+ {% if site.author.bitbucket %}
+ <li><a href="http://bitbucket.org/{{ site.author.bitbucket }}"><i
class="fa fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
+ {% endif %}
+ <li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else
%}{{ '/feed.xml' | absolute_url }}{% endif %}"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i>
{{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
+ </ul>
+ </div>
-<div class="page__footer-copyright">Copyright © {{ site.time | date: '%Y'
}} <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights
Reserved.</div>
\ No newline at end of file
+ <div class="page__footer-copyright">Copyright © {{ site.time | date: '%Y'
}} <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights
Reserved.</div>
+ </div>
+</div>
+<div class="clear"></div>
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/1e3086a0/assets/images/feather-small.gif
----------------------------------------------------------------------
diff --git a/assets/images/feather-small.gif b/assets/images/feather-small.gif
new file mode 100644
index 0000000..5a8a79b
Binary files /dev/null and b/assets/images/feather-small.gif differ
|