You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2017/09/23 03:01:10 UTC

kafka-site git commit: Adding New York logo to powered-by and Streams page

Repository: kafka-site
Updated Branches:
  refs/heads/asf-site aa0d8f47c -> 4bb2fd8c6


Adding New York logo to powered-by and Streams page

Author: manjuapu <ma...@confluent.io>
Author: Manjula K <ma...@kafka-summit.org>

Reviewers: Guozhang Wang <wa...@gmail.com>

Closes #85 from manjuapu/asf-site

minor fixes


Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/4bb2fd8c
Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/4bb2fd8c
Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/4bb2fd8c

Branch: refs/heads/asf-site
Commit: 4bb2fd8c6b29639c3fb4b70691e9cd7fc96b829b
Parents: aa0d8f4
Author: manjuapu <ma...@confluent.io>
Authored: Sat Sep 23 10:59:00 2017 +0800
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Sat Sep 23 11:00:50 2017 +0800

----------------------------------------------------------------------
 0110/images/icons/NYT.jpg | Bin 0 -> 12605 bytes
 0110/streams/index.html   |  30 ++++++++++++++++--------------
 images/powered-by/NYT.jpg | Bin 0 -> 12605 bytes
 powered-by.html           |   5 +++++
 4 files changed, 21 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/4bb2fd8c/0110/images/icons/NYT.jpg
----------------------------------------------------------------------
diff --git a/0110/images/icons/NYT.jpg b/0110/images/icons/NYT.jpg
new file mode 100644
index 0000000..f4a7e8f
Binary files /dev/null and b/0110/images/icons/NYT.jpg differ

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/4bb2fd8c/0110/streams/index.html
----------------------------------------------------------------------
diff --git a/0110/streams/index.html b/0110/streams/index.html
index 8986c21..f323456 100644
--- a/0110/streams/index.html
+++ b/0110/streams/index.html
@@ -205,21 +205,29 @@
     <div class="customer__cards">
          <div class="customer__card">
              <div class="customer__card__icon">
+            <img src="/{{version}}/images/icons/NYT.jpg" style="max-width:35%">
+          </div>  
+          <span class="customer__card__label">The New York Times uses Apache Kafka and the Kafka Streams API to store and distribute, in real-time, published content to the various applications and systems that make it available to the readers.</span>
+            <a href="https://www.confluent.io/blog/publishing-apache-kafka-new-york-times/">Learn More</a>
+             
+         </div>
+         <div class="customer__card customer-right" >
+            <div class="customer__card__icon">
                  <img src="/{{version}}/images/icons/rabobank.png">
              </div>  
              <span class="customer__card__label">Rabobank is one of the 3 largest banks in the Netherlands. Its digital nervous system, the Business Event Bus, is powered by Apache Kafka and Kafka Streams.
              </span>
-             <a href="https://www.confluent.io/blog/real-time-financial-alerts-rabobank-apache-kafkas-streams-api/">Learn More</a>
+             <a href="https://www.confluent.io/blog/real-time-financial-alerts-rabobank-apache-kafkas-streams-api/">Learn More</a> 
          </div>
-         <div class="customer__card customer-right" >
-              <div class="customer__card__icon" >
+     </div>
+     <div class="customer_cards_2">
+        <div class="customer__card customer_z">
+           <div class="customer__card__icon" >
                  <img src="/{{version}}/images/icons/zalando.png">
               </div>  
-              <span class="customer__card__label">As the leading online fashion retailer in Europe, Zalando uses Kafka as an ESB (Enterprise Service Bus), which helps us in transitioning from a monolithic to a micro services architecture. Using Kafka for processing event streams enables our technical team to do near-real time business intelligence.</span>
+              <span class="customer__card__label">As the leading online fashion retailer in Europe, Zalando uses Apache Kafka as an ESB (Enterprise Service Bus), which helps us in transitioning from a monolithic to a micro services architecture. Using Kafka for processing event streams enables our technical team to do near-real time business intelligence.</span>
               <a href="https://kafka-summit.org/sessions/using-kstreams-ktables-calculate-real-time-domain-rankings/">Learn More</a>
-         </div>
-     </div>
-     <div class="customer_cards_2">
+        </div>
         <div class="customer__card">
           <div class="customer__card__icon green_card">
             <img src="/{{version}}/images/icons/line.png">
@@ -227,13 +235,7 @@
           <span class="customer__card__label">LINE uses Apache Kafka as a central datahub for our services to communicate to one another. Hundreds of billions of messages are produced daily and are used to execute various business logic, threat detection, search indexing and data analysis. LINE leverages Kafka Streams to reliably transform and filter topics enabling sub topics consumers can efficiently consume, meanwhile retaining easy maintainability thanks to its sophisticated yet minimal code base.</span>
           <a href="https://engineering.linecorp.com/en/blog/detail/80">Learn More</a>
         </div>
-        <div class="customer__card" style="visibility:hidden">
-          <div class="customer__card__icon">
-            <img src="">
-          </div>  
-          <span class="customer__card__label"></span>
-            <a>Learn More</a>
-        </div>
+        
     </div> 
     <div class="pagination">
         <a href="#" class="pagination__btn pagination__btn__prev pagination__btn--disabled">Previous</a>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/4bb2fd8c/images/powered-by/NYT.jpg
----------------------------------------------------------------------
diff --git a/images/powered-by/NYT.jpg b/images/powered-by/NYT.jpg
new file mode 100644
index 0000000..f4a7e8f
Binary files /dev/null and b/images/powered-by/NYT.jpg differ

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/4bb2fd8c/powered-by.html
----------------------------------------------------------------------
diff --git a/powered-by.html b/powered-by.html
index 6400671..bb51217 100644
--- a/powered-by.html
+++ b/powered-by.html
@@ -13,6 +13,11 @@
             "logoBgColor": "#3d018b",
             "description": "See <a href='http://yahooeng.tumblr.com/post/109994930921/kafka-yahoo' target='_blank'>this</a>."
         }, {
+            "link":  "https://www.nytimes.com",
+            "logo": "NYT.jpg",
+            "logoBgColor": "#FFFFFF",
+            "description": "<a href='https://www.confluent.io/blog/publishing-apache-kafka-new-york-times/'>The New York Times uses Apache Kafka </a>and the Kafka Streams API to store and distribute, in real-time, published content to the various applications and systems that make it available to the readers."
+        }, {
             "link":  "http://twitter.com",
             "logo": "twitter.jpg",
             "logoBgColor": "#28a9e2",