diff --git a/publicsite/index.html b/publicsite/index.html
index 2c0b88a5..da91555a 100644
--- a/publicsite/index.html
+++ b/publicsite/index.html
@@ -72,6 +72,14 @@
Run with Docker Compose
View demo
+
Quickstart
Documentation
diff --git a/publicsite/styles.css b/publicsite/styles.css
index 29ff0482..90086184 100644
--- a/publicsite/styles.css
+++ b/publicsite/styles.css
@@ -242,6 +242,27 @@ h3 {
margin: 32px 0 20px;
}
+.hero-shields {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 8px 10px;
+ margin: 0 0 20px;
+}
+
+.hero-shields a {
+ display: inline-flex;
+ align-items: center;
+}
+
+.hero-shields a:hover {
+ text-decoration: none;
+}
+
+.hero-shields img {
+ display: block;
+ height: 20px;
+}
+
.button {
display: inline-flex;
min-height: 46px;