Repository: kafka-site Updated Branches: refs/heads/asf-site e834dd428 -> 19d643354
Added Xite and Zalando logo to Powered by page and update some styling for upcoming streams doc page changes Author: Manjula Kumar <[email protected]> Reviewers: Ewen Cheslack-Postava <[email protected]> Closes #80 from manjuapu/asf-site Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/19d64335 Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/19d64335 Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/19d64335 Branch: refs/heads/asf-site Commit: 19d643354b919b2da570746a0b1b1e0844a4e9a0 Parents: e834dd4 Author: Manjula K <[email protected]> Authored: Tue Sep 19 16:03:34 2017 -0700 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Tue Sep 19 19:31:52 2017 -0700 ---------------------------------------------------------------------- css/styles.css | 73 +++++++++++++++++++++++++++++++++++++ images/powered-by/xite.png | Bin 0 -> 3195 bytes images/powered-by/zalando.png | Bin 0 -> 2716 bytes powered-by.html | 10 +++++ 4 files changed, 83 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/19d64335/css/styles.css ---------------------------------------------------------------------- diff --git a/css/styles.css b/css/styles.css index 1e75e91..b3af7ba 100644 --- a/css/styles.css +++ b/css/styles.css @@ -993,3 +993,76 @@ nav .btn { margin-right: 0; } } + +.customer__cards { + display: flex; + height: 30rem; + max-width: 92rem; + +} + +.customer_cards_2{ + margin-top: 4.2rem; +} + +.customer__card { + flex: 1; + margin-right: 2rem; + border-radius: .4rem; + display: flex; + flex-direction: column; + align-items: left; + text-align:justify; +} + +.customer-right{ + margin-right:0rem; +} + +.customer__card__icon{ + align-items: center; + border: 1px solid #888; + border-radius: 4px; + display: flex; + height: 80px; + justify-content: center; + width: 268px; +} + +.green_card{ + background-color: #00b900; +} + +.customer__card__label { + color: #000000; + margin-top: 2.4rem; + display: flex; +} + +@media only screen and (max-width: 1109px) { + .customer__cards { + height: 35rem; + + } +} + +@media only screen and (max-width: 1023px) { + + .customer__cards { + height: 60rem; + flex-direction: column; + } + .customer-right{ + margin-right:2rem; + } + .customer_cards_2{ + margin-top: 0rem; + } + + } + .customer-title{ + margin-top:62px; + margin-bottom: 4.2rem; + } + +} http://git-wip-us.apache.org/repos/asf/kafka-site/blob/19d64335/images/powered-by/xite.png ---------------------------------------------------------------------- diff --git a/images/powered-by/xite.png b/images/powered-by/xite.png new file mode 100644 index 0000000..04c0516 Binary files /dev/null and b/images/powered-by/xite.png differ http://git-wip-us.apache.org/repos/asf/kafka-site/blob/19d64335/images/powered-by/zalando.png ---------------------------------------------------------------------- diff --git a/images/powered-by/zalando.png b/images/powered-by/zalando.png new file mode 100755 index 0000000..719a7dc Binary files /dev/null and b/images/powered-by/zalando.png differ http://git-wip-us.apache.org/repos/asf/kafka-site/blob/19d64335/powered-by.html ---------------------------------------------------------------------- diff --git a/powered-by.html b/powered-by.html index 2fc43d3..7da721e 100644 --- a/powered-by.html +++ b/powered-by.html @@ -427,6 +427,16 @@ "logo": "CJ_Affiliate.png", "logoBgColor": "#ffffff", "description": "Apache Kafka is used at CJ Affiliate to process many of the key events driving our core product. Nearly every aspect of CJ's products and services currently benefit from the speed and stability this provides; additionally, Apache Kafka is one of the key technologies enabling CJ's upcoming real-time Insights & Analytics platform." + },{ + "link": "http://www.zalando.com", + "logo": "zalando.png", + "logoBgColor": "#ffffff", + "description": "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 <a href 'https://kafka-summit.org/sessions/using-kstreams-ktables-calculate-real-time-domain-rankings/' target=blank'> event streams</a> enables our technical team to do near-real time business intelligence." + },{ + "link": "http://xitenetworks.com/", + "logo": "xite.png", + "logoBgColor": "#ffffff", + "description": "Kafka is at the heart of our Data Infrastructure - Business Intelligence, Recommender Systems and Machine Learning solutions are build as reactive and streaming architecture. Also we use Kafka as a great alternative to REST APIs for micro-services integration. This allows us to scale and reliably upgrade micro-services without integration and consistency issues." } ]; </script>
