Repository: incubator-reef Updated Branches: refs/heads/master 141c7fa08 -> 88c63e456
[REEF-14]: A logo for REEF * Added logo to website JIRA: [REEF-14](https://issues.apache.org/jira/browse/REEF-14) Pull Request: This closes #321 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/88c63e45 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/88c63e45 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/88c63e45 Branch: refs/heads/master Commit: 88c63e456278c2469bd7d8a3138d86e96f2c6d99 Parents: 141c7fa Author: Jason (Joo Seong) Jeong <[email protected]> Authored: Tue Jul 28 15:47:29 2015 +0900 Committer: Brian Cho <[email protected]> Committed: Tue Jul 28 19:41:37 2015 +0900 ---------------------------------------------------------------------- .../ApacheREEF_logo_no_margin_small.png | Bin 0 -> 13795 bytes website/src/site/resources/REEFLogo.png | Bin 1599 -> 0 bytes website/src/site/resources/css/site.css | 21 +++++++++++++++++++ website/src/site/site.xml | 4 +++- 4 files changed, 24 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/88c63e45/website/src/site/resources/ApacheREEF_logo_no_margin_small.png ---------------------------------------------------------------------- diff --git a/website/src/site/resources/ApacheREEF_logo_no_margin_small.png b/website/src/site/resources/ApacheREEF_logo_no_margin_small.png new file mode 100644 index 0000000..20e9f57 Binary files /dev/null and b/website/src/site/resources/ApacheREEF_logo_no_margin_small.png differ http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/88c63e45/website/src/site/resources/REEFLogo.png ---------------------------------------------------------------------- diff --git a/website/src/site/resources/REEFLogo.png b/website/src/site/resources/REEFLogo.png deleted file mode 100644 index 865dd0c..0000000 Binary files a/website/src/site/resources/REEFLogo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/88c63e45/website/src/site/resources/css/site.css ---------------------------------------------------------------------- diff --git a/website/src/site/resources/css/site.css b/website/src/site/resources/css/site.css new file mode 100644 index 0000000..acb3a5e --- /dev/null +++ b/website/src/site/resources/css/site.css @@ -0,0 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +.pull-left { + margin: 10px +} http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/88c63e45/website/src/site/site.xml ---------------------------------------------------------------------- diff --git a/website/src/site/site.xml b/website/src/site/site.xml index 1e62a97..2186425 100644 --- a/website/src/site/site.xml +++ b/website/src/site/site.xml @@ -45,7 +45,9 @@ under the License. </custom> <bannerLeft> - <src>REEFLogo.png</src> + <name>Apache REEF</name> + <src>ApacheREEF_logo_no_margin_small.png</src> + <alt>Apache REEF</alt> <href></href> </bannerLeft> <bannerRight>
