From 6f31f7e109cf88aee44f060f486cfee4dcc20aae Mon Sep 17 00:00:00 2001 From: ced4568 Date: Sat, 25 Apr 2026 01:42:26 -0500 Subject: [PATCH] Reorder portfolio projects and add project tags --- index.html | 161 +++++++++++++++++++++++++++-------------------------- style.css | 7 +++ 2 files changed, 88 insertions(+), 80 deletions(-) diff --git a/index.html b/index.html index 816eb6a4..31a7fa43 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Chase Dumphord | Digital Systems & Infrastructure @@ -29,11 +29,11 @@
-

Digital Systems • Infrastructure • Networking • Cybersecurity

+

Digital Systems • Infrastructure • Networking • Automation

I build real-world systems that connect hardware, networks, software, and operations.

I’m Chase Dumphord. My work spans digital systems, Linux infrastructure, homelab engineering, - Raspberry Pi deployments, networking, and practical technical problem solving. + Raspberry Pi deployments, networking, automation, and practical technical problem solving.

@@ -64,103 +64,104 @@

- I’m a technical professional focused on digital systems, infrastructure, networking, and cybersecurity. - I enjoy building systems that are practical, reliable, and well documented — from APRS iGates and - Raspberry Pi deployments to homelab services, automation, and troubleshooting workflows. + I’m a technical professional focused on digital systems, infrastructure, networking, automation, + and hands-on system integration. I enjoy building systems that are practical, reliable, and well documented — + from homelab services and dashboards to Raspberry Pi deployments, APRS iGates, and troubleshooting workflows.

My background blends field engineering, industrial technology, software-oriented thinking, and infrastructure problem solving. I’m especially interested in projects that connect the physical and digital worlds through - monitoring, networking, automation, and secure design. + monitoring, networking, automation, and resilient design.

Core Focus Areas

    +
  • Digital systems and infrastructure
  • Linux systems and service management
  • Networking, VLANs, failover, and connectivity troubleshooting
  • Raspberry Pi and edge-device deployments
  • -
  • Digital systems and infrastructure documentation
  • -
  • Cybersecurity fundamentals and secure system design
  • +
  • Documentation, process building, and reproducible project design
-
-
-
- -

Real Systems I’ve Built

-
+
+
+
+ +

🔧 Infrastructure & Systems Projects

+
-
+
- -
-

📡 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. -

+
+

🧠 Ced’s HomeLab Infrastructure

+

Infrastructure • Networking • Virtualization • Monitoring • Self-Hosting

+

+ Personal infrastructure lab focused on networking, monitoring, virtualization, + service hosting, and systems documentation. +

-
    -
  • Linux + systemd services
  • -
  • Network failover (WiFi ↔ hotspot)
  • -
  • Hardware + software integration
  • -
  • Documented architecture + system flow
  • -
+
    +
  • VLAN segmentation and network design
  • +
  • Proxmox virtualization
  • +
  • Self-hosted services and monitoring
  • +
  • System architecture documentation
  • +
- - View Project → - + + View Project → + +
+ +
+

☸️ K3s Kubernetes Cluster

+

Kubernetes • Containers • Linux • Infrastructure • Automation

+

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

+ +
    +
  • Multi-node cluster setup
  • +
  • Containerized workloads
  • +
  • Service deployment
  • +
  • Infrastructure automation
  • +
+ + + View Project → + +
+ +
+

📡 APRS iGate System

+

RF • Linux • Raspberry Pi • Networking • APRS-IS • Edge Systems

+

+ Operational dual-node APRS iGate system built with Raspberry Pi, Direwolf, APRS-IS, + RF radios, HomeLab network integration, and planned mobile GPS support. +

+ +
    +
  • RF packet decoding with Direwolf
  • +
  • APRS-IS uplink verified on aprs.fi
  • +
  • HomeLab WiFi + mobile hotspot failover
  • +
  • Mobile build includes ETH-USB-HUB-BOX expansion
  • +
  • Documented configs, architecture, and troubleshooting
  • +
+ + + View Project → + +
+ +
- - -
-

🧠 Ced’s HomeLab Infrastructure

-

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

- -
    -
  • VLAN segmentation
  • -
  • Proxmox virtualization
  • -
  • Service hosting + monitoring
  • -
  • System architecture design
  • -
- - - View Project → - -
- - -
-

☸️ K3s Kubernetes Cluster

-

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

- -
    -
  • Multi-node cluster setup
  • -
  • Containerized workloads
  • -
  • Service deployment
  • -
  • Infrastructure automation
  • -
- - - View Project → - -
- -
-
-
+
@@ -183,7 +184,7 @@

Current Direction

- I’m positioning myself around digital systems, infrastructure, networking, and cyber-adjacent technical work — + I’m positioning myself around digital systems, infrastructure, networking, automation, and technical operations — especially roles where hands-on problem solving and system integration matter.

@@ -204,7 +205,7 @@

Technical, curious, and always building

- Outside of work, I enjoy electronics, self-hosting, coding, drones, and hands-on technical projects that + Outside of work, I enjoy electronics, self-hosting, coding, drones, radio, and hands-on technical projects that push me to learn something useful. That curiosity carries directly into the way I build and document systems.

@@ -222,7 +223,7 @@

Contact Info

Email: chasedumphord@gmail.com

-

Phone: 662-214-2231

+

Phone: 662-214-2231

Location: Oxford, MS

GitHub: github.com/ced4568

@@ -232,7 +233,7 @@
  • Digital systems and infrastructure roles
  • Networking and technical operations work
  • -
  • Cybersecurity-adjacent technical positions
  • +
  • Automation and monitoring projects
  • Projects involving hardware + software integration
diff --git a/style.css b/style.css index 3270abe0..1d7aed27 100644 --- a/style.css +++ b/style.css @@ -359,4 +359,11 @@ a:hover { .project-link:hover { text-decoration: underline; +} + +.tags { + color: #8ef0cf; + font-size: 0.9rem; + font-weight: 600; + margin: 0.25rem 0 1rem; } \ No newline at end of file