Skip to content

Commit ffaf356

Browse files
committed
updated demo with qr-code
1 parent 35575dd commit ffaf356

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

assets/netbird-kubecon-website-qr.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
.container {
2727
text-align: center;
2828
padding: 2rem;
29+
margin-top: -3rem;
2930
}
3031

3132
.logos {
@@ -85,6 +86,16 @@
8586
color: #a5b4fc;
8687
font-size: 0.9rem;
8788
font-weight: 500;
89+
margin-bottom: 1.5rem;
90+
}
91+
92+
.qr-code {
93+
margin-top: 0.5rem;
94+
}
95+
96+
.qr-code img {
97+
width: 240px;
98+
height: 240px;
8899
}
89100

90101
.particles {
@@ -131,6 +142,9 @@
131142
<h1>NetBird meets Kubernetes</h1>
132143
<p class="subtitle">Secure networking for your clusters, powered by the NetBird Operator</p>
133144
<span class="badge">KubeCon 2026 Demo</span>
145+
<div class="qr-code">
146+
<img src="assets/netbird-kubecon-website-qr.svg" alt="QR Code" />
147+
</div>
134148
</div>
135149

136150
<script>

0 commit comments

Comments
 (0)