This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 200b9ab  Remove KS London; added Austin (#257)
200b9ab is described below

commit 200b9abb63539a121801d9812e7a960487421a51
Author: Hartanto Thio <[email protected]>
AuthorDate: Wed Mar 11 11:27:19 2020 -0700

    Remove KS London; added Austin (#257)
    
    Reviewers: Guozhang Wang <[email protected]>
---
 index.html | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/index.html b/index.html
index d774994..19f2186 100644
--- a/index.html
+++ b/index.html
@@ -22,8 +22,9 @@
                        <div class="news">
                                <h2>Latest News</h2>
                                <article>
-                                       <h3><a 
href="https://kafka-summit.org/events/kafka-summit-london-2020/"; 
target="_blank" rel="noopener noreferrer">Kafka Summit London</a></h3>
-                                       <time>Apr 27 - Apr 28, 2020</time>
+                                       <h3><a 
href="https://kafka-summit.org/events/kafka-summit-austin-2020/"; target="_blank"
+                                                       rel="noopener 
noreferrer">Kafka Summit Austin</a></h3>
+                                       <time>Aug 24 - Aug 25, 2020</time>
                                </article>
                                <article>
                                        <h3><a 
href="https://kafka.apache.org/downloads#2.4.0";>AK Release 2.4.0</a></h3>
@@ -42,14 +43,17 @@
                <div class="index">
                        <img width="451" height="435" class="kafka-diagram" 
src="/images/kafka_diagram.png">
                        <div class="callout">
-                               <p>Kafka&reg; is used for building real-time 
data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, 
wicked fast, and runs in production in thousands of companies.</p>
+                               <p>Kafka&reg; is used for building real-time 
data pipelines and streaming apps. It is horizontally scalable,
+                                       fault-tolerant, wicked fast, and runs 
in production in thousands of companies.</p>
                                <a class="btn btn--secondary btn--sm 
callout__action" href="/intro.html">Learn more</a>
                        </div>
                </div>
 
-<script>
-// Show selected style on nav item
-$(function() { $('.b-nav__home').addClass('selected'); });
-</script>
+               <script>
+                       // Show selected style on nav item
+                       $(function () {
+                               $('.b-nav__home').addClass('selected');
+                       });
+               </script>
 
-<!--#include virtual="includes/_footer.htm" -->
+               <!--#include virtual="includes/_footer.htm" -->

Reply via email to