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 <manj...@kafka-summit.org>

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

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 <manj...@kafka-summit.org>
Authored: Fri Sep 22 07:15:39 2017 +0800
Committer: Guozhang Wang <wangg...@gmail.com>
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."
         }
     ];
 </script>

Reply via email to