Repository: incubator-tephra Updated Branches: refs/heads/site 1047fad6b -> c7ff013b6
Update logo Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/c7ff013b Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/c7ff013b Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/c7ff013b Branch: refs/heads/site Commit: c7ff013b6f523403a2f0b93e49969e9c565c5dd7 Parents: 1047fad Author: Terence Yim <[email protected]> Authored: Tue Jun 21 15:37:57 2016 -0700 Committer: Terence Yim <[email protected]> Committed: Tue Jun 21 15:37:57 2016 -0700 ---------------------------------------------------------------------- src/site/resources/images/tephra_logo.png | Bin 0 -> 28373 bytes src/site/resources/images/tephra_logotype.png | Bin 12676 -> 0 bytes src/site/site.xml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/c7ff013b/src/site/resources/images/tephra_logo.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/tephra_logo.png b/src/site/resources/images/tephra_logo.png new file mode 100644 index 0000000..f8940e1 Binary files /dev/null and b/src/site/resources/images/tephra_logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/c7ff013b/src/site/resources/images/tephra_logotype.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/tephra_logotype.png b/src/site/resources/images/tephra_logotype.png deleted file mode 100644 index bfcd174..0000000 Binary files a/src/site/resources/images/tephra_logotype.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/c7ff013b/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 538c139..09d0a90 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -20,7 +20,7 @@ <bannerLeft> <name>Apache Tephra</name> - <src>images/tephra_logotype.png</src> + <src>images/tephra_logo.png</src> <href>http://tephra.incubator.apache.org/index.html</href> <alt>Apache Tephra</alt> </bannerLeft>
