Repository: incubator-singa Updated Branches: refs/heads/master b35e03f6f -> 475d264f1
SINGA-223 Update Apache Incubator logo Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/475d264f Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/475d264f Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/475d264f Branch: refs/heads/master Commit: 475d264f15360cb14159b13284ebf294f44b44e2 Parents: b35e03f Author: Moaz Reyad <[email protected]> Authored: Sat Apr 15 11:31:35 2017 +0800 Committer: Moaz Reyad <[email protected]> Committed: Sat Apr 15 11:31:35 2017 +0800 ---------------------------------------------------------------------- doc/_static/apache.jpg | Bin 2310 -> 0 bytes doc/_static/apache.png | Bin 0 -> 30207 bytes doc/_templates/layout.html | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/475d264f/doc/_static/apache.jpg ---------------------------------------------------------------------- diff --git a/doc/_static/apache.jpg b/doc/_static/apache.jpg deleted file mode 100755 index 697e02d..0000000 Binary files a/doc/_static/apache.jpg and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/475d264f/doc/_static/apache.png ---------------------------------------------------------------------- diff --git a/doc/_static/apache.png b/doc/_static/apache.png new file mode 100644 index 0000000..338169e Binary files /dev/null and b/doc/_static/apache.png differ http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/475d264f/doc/_templates/layout.html ---------------------------------------------------------------------- diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 3dca570..1b07f5b 100755 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -42,7 +42,7 @@ </dl> </div> - <a href="http://incubator.apache.org/"> <img src= "{{pathto('_static/'+ 'apache.jpg' , 1) }}"> </a> + <a href="http://incubator.apache.org/"> <img src= "{{pathto('_static/'+ 'apache.png' , 1) }}" style="background-color:white;"> </a> </div> <a href="https://github.com/apache/incubator-singa">
