You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/06/27 04:35:37 UTC

[arrow] branch master updated: ARROW-5257: [Website] Update site to use "official" Apache Arrow logo, add clearly marked links to logo

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new c40d8e4  ARROW-5257: [Website] Update site to use "official" Apache Arrow logo, add clearly marked links to logo
c40d8e4 is described below

commit c40d8e4c453122cb33ae3802cd488b43d678c89c
Author: Neal Richardson <ne...@gmail.com>
AuthorDate: Wed Jun 26 23:35:30 2019 -0500

    ARROW-5257: [Website] Update site to use "official" Apache Arrow logo, add clearly marked links to logo
    
    Header uses an inverted (white print with transparent background) version of the logo because the header has a dark background.
    
    <img width="400" alt="powered-by-header" src="https://user-images.githubusercontent.com/2975928/60135888-9ccadc00-9757-11e9-8469-18f9d09e0387.png">
    
    The proper black logo (with transparent background) is shown on the "powered by" page, which recommends folks to use that logo when referring to Arrow.
    
    <img width="400" alt="powered-by-screenshot" src="https://user-images.githubusercontent.com/2975928/60135811-65f4c600-9757-11e9-8327-692ddbabbace.png">
    
    The header logo is reduced in size to 300px in height, and then the img tag further reduces display to 60px. That combination got the sharpest rendering of the image with a reasonable file size. As discussed on the jira ticket, a better solution would be to use svg, but this works for now.
    
    I also reorganized the powered-by page, putting the projects first and the trademark language last. Given the intended audience of this page, that seems like a more natural order.
    
    Author: Neal Richardson <ne...@gmail.com>
    
    Closes #4696 from nealrichardson/correct-logo and squashes the following commits:
    
    481c19149 <Neal Richardson> Add François to committers
    cca872150 <Neal Richardson> Move trademark back up
    53cd0c406 <Neal Richardson> WIP on getting the right logo
---
 site/_includes/header.html       |   2 +-
 site/committers.html             |   6 ++++++
 site/img/arrow-inverse-300px.png | Bin 0 -> 10756 bytes
 site/img/arrow-inverse.png       | Bin 0 -> 26443 bytes
 site/img/arrow.png               | Bin 21475 -> 21636 bytes
 site/powered_by.md               |  25 +++++++++++++++----------
 6 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/site/_includes/header.html b/site/_includes/header.html
index 37cdd7b..7c02533 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -1,5 +1,5 @@
 <nav class="navbar navbar-expand-md navbar-dark bg-dark">
-  <a class="navbar-brand" href="{{ site.baseurl }}/">Apache Arrow&#8482;&nbsp;&nbsp;&nbsp;</a>
+  <a class="navbar-brand" href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/img/arrow-inverse-300px.png" height="60px"/></a>
   <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#arrow-navbar" aria-controls="arrow-navbar" aria-expanded="false" aria-label="Toggle navigation">
     <span class="navbar-toggler-icon"></span>
   </button>
diff --git a/site/committers.html b/site/committers.html
index f42af9d..a5c9d73 100644
--- a/site/committers.html
+++ b/site/committers.html
@@ -239,6 +239,12 @@ layout: default
 <td>sunchao</td>
 <td>Uber</td>
 </tr>
+<tr>
+<td>François Saint-Jacques</td>
+<td>Committer</td>
+<td>fsaintjacques</td>
+<td>Ursa Labs / RStudio</td>
+</tr>
 </tbody></table>
 
     </div> <!-- /container -->
diff --git a/site/img/arrow-inverse-300px.png b/site/img/arrow-inverse-300px.png
new file mode 100644
index 0000000..ab68c68
Binary files /dev/null and b/site/img/arrow-inverse-300px.png differ
diff --git a/site/img/arrow-inverse.png b/site/img/arrow-inverse.png
new file mode 100644
index 0000000..7475df9
Binary files /dev/null and b/site/img/arrow-inverse.png differ
diff --git a/site/img/arrow.png b/site/img/arrow.png
old mode 100644
new mode 100755
index 20b00bd..72104b0
Binary files a/site/img/arrow.png and b/site/img/arrow.png differ
diff --git a/site/powered_by.md b/site/powered_by.md
index eb4efe8..cdbede2 100644
--- a/site/powered_by.md
+++ b/site/powered_by.md
@@ -20,9 +20,7 @@ limitations under the License.
 {% endcomment %}
 -->
 
-## Powered By
-
-### Project and Product names using "Apache Arrow"
+## Project and Product Names Using "Apache Arrow"
 
 Organizations creating products and projects for use with Apache Arrow, along
 with associated marketing materials, should take care to respect the trademark
@@ -43,9 +41,16 @@ names, etc.) like "arrow-foo". These are permitted. Nominative use of trademarks
 in descriptions is also always allowed, as in "BigCoProduct is a widget for
 Apache Arrow".
 
+Projects and documents that want to include a logo for Apache Arrow should use
+the official logo:
+
+<img src="{{ site.baseurl }}/img/arrow.png" style="max-width: 100%;"/>
+
+## Projects Powered By Apache Arrow
+
 To add yourself to the list, please open a [pull request][27] adding your
 organization name, URL, a list of which Arrow components you are using, and a
-short description of your use case. See the following for some examples.
+short description of your use case.
 
 * **[Apache Parquet][3]:** A columnar storage format available to any project
   in the Hadoop ecosystem, regardless of the choice of data processing
@@ -82,10 +87,10 @@ short description of your use case. See the following for some examples.
   early contributing member to GOAI and Arrow\[JS\] focused on bringing these
   technologies to the enterprise.
 * **[InAccel][29]:** A machine learning acceleration framework which leverages
-  FPGAs-as-a-service. InAccel supports dataframes backed by Apache Arrow to 
-  serve as input for our implemented ML algorithms. Those dataframes can be 
+  FPGAs-as-a-service. InAccel supports dataframes backed by Apache Arrow to
+  serve as input for our implemented ML algorithms. Those dataframes can be
   accessed from the FPGAs with a single DMA operation by implementing a shared
-  memory communication schema. 
+  memory communication schema.
 * **[libgdf][14]:** A C library of CUDA-based analytics functions and GPU IPC
   support for structured data. Uses the Arrow IPC format and targets the Arrow
   memory layout in its analytic functions. This work is part of the [GPU Open
@@ -100,10 +105,10 @@ short description of your use case. See the following for some examples.
   supports reading and writing Parquet files using pyarrow. Several pandas
   core developers are also contributors to Apache Arrow.
 * **[Perspective][23]:** Perspective is a streaming data visualization engine in JavaScript for building real-time & user-configurable analytics entirely in the browser.
-* **[Petastorm][28]:** Petastorm enables single machine or distributed training 
-  and evaluation of deep learning models directly from datasets in Apache 
+* **[Petastorm][28]:** Petastorm enables single machine or distributed training
+  and evaluation of deep learning models directly from datasets in Apache
   Parquet format. Petastorm supports popular Python-based machine learning
-  (ML) frameworks such as Tensorflow, Pytorch, and PySpark. It can also be 
+  (ML) frameworks such as Tensorflow, Pytorch, and PySpark. It can also be
   used from pure Python code.
 * **[Quilt Data][13]:** Quilt is a data package manager, designed to make
   managing data as easy as managing code. It supports Parquet format via