Repository: nifi-site Updated Branches: refs/heads/master 2c707bffa -> 58f2b9498
NIFI-1448 - Update NiFi and MiNiFi site to use the new ASF branding Update copyright to 2017. This closes #11. Signed-off-by: Aldrin Piri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/58f2b949 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/58f2b949 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/58f2b949 Branch: refs/heads/master Commit: 58f2b949856a0c99238c678a3a35485d483b7894 Parents: 2c707bf Author: Andre F de Miranda <[email protected]> Authored: Wed Feb 1 22:36:38 2017 +1100 Committer: Aldrin Piri <[email protected]> Committed: Wed Feb 1 10:16:21 2017 -0500 ---------------------------------------------------------------------- src/images/asf_logo.png | Bin 0 -> 152842 bytes src/images/feather-small.gif | Bin 7129 -> 0 bytes src/includes/disclaimer.hbs | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/58f2b949/src/images/asf_logo.png ---------------------------------------------------------------------- diff --git a/src/images/asf_logo.png b/src/images/asf_logo.png new file mode 100644 index 0000000..8dca813 Binary files /dev/null and b/src/images/asf_logo.png differ http://git-wip-us.apache.org/repos/asf/nifi-site/blob/58f2b949/src/images/feather-small.gif ---------------------------------------------------------------------- diff --git a/src/images/feather-small.gif b/src/images/feather-small.gif deleted file mode 100644 index fb4445f..0000000 Binary files a/src/images/feather-small.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/nifi-site/blob/58f2b949/src/includes/disclaimer.hbs ---------------------------------------------------------------------- diff --git a/src/includes/disclaimer.hbs b/src/includes/disclaimer.hbs index 6aa0717..a33ae61 100644 --- a/src/includes/disclaimer.hbs +++ b/src/includes/disclaimer.hbs @@ -1,10 +1,10 @@ <div class="row"> <div class="large-12 columns footer"> <a href="https://www.apache.org"> - <img id="asf-logo" alt="Apache Software Foundation" src="{{assets}}/images/feather-small.gif"> + <img id="asf-logo" alt="Apache Software Foundation" src="{{assets}}/images/asf_logo.png" width="200"> </a> <div id="copyright"> - <p>Copyright © 2015 The Apache Software Foundation, Licensed under the <a + <p>Copyright © 2017 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the Apache feather logo, NiFi, Apache NiFi and the project logo are trademarks of The Apache Software Foundation.</p>
