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

guozhang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8dd42bd  New Bandwidth Logo + ancestry fix (#150)
8dd42bd is described below

commit 8dd42bd770dc85045741660347462a1494c10d6e
Author: Andrew Starkey <[email protected]>
AuthorDate: Mon Jul 16 17:21:53 2018 -0400

    New Bandwidth Logo + ancestry fix (#150)
    
    * - Added the adidas logo and information to the powered-by page
    
    * - Added in new Bandwidth card to powered by page/
    - Fixed  broken link issue on the ancestry card
    
    Reviewers: Guozhang Wang <[email protected]>
---
 images/powered-by/bandwidth.png | Bin 0 -> 18172 bytes
 powered-by.html                 |   9 +++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/images/powered-by/bandwidth.png b/images/powered-by/bandwidth.png
new file mode 100644
index 0000000..098d7b2
Binary files /dev/null and b/images/powered-by/bandwidth.png differ
diff --git a/powered-by.html b/powered-by.html
index 544e4bf..e8269fb 100644
--- a/powered-by.html
+++ b/powered-by.html
@@ -51,13 +51,18 @@
         "link": "http://www.ancestry.com/";,
         "logo": "ancestry.svg",
         "logoBgColor": "#ffffff",
-        "description": "Kafka is used as the <a 
href='http://blogs.ancestry.com/techroots/on-track-to-data-driven' 
target='_blank'event log processing pipeline </a>for delivering better 
personalized product and service to our customers."
+        "description": "Kafka is used as the <a 
href='http://blogs.ancestry.com/techroots/on-track-to-data-driven' 
target='_blank'>event log processing pipeline </a>for delivering better 
personalized product and service to our customers."
     }, {
         "link": "http://www.ants.vn/";,
         "logo": "ants.png",
         "logoBgColor": "#ffffff",
         "description": "Ants.vn use Kafka in production for stream processing 
and log transfer (over 5B messages/month and growing)"
     }, {
+        "link": "https://www.bandwidth.com/";,
+        "logo": "bandwidth.png",
+        "logoBgColor": "#ffffff",
+        "description": "<a href='https://www.bandwidth.com/' 
target='_blank'>Bandwidth</a> uses Kafka in their Communications Platform to 
process call and message data records for billing and data analytics. Kafka 
also powers Bandwidth application metrics, system metrics and log aggregation 
pipelines. "
+    }, {
         "link": "https://boundary.com/";,
         "logo": "boundary.gif",
         "logoBgColor": "#ffffff",
@@ -479,7 +484,7 @@
                <div class="grid" data-masonry='{ "itemSelector": 
".grid__item"}'></div>
 
         <div class="callout callout--basic" style="margin-top:6rem">
-            <h3>Want to appear on this page?</h3> 
+            <h3>Want to appear on this page?</h3>
             <p>
                 Send a quick description of your organization and usage to the 
<a href="/contact">mailing list</a> or to <a 
href="https://twitter.com/apachekafka"; target="_blank">@apachekafka</a> or <a 
href="https://twitter.com/jaykreps"; target="_blank">@jaykreps</a> on twitter 
and we'll add you.
             </p>

Reply via email to