Move Download button and add 'Powered by Flink' header on homepage
Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/a7afc3b3 Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/a7afc3b3 Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/a7afc3b3 Branch: refs/heads/asf-site Commit: a7afc3b331afa49c66b7db624ac0934e8be70eba Parents: cf8a5f0 Author: wints <[email protected]> Authored: Thu Jan 12 16:14:22 2017 +0100 Committer: Ufuk Celebi <[email protected]> Committed: Wed Jan 18 14:50:53 2017 +0100 ---------------------------------------------------------------------- _includes/navbar.html | 6 ++++-- index.md | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7afc3b3/_includes/navbar.html ---------------------------------------------------------------------- diff --git a/_includes/navbar.html b/_includes/navbar.html index 66b928c..0e23c35 100755 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -18,6 +18,9 @@ <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-main"> + <!-- Downloads --> + <li class="{% if page.url == '/downloads.html' %}active{% endif %}"><a class="btn btn-info" href="{{ site.baseurl }}/downloads.html">Download Flink</a></li> + <!-- Overview --> <li{% if page.url == '/index.html' %} class="active"{% endif %}><a href="{{ site.baseurl }}/index.html">Home</a></li> @@ -69,8 +72,7 @@ <a href="https://github.com/apache/flink" target="_blank">Flink on GitHub <small><span class="glyphicon glyphicon-new-window"></span></small></a> </li> - <!-- Downloads --> - <li class="{% if page.url == '/downloads.html' %}active{% endif %}"><a class="btn btn-info" href="{{ site.baseurl }}/downloads.html">Download Flink</a></li> + http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7afc3b3/index.md ---------------------------------------------------------------------- diff --git a/index.md b/index.md index ca6ed70..5c6cae6 100755 --- a/index.md +++ b/index.md @@ -51,9 +51,11 @@ layout: base <div class="row-fluid"> <div class="col-sm-12"> + <hr /> + <h2><a href="{{ site.baseurl }}/poweredby.html">Powered by Flink</a></h2> + - <a style="float:right" href="{{ site.baseurl }}/poweredby.html">See more ></a> <div class="jcarousel"> <ul>
