add homelab info
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<a href="#o-mnie">o 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">
|
||||
|
||||
Reference in New Issue
Block a user