From 31676ba3f0b0abbedeccf17bc7ada1b2af74634f Mon Sep 17 00:00:00 2001 From: ced4568 Date: Sun, 19 Apr 2026 00:40:55 -0500 Subject: [PATCH] Add APRS project to portfolio and structure for future projects --- index.html | 116 +++++++++++++++++++++++++++++++---------------------- style.css | 12 ++++++ 2 files changed, 81 insertions(+), 47 deletions(-) diff --git a/index.html b/index.html index adedda4..906e5d1 100644 --- a/index.html +++ b/index.html @@ -89,56 +89,78 @@ -
-
-
- -

Featured technical work

-
+
+
+
+ +

Real Systems I’ve Built

+
-
-
-
-

APRS iGate System

- Featured -
-

- Built a dual-node APRS iGate system using Raspberry Pi, Direwolf, APRS-IS, GPS planning, - and automated Wi-Fi failover between HomeLab and mobile hotspot connectivity. -

-
    -
  • Direwolf APRS decoding and APRS-IS integration
  • -
  • Systemd-managed service automation
  • -
  • HomeLab ↔ hotspot failover using nmcli priorities
  • -
  • GitHub-documented configs, architecture, and setup
  • -
- -
+
-
-
-

Ced’s HomeLab

- In Progress -
-

- Ongoing homelab platform focused on infrastructure, monitoring, self-hosting, networking, - and practical systems engineering. -

-
    -
  • VLAN-aware architecture
  • -
  • Pi-based services and self-hosted tools
  • -
  • Documentation-driven build process
  • -
  • Future monitoring and dashboard expansion
  • -
- -
-
+ +
+

📡 APRS iGate System

+

+ Dual-node APRS iGate system built with Raspberry Pi, Direwolf, GPS, and network failover. + Integrates RF systems into IP infrastructure and HomeLab environment. +

+ +
    +
  • Linux + systemd services
  • +
  • Network failover (WiFi ↔ hotspot)
  • +
  • Hardware + software integration
  • +
  • Documented architecture + system flow
  • +
+ + + View Project → +
-
+ + +
+

🧠 Ced’s HomeLab

+

+ Personal infrastructure lab focused on networking, monitoring, virtualization, + and self-hosted services. +

+ +
    +
  • VLAN segmentation
  • +
  • Proxmox virtualization
  • +
  • Service hosting + monitoring
  • +
  • System architecture design
  • +
+ + + Coming Soon → + +
+ + +
+

☸️ K3s Cluster

+

+ Multi-node Kubernetes cluster built for container orchestration, + service deployment, and infrastructure experimentation. +

+ +
    +
  • Multi-node cluster setup
  • +
  • Containerized workloads
  • +
  • Service deployment
  • +
  • Infrastructure automation
  • +
+ + + Coming Soon → + +
+ +
+ +
diff --git a/style.css b/style.css index fbedb03..3270abe 100644 --- a/style.css +++ b/style.css @@ -347,4 +347,16 @@ a:hover { flex-direction: column; align-items: flex-start; } +} + +.project-link { + display: inline-block; + margin-top: 10px; + color: #4ea1ff; + font-weight: bold; + text-decoration: none; +} + +.project-link:hover { + text-decoration: underline; } \ No newline at end of file