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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new c7f9fe1ee88 GH-44474: [Website] Improve project description (#549)
c7f9fe1ee88 is described below

commit c7f9fe1ee88a0f12fcf0e8d1ec6e98b976d7a9a4
Author: Ian Cook <[email protected]>
AuthorDate: Tue Oct 22 00:57:02 2024 -0400

    GH-44474: [Website] Improve project description (#549)
    
    Part 1 of 2 of https://github.com/apache/arrow/issues/44474.
    
    This updates the Apache Arrow project description that appears
    prominently at the top of the [website](https://arrow.apache.org).
---
 _layouts/home.html | 2 +-
 index.html         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_layouts/home.html b/_layouts/home.html
index fe074f9c1c8..4bb9602cd85 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -7,7 +7,7 @@
   <div class="big-arrow-bg">
     <div class="container px-4 py-5 centered">
       <img src="{{ site.baseurl }}/img/arrow-inverse.png" style="max-width: 
70%;"/>
-      <p class="lead">A cross-language development platform for in-memory 
analytics</p>
+      <p class="lead">The universal columnar format and multi-language toolbox 
for fast data interchange and in-memory analytics</p>
 
       <div class="social-badges">
         <div class="social-badge">
diff --git a/index.html b/index.html
index 266c93b47db..f9bf70476af 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
 ---
 layout: home
 title: Apache Arrow
-description: A cross-language development platform for in-memory analytics
+description: The universal columnar format and multi-language toolbox for fast 
data interchange and in-memory analytics
 ---
 <h2>What is Arrow?</h2>
 <div class="row">

Reply via email to