From commits-return-7894-apmail-kafka-commits-archive=kafka.apache.org@kafka.apache.org Thu Sep 21 23:15:45 2017 Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7360C383 for ; Thu, 21 Sep 2017 23:15:45 +0000 (UTC) Received: (qmail 45016 invoked by uid 500); 21 Sep 2017 23:15:45 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 44969 invoked by uid 500); 21 Sep 2017 23:15:45 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 44960 invoked by uid 99); 21 Sep 2017 23:15:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2017 23:15:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 61F1BF5681; Thu, 21 Sep 2017 23:15:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: guozhang@apache.org To: commits@kafka.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: kafka-site git commit: Line logo to Powered-by page + minor edits to styles +google webmaster file Date: Thu, 21 Sep 2017 23:15:45 +0000 (UTC) Repository: kafka-site Updated Branches: refs/heads/asf-site a872ac8a1 -> b818b7b0c Line logo to Powered-by page + minor edits to styles +google webmaster file dguy guozhangwang Can you please review this PR? Author: Manjula K Reviewers: Guozhang Wang Closes #83 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/b818b7b0 Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/b818b7b0 Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/b818b7b0 Branch: refs/heads/asf-site Commit: b818b7b0c3aa5803e3f55565d5eac145897ccf38 Parents: a872ac8 Author: Manjula K Authored: Fri Sep 22 07:15:39 2017 +0800 Committer: Guozhang Wang Committed: Fri Sep 22 07:15:39 2017 +0800 ---------------------------------------------------------------------- css/styles.css | 3 +++ google7bff870a0cde1d0d.html | 1 + images/powered-by/line.png | Bin 0 -> 1911 bytes powered-by.html | 5 +++++ 4 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/b818b7b0/css/styles.css ---------------------------------------------------------------------- diff --git a/css/styles.css b/css/styles.css index b3af7ba..373220a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1003,6 +1003,9 @@ nav .btn { .customer_cards_2{ margin-top: 4.2rem; + display: flex; + height: 35rem; + max-width: 92rem; } .customer__card { http://git-wip-us.apache.org/repos/asf/kafka-site/blob/b818b7b0/google7bff870a0cde1d0d.html ---------------------------------------------------------------------- diff --git a/google7bff870a0cde1d0d.html b/google7bff870a0cde1d0d.html new file mode 100644 index 0000000..e0928fd --- /dev/null +++ b/google7bff870a0cde1d0d.html @@ -0,0 +1 @@ +google-site-verification: google7bff870a0cde1d0d.html \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kafka-site/blob/b818b7b0/images/powered-by/line.png ---------------------------------------------------------------------- diff --git a/images/powered-by/line.png b/images/powered-by/line.png new file mode 100755 index 0000000..3cc873c Binary files /dev/null and b/images/powered-by/line.png differ http://git-wip-us.apache.org/repos/asf/kafka-site/blob/b818b7b0/powered-by.html ---------------------------------------------------------------------- diff --git a/powered-by.html b/powered-by.html index 7da721e..6400671 100644 --- a/powered-by.html +++ b/powered-by.html @@ -437,6 +437,11 @@ "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." + },{ + "link": "https://linecorp.com/", + "logo": "line.png", + "logoBgColor": "#00b900", + "description": "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." } ];