-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from kroxylicious/acknowledgements
Add acknowledgements page to thank Sponsors etc
- Loading branch information
Showing
4 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Kroxylicious | Network proxy framework for Apache Kafka</title> | ||
<link rel="stylesheet" href="mystyles.css"> | ||
</head> | ||
<body> | ||
<nav id="navbar" class="bd-navbar navbar is-dark"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item" href="https://kroxylicious.io"/> | ||
<img src="kroxylicious_logo_rgb_hori_reverse.svg" | ||
alt="Kroxylicious: Network proxy framework for Apache Kafka" | ||
width=112 height=28></a> | ||
</div> | ||
</nav> | ||
<section class="section"> | ||
<div class="container"> | ||
<h1 class="title"> | ||
Acknowledgements | ||
</h1> | ||
<p class="subtitle"> | ||
Thank you for supporting Kroxylicious | ||
</p> | ||
<div class="columns"> | ||
<div class="column is-8"> | ||
<div class="card"> | ||
<div class="card-content"> | ||
<div class="content"> | ||
<p> | ||
<img src="zulip-icon-circle.svg" style="height: 1.5em; vertical-align: middle;"> | ||
<span><a href="https://zulip.com">https://zulip.com</a></span> | ||
</p> | ||
<p> | ||
<img src="github-mark.svg" style="height: 1.5em; vertical-align: middle;"> | ||
<span><a href="https://github.com">https://github.com</a></span> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="column"> | ||
<div class="px-4"> | ||
<img src="kroxylicious_logo_rgb_vert_default.svg" alt="Placeholder image"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.