Skip to content

Commit

Permalink
[FLINK-13821] Add missing foundation links & add events section
Browse files Browse the repository at this point in the history
This closes #261.
  • Loading branch information
rmetzger authored and fhueske committed Sep 5, 2019
1 parent 6b0ffa7 commit ce569ae
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 1 deletion.
23 changes: 23 additions & 0 deletions _includes/navbar.html
Expand Up @@ -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>

This comment has been minimized.

Copy link
@sebbASF

sebbASF Sep 5, 2019

The text of the link needs to be "License", not "Licenses".
See:
https://www.apache.org/foundation/marks/pmcs#navigation


<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>
Binary file added img/flink-forward.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 26 additions & 1 deletion index.md
Expand Up @@ -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>

Expand Down Expand Up @@ -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">
Expand Down
24 changes: 24 additions & 0 deletions index.zh.md
Expand Up @@ -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">
Expand Down

0 comments on commit ce569ae

Please sign in to comment.