Add K3s and HomeLab repos to portfolio projects section

This commit is contained in:
2026-04-19 00:50:20 -05:00
parent 31676ba3f0
commit 427226b1a1
+6 -6
View File
@@ -120,7 +120,7 @@
<!-- PLACEHOLDER: HOMELAB --> <!-- PLACEHOLDER: HOMELAB -->
<div class="project-card"> <div class="project-card">
<h3>🧠 Ceds HomeLab</h3> <h3>🧠 Ceds HomeLab Infrastructure</h3>
<p> <p>
Personal infrastructure lab focused on networking, monitoring, virtualization, Personal infrastructure lab focused on networking, monitoring, virtualization,
and self-hosted services. and self-hosted services.
@@ -133,14 +133,14 @@
<li>System architecture design</li> <li>System architecture design</li>
</ul> </ul>
<a href="#" class="project-link"> <a href="https://github.com/ced4568/ceds-homelab" target="_blank" class="project-link">
Coming Soon View Project
</a> </a>
</div> </div>
<!-- PLACEHOLDER: K3S --> <!-- PLACEHOLDER: K3S -->
<div class="project-card"> <div class="project-card">
<h3>☸️ K3s Cluster</h3> <h3>☸️ K3s Kubernetes Cluster</h3>
<p> <p>
Multi-node Kubernetes cluster built for container orchestration, Multi-node Kubernetes cluster built for container orchestration,
service deployment, and infrastructure experimentation. service deployment, and infrastructure experimentation.
@@ -153,8 +153,8 @@
<li>Infrastructure automation</li> <li>Infrastructure automation</li>
</ul> </ul>
<a href="#" class="project-link"> <a href="https://github.com/ced4568/ced-k3s-homelab" target="_blank" class="project-link">
Coming Soon View Project
</a> </a>
</div> </div>