Repository: kafka
Updated Branches:
  refs/heads/trunk ea533f0c5 -> 36afd1095


MINOR: Adding LINE corp logo to streams page

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

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

Closes #3940 from manjuapu/customer-logo-stream


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

Branch: refs/heads/trunk
Commit: 36afd1095c78b24a0f956ee09bb806e701d6cf18
Parents: ea533f0
Author: Manjula K <manj...@kafka-summit.org>
Authored: Fri Sep 22 07:11:06 2017 +0800
Committer: Guozhang Wang <wangg...@gmail.com>
Committed: Fri Sep 22 07:11:06 2017 +0800

----------------------------------------------------------------------
 docs/streams/index.html | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/36afd109/docs/streams/index.html
----------------------------------------------------------------------
diff --git a/docs/streams/index.html b/docs/streams/index.html
index 258e8c0..bf39381 100644
--- a/docs/streams/index.html
+++ b/docs/streams/index.html
@@ -219,7 +219,22 @@
               <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 class="customer__card">
+          <div class="customer__card__icon green_card">
+            <img src="/{{version}}/images/icons/line.png">
+          </div>  
+          <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>
         <a href="/{{version}}/documentation/streams/quickstart" 
class="pagination__btn pagination__btn__next">Next</a>

Reply via email to