-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
51 lines (46 loc) · 1.07 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html>
<head>
<title>KafkaPeek</title>
<meta name="KafkaPeek" content="Kafka observability and notification app">
</head>
<body>
<div id='landing-container'>
<div id='header-container'>
<div id='header-left'>
<KafkaPeekLogo />
</div>
<div id='header-mid'>
<div id='header-mid-left'>
<a href='' target='_blank'>
Documentation
</a>
</div>
<div id='header-mid-right'>
<a href='https://github.com/oslabs-beta/KafkaPeek' target='_blank'>
Github
</a>
</div>
</div>
</div>
<div className='gradient-container'>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<div className='copy-container'>
<h1>
Keep a keen eye on your
<br />
Kafka clusters
</h1>
<p>
{' '}
KafkaPeek helps engineering teams of all sizes quickly and easily stay up
to date on the status of their deployments
</p>
</div>
</div>
</body>
</html>