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

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit ce569aecbe33f6cf5697d9e8e6214e2011e04875
Author: Robert Metzger <rmetz...@apache.org>
AuthorDate: Wed Sep 4 19:07:49 2019 +0200

    [FLINK-13821] Add missing foundation links & add events section
    
    This closes #261.
---
 _includes/navbar.html |  23 +++++++++++++++++++++++
 img/flink-forward.png | Bin 0 -> 19207 bytes
 index.md              |  27 ++++++++++++++++++++++++++-
 index.zh.md           |  24 ++++++++++++++++++++++++
 4 files changed, 73 insertions(+), 1 deletion(-)

diff --git a/_includes/navbar.html b/_includes/navbar.html
index 7df4993..6516e2d 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -147,6 +147,29 @@
             <!-- Visualizer -->
             <li class="{% if page.url contains '/visualizer/' %} active{% 
endif %} hidden-md hidden-sm"><a href="{{ site.baseurl }}/visualizer/" 
target="_blank">Plan Visualizer <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
 
+          <hr />
+
+            <li><a href="https://apache.org"; target="_blank">Apache Software 
Foundation <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
+
+            <li>
+              <style>
+                .smalllinks {
+                  display: inline !important;
+                }
+                .smalllinks:hover {
+                  background: none !important;
+                }
+              </style>
+
+              <a class="smalllinks" href="https://www.apache.org/licenses/"; 
target="_blank">Licenses <small><span class="glyphicon 
glyphicon-new-window"></span></small></a>
+
+              <a class="smalllinks" href="https://www.apache.org/security/"; 
target="_blank">Security <small><span class="glyphicon 
glyphicon-new-window"></span></small></a>
+
+              <a class="smalllinks" 
href="https://www.apache.org/foundation/sponsorship.html"; 
target="_blank">Donate <small><span class="glyphicon 
glyphicon-new-window"></span></small>&nbsp;&nbsp;&nbsp;</a>
+
+              <a class="smalllinks" 
href="https://www.apache.org/foundation/thanks.html"; target="_blank">Thanks 
<small><span class="glyphicon glyphicon-new-window"></span></small></a>
+            </li>
+
           </ul>
         </div><!-- /.navbar-collapse -->
     </nav>
diff --git a/img/flink-forward.png b/img/flink-forward.png
new file mode 100644
index 0000000..9dab0fb
Binary files /dev/null and b/img/flink-forward.png differ
diff --git a/index.md b/index.md
index f7a2fe2..876d494 100644
--- a/index.md
+++ b/index.md
@@ -6,7 +6,7 @@ layout: base
 
   <div class="col-sm-12">
     <p class="lead" markdown="span">
-      **Apache Flink<sup>®</sup> - Stateful Computations over Data Streams**
+      **Apache Flink<sup>®</sup> — Stateful Computations over Data Streams**
     </p>
   </div>
 
@@ -310,6 +310,31 @@ layout: base
 
 </div>
 
+<!-- Events section -->
+<div class="row">
+
+<div class="col-sm-12">
+  <hr />
+</div>
+
+<div class="col-sm-3">
+
+  <h2><a>Upcoming Events</a></h2>
+
+</div>
+<div class="col-sm-9">
+  <!-- Flink Forward -->
+  <a href="https://flink-forward.org"; target="_blank">
+    <img style="width: 200px; padding-right: 30px" src="{{ site.baseurl 
}}/img/flink-forward.png" alt="Flink Forward"/>
+  </a>
+  <!-- ApacheCon -->
+  <a href="https://events.apache.org/x/current-event.html"; target="_blank">
+    <img src="https://www.apache.org/events/current-event-234x60.png"; 
alt="ApacheCon"/>
+  </a>
+</div>
+
+</div>
+
 <!-- Updates section -->
 
 <div class="row">
diff --git a/index.zh.md b/index.zh.md
index 1a66609..8a96b47 100644
--- a/index.zh.md
+++ b/index.zh.md
@@ -304,6 +304,30 @@ layout: base
 
 </div>
 
+<!-- Events section -->
+<div class="row">
+
+<div class="col-sm-12">
+  <hr />
+</div>
+
+<div class="col-sm-3">
+
+  <h2><a>Upcoming Events</a></h2>
+
+</div>
+<div class="col-sm-9">
+  <!-- Flink Forward -->
+  <a href="https://flink-forward.org"; target="_blank">
+    <img style="width: 200px; padding-right: 30px" src="{{ site.baseurl 
}}/img/flink-forward.png" alt="Flink Forward"/>
+  </a>
+  <!-- ApacheCon -->
+  <a href="https://events.apache.org/x/current-event.html"; target="_blank">
+    <img src="https://www.apache.org/events/current-event-234x60.png"; 
alt="ApacheCon"/>
+  </a>
+</div>
+
+</div>
 <!-- Updates section -->
 
 <div class="row">

Reply via email to