Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
[REEF-14]: A logo for REEF
Browse files Browse the repository at this point in the history
* Added logo to website

JIRA: [REEF-14](https://issues.apache.org/jira/browse/REEF-14)

Pull Request:
  This closes #321
  • Loading branch information
jsjason authored and bchocho committed Jul 28, 2015
1 parent 141c7fa commit 88c63e4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/src/site/resources/REEFLogo.png
Binary file not shown.
21 changes: 21 additions & 0 deletions website/src/site/resources/css/site.css
Original file line number Diff line number Diff line change
@@ -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
}
4 changes: 3 additions & 1 deletion website/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 88c63e4

Please sign in to comment.