add homelab info
Build and Deploy Docker / build (push) Successful in 1m21s
Build and Deploy Docker / deploy (push) Successful in 44s

This commit is contained in:
2026-07-15 00:12:26 +02:00
parent 0611fc06a9
commit 277daf1f7d
4 changed files with 128 additions and 0 deletions
+23
View File
@@ -10,6 +10,7 @@
<a href="#o-mnie">o&nbsp;mnie</a>
<a href="#stack">stack</a>
<a href="#projekty">projekty <span class="nav-count">[{{ projects|length }}]</span></a>
<a href="#homelab">homelab</a>
<a href="#kontakt">kontakt</a>
</nav>
</div>
@@ -165,6 +166,28 @@
</div>
</dialog>
</section>
{# ---- HOMELAB ---- #}
<section class="section reveal" id="homelab">
<div class="wrap">
<div class="section-head">
<p class="eyebrow">homelab</p>
<h2 class="section-title">Własna infrastruktura, self-hosted</h2>
<p class="section-lead">{{ homelab.lead }}</p>
</div>
<div class="lab-grid">
{% for service in homelab.services %}
<div class="lab-card{{ service.featured is defined and service.featured ? ' lab-card--featured' : '' }}">
<div class="lab-head">
<span class="lab-name">{{ service.name }}</span>
<span class="lab-tag">{{ service.role }}</span>
</div>
<p class="lab-desc">{{ service.description }}</p>
</div>
{% endfor %}
</div>
</div>
</section>
</main>
<footer class="site-footer" id="kontakt">