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

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new d375fca  Fix few issues with the poweredBy page
d375fca is described below

commit d375fcabd5bef5d9cdc4e1d556d0e5942f44b4c6
Author: Aashreya Shankar <[email protected]>
AuthorDate: Wed Feb 27 13:25:55 2019 -0800

    Fix few issues with the poweredBy page
    
    Add description to the poweredby page
    
    Add text formatting
---
 _data/poweredby.json |  3 +--
 poweredBy.html       | 15 ++++++++++++++-
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/_data/poweredby.json b/_data/poweredby.json
index ccbaf2b..89c3957 100644
--- a/_data/poweredby.json
+++ b/_data/poweredby.json
@@ -53,8 +53,7 @@
         "width": 130,
         "height": 60
       },
-      "description": "At FinAnt, we use Apache Drill to do some ad-hoc 
queries, service data analytics.",
-      "link": "https://dawn.cs.stanford.edu/assets/logos/members/ant.png";
+      "description": "At FinAnt, we use Apache Drill to do some ad-hoc 
queries, service data analytics."
     }
   ]
 }
\ No newline at end of file
diff --git a/poweredBy.html b/poweredBy.html
index c9b4cb7..03bb94b 100755
--- a/poweredBy.html
+++ b/poweredBy.html
@@ -1,9 +1,22 @@
 ---
 layout: page
-title: "Drill Powered By"
+title: "Powered By Drill"
 ---
 <link href="{{ site.baseurl }}/css/poweredBy.css" rel="stylesheet" 
type="text/css">
 <div class="int_text">
+    <p>
+        Apache Drill not only helps data scientists and researchers get 
insights into their unstructured data, but also
+        powers business-critical applications in many companies and 
enterprises around the globe.
+        On this page, we present a few notable Drill users that run 
interesting use cases in production with link to
+        resources that discuss their applications in more detail.</p>
+    <p>Please note that the list is not comprehensive, and
+        only lists users that explicitly gave consent.
+        If you would you like to be included on this page, please reach out by 
directly send a message to <a
+                href="https://twitter.com/apachedrill";>@ApacheDrill</a>
+        on Twitter or to kunal[at]apache.org
+    </p>
+</div>
+<div class="int_text">
     {% for company in site.data.poweredby.companies %}
     <div class="power_box">
         <img src="{{ site.baseurl }}/images/logos/{{ company.logo.fileName }}"

Reply via email to