Repository: incubator-nifi Updated Branches: refs/heads/develop 5273a63bf -> a66848b26
NIFI-622: - Adding thumbnail image for main page. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/abf8652e Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/abf8652e Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/abf8652e Branch: refs/heads/develop Commit: abf8652e845fdc0515b80ed9ada4cd7763b92d9d Parents: 483958b Author: Matt Gilman <[email protected]> Authored: Tue May 19 22:03:22 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Tue May 19 22:03:22 2015 -0400 ---------------------------------------------------------------------- nifi-site/src/images/flow-th.png | Bin 0 -> 144319 bytes nifi-site/src/pages/html/index.hbs | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/abf8652e/nifi-site/src/images/flow-th.png ---------------------------------------------------------------------- diff --git a/nifi-site/src/images/flow-th.png b/nifi-site/src/images/flow-th.png new file mode 100644 index 0000000..7042b87 Binary files /dev/null and b/nifi-site/src/images/flow-th.png differ http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/abf8652e/nifi-site/src/pages/html/index.hbs ---------------------------------------------------------------------- diff --git a/nifi-site/src/pages/html/index.hbs b/nifi-site/src/pages/html/index.hbs index 8ee8208..966bfad 100644 --- a/nifi-site/src/pages/html/index.hbs +++ b/nifi-site/src/pages/html/index.hbs @@ -23,7 +23,9 @@ title: Apache NiFi </div> </div> <div class="medium-6 large-7 columns"> - <img id="flow" src="images/flow.png" alt="NiFi flow"/> + <a class="th" href="images/flow.png"> + <img id="flow" src="images/flow-th.png" alt="NiFi flow"> + </a> </div> <div class="clear"></div> </div>
