mirror of
https://github.com/netbirdio/kubernetes-demo.git
synced 2026-05-22 18:44:35 -07:00
updated demo with qr-code
This commit is contained in:
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 208 KiB |
+14
@@ -26,6 +26,7 @@
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 2rem;
|
||||
margin-top: -3rem;
|
||||
}
|
||||
|
||||
.logos {
|
||||
@@ -85,6 +86,16 @@
|
||||
color: #a5b4fc;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.qr-code {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.qr-code img {
|
||||
width: 240px;
|
||||
height: 240px;
|
||||
}
|
||||
|
||||
.particles {
|
||||
@@ -131,6 +142,9 @@
|
||||
<h1>NetBird meets Kubernetes</h1>
|
||||
<p class="subtitle">Secure networking for your clusters, powered by the NetBird Operator</p>
|
||||
<span class="badge">KubeCon 2026 Demo</span>
|
||||
<div class="qr-code">
|
||||
<img src="assets/netbird-kubecon-website-qr.svg" alt="QR Code" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user