forked from apache/kafka-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
intro.html
30 lines (26 loc) · 1.05 KB
/
intro.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!--#include virtual="/includes/_header.htm" -->
<body class="page-intro ">
<!--#include virtual="/includes/_top.htm" -->
<div class="content">
<!--#include virtual="/includes/_nav.htm" -->
<div class="right">
<div class="page-header">
<h1 class="page-header-title">Introduction</h1>
<p class="page-header-text">Everything you need to know about Kafka in 10 minutes</p>
<div class="page-header-video">
<iframe
class="youtube-embed page-header-video-embed"
width="480" height="270"
src="https://www.youtube.com/embed/FKgi3n-FyNU?modestbranding=1"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
</div>
<!-- should always link the latest release's documentation -->
<!--#include virtual="/30/introduction.html" -->
<!--#include virtual="includes/_footer.htm" -->
<script>
// Show selected style on nav item
$(function() { $('.b-nav__intro').addClass('selected'); });
</script>