Repository: kafka-site Updated Branches: refs/heads/asf-site 33c99ca54 -> dcccb9f90
Added section for Kafka Summit on the Events page Added section for Kafka Summit on the Events page Author: Derrick Or <[email protected]> Reviewers: Guozhang Wang <[email protected]> Closes #32 from derrickdoo/eventPageUpdates Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/dcccb9f9 Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/dcccb9f9 Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/dcccb9f9 Branch: refs/heads/asf-site Commit: dcccb9f90416d6e26aa6b5de98a034d13d7918b7 Parents: 33c99ca Author: Derrick Or <[email protected]> Authored: Thu Dec 8 15:24:24 2016 -0800 Committer: Guozhang Wang <[email protected]> Committed: Thu Dec 8 15:24:24 2016 -0800 ---------------------------------------------------------------------- events.html | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/dcccb9f9/events.html ---------------------------------------------------------------------- diff --git a/events.html b/events.html index ca9691e..ffb6309 100644 --- a/events.html +++ b/events.html @@ -50,6 +50,11 @@ </ul> </div> </section> + <section style="border-top:.1rem solid #dedede; margin-top:6rem;"> + <h2 style="margin-top:4rem;">Kafka Summit</h2> + <p>Conference for anyone currently using or excited to learn about Kafka and real time data streaming.</p> + <p style="margin-top:2rem;"><a class="btn btn--secondary btn--sm" href="http://kafka-summit.org" target="_blank">View times & locations</a></p> + </section> <script> // Show selected style on nav item $(function() { $('.b-nav__events').addClass('selected'); });
