-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (36 loc) · 1.67 KB
/
index.html
File metadata and controls
40 lines (36 loc) · 1.67 KB
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
---
layout: default
---
<!-- Hero -->
<div class="krx-hero" role="complementary" aria-labelledby="krx-hero-title">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="{{ '/assets/theme/images/kroxylicious_logo_rgb_no_text.svg' | absolute_url}}" class="d-block mx-lg-auto img-fluid" alt="Kroxylicious Mascot" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="fw-bold text-body-emphasis lh-1 mb-3" id="krx-hero-title">Kroxylicious, the snappy open source proxy for Apache Kafka<sup>®</sup></h1>
<p class="lead">Topic encryption, policy-enforcement, multi-tenancy and much more.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="{{site.baseurl}}/overview/" alt="What Kroxylicious is and how does it work?" type="button" class="btn btn-light btn-lg px-4 gap-3">What is it?</a>
<a href="{{site.baseurl}}/use-cases/" alt="What can Kroxylicious do?" type="button" class="btn btn-light btn-lg px-4 gap-3">What can it do?</a>
<a href="{{site.baseurl}}/quickstarts/" alt="Get started!" type="button" class="btn btn-info btn-lg px-4 gap-3">Get Started!</a>
</div>
</div>
</div>
</div>
</div>
<!-- Hero -->
<div class="row justify-content-center" role="main">
<div class="col-11 col-lg-8 gx-5 gy-5 m-lg-5">
<div class="row g-0">
<div class="col-auto">
<div class="card-body">
<div class="card-text m-2">
{{ content | markdownify }}
</div>
</div>
</div>
</div>
</div>
</div>