We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35575dd commit ffaf356Copy full SHA for ffaf356
assets/netbird-kubecon-website-qr.svg
index.html
@@ -26,6 +26,7 @@
26
.container {
27
text-align: center;
28
padding: 2rem;
29
+ margin-top: -3rem;
30
}
31
32
.logos {
@@ -85,6 +86,16 @@
85
86
color: #a5b4fc;
87
font-size: 0.9rem;
88
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;
99
100
101
.particles {
@@ -131,6 +142,9 @@
131
142
<h1>NetBird meets Kubernetes</h1>
132
143
<p class="subtitle">Secure networking for your clusters, powered by the NetBird Operator</p>
133
144
<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>
134
148
</div>
135
149
136
150
<script>
0 commit comments