Reorder portfolio projects and add project tags

This commit is contained in:
2026-04-25 01:42:26 -05:00
parent d941a7586a
commit 6f31f7e109
2 changed files with 88 additions and 80 deletions
+81 -80
View File
@@ -6,7 +6,7 @@
<title>Chase Dumphord | Digital Systems & Infrastructure</title> <title>Chase Dumphord | Digital Systems & Infrastructure</title>
<meta <meta
name="description" name="description"
content="Chase Dumphord portfolio - digital systems, infrastructure, networking, cybersecurity, and real-world technical projects." content="Chase Dumphord portfolio - digital systems, infrastructure, networking, automation, and real-world technical projects."
/> />
<link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="style.css" />
</head> </head>
@@ -29,11 +29,11 @@
<section class="hero"> <section class="hero">
<div class="container hero-grid"> <div class="container hero-grid">
<div class="hero-text"> <div class="hero-text">
<p class="eyebrow">Digital Systems • Infrastructure • Networking • Cybersecurity</p> <p class="eyebrow">Digital Systems • Infrastructure • Networking • Automation</p>
<h1>I build real-world systems that connect hardware, networks, software, and operations.</h1> <h1>I build real-world systems that connect hardware, networks, software, and operations.</h1>
<p class="lead"> <p class="lead">
Im Chase Dumphord. My work spans digital systems, Linux infrastructure, homelab engineering, Im 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.
</p> </p>
<div class="hero-actions"> <div class="hero-actions">
@@ -64,103 +64,104 @@
<div class="content-grid"> <div class="content-grid">
<div class="card"> <div class="card">
<p> <p>
Im a technical professional focused on digital systems, infrastructure, networking, and cybersecurity. Im a technical professional focused on digital systems, infrastructure, networking, automation,
I enjoy building systems that are practical, reliable, and well documented — from APRS iGates and and hands-on system integration. I enjoy building systems that are practical, reliable, and well documented —
Raspberry Pi deployments to homelab services, automation, and troubleshooting workflows. from homelab services and dashboards to Raspberry Pi deployments, APRS iGates, and troubleshooting workflows.
</p> </p>
<p> <p>
My background blends field engineering, industrial technology, software-oriented thinking, and infrastructure My background blends field engineering, industrial technology, software-oriented thinking, and infrastructure
problem solving. Im especially interested in projects that connect the physical and digital worlds through problem solving. Im especially interested in projects that connect the physical and digital worlds through
monitoring, networking, automation, and secure design. monitoring, networking, automation, and resilient design.
</p> </p>
</div> </div>
<div class="card"> <div class="card">
<h3>Core Focus Areas</h3> <h3>Core Focus Areas</h3>
<ul class="clean-list"> <ul class="clean-list">
<li>Digital systems and infrastructure</li>
<li>Linux systems and service management</li> <li>Linux systems and service management</li>
<li>Networking, VLANs, failover, and connectivity troubleshooting</li> <li>Networking, VLANs, failover, and connectivity troubleshooting</li>
<li>Raspberry Pi and edge-device deployments</li> <li>Raspberry Pi and edge-device deployments</li>
<li>Digital systems and infrastructure documentation</li> <li>Documentation, process building, and reproducible project design</li>
<li>Cybersecurity fundamentals and secure system design</li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
</section> </section>
<section id="projects" class="section"> <section id="projects" class="section">
<div class="container"> <div class="container">
<div class="section-heading"> <div class="section-heading">
<p class="section-label">Projects</p> <p class="section-label">Projects</p>
<h2>Real Systems Ive Built</h2> <h2>🔧 Infrastructure & Systems Projects</h2>
</div> </div>
<div class="projects-grid"> <div class="projects-grid">
<!-- APRS PROJECT --> <div class="project-card">
<div class="project-card"> <h3>🧠 Ceds HomeLab Infrastructure</h3>
<h3>📡 APRS iGate System</h3> <p class="tags">Infrastructure • Networking • Virtualization • Monitoring • Self-Hosting</p>
<p> <p>
Dual-node APRS iGate system built with Raspberry Pi, Direwolf, GPS, and network failover. Personal infrastructure lab focused on networking, monitoring, virtualization,
Integrates RF systems into IP infrastructure and HomeLab environment. service hosting, and systems documentation.
</p> </p>
<ul> <ul>
<li>Linux + systemd services</li> <li>VLAN segmentation and network design</li>
<li>Network failover (WiFi ↔ hotspot)</li> <li>Proxmox virtualization</li>
<li>Hardware + software integration</li> <li>Self-hosted services and monitoring</li>
<li>Documented architecture + system flow</li> <li>System architecture documentation</li>
</ul> </ul>
<a href="https://github.com/ced4568/ceds-aprs-igate" target="_blank" class="project-link"> <a href="https://github.com/ced4568/ceds-homelab" target="_blank" class="project-link">
View Project → View Project →
</a> </a>
</div>
<div class="project-card">
<h3>☸️ K3s Kubernetes Cluster</h3>
<p class="tags">Kubernetes • Containers • Linux • Infrastructure • Automation</p>
<p>
Multi-node K3s cluster built for container orchestration, service deployment,
and infrastructure experimentation.
</p>
<ul>
<li>Multi-node cluster setup</li>
<li>Containerized workloads</li>
<li>Service deployment</li>
<li>Infrastructure automation</li>
</ul>
<a href="https://github.com/ced4568/ced-k3s-homelab" target="_blank" class="project-link">
View Project →
</a>
</div>
<div class="project-card">
<h3>📡 APRS iGate System</h3>
<p class="tags">RF • Linux • Raspberry Pi • Networking • APRS-IS • Edge Systems</p>
<p>
Operational dual-node APRS iGate system built with Raspberry Pi, Direwolf, APRS-IS,
RF radios, HomeLab network integration, and planned mobile GPS support.
</p>
<ul>
<li>RF packet decoding with Direwolf</li>
<li>APRS-IS uplink verified on aprs.fi</li>
<li>HomeLab WiFi + mobile hotspot failover</li>
<li>Mobile build includes ETH-USB-HUB-BOX expansion</li>
<li>Documented configs, architecture, and troubleshooting</li>
</ul>
<a href="https://github.com/ced4568/ceds-aprs-igate" target="_blank" class="project-link">
View Project →
</a>
</div>
</div>
</div> </div>
</section>
<!-- PLACEHOLDER: HOMELAB -->
<div class="project-card">
<h3>🧠 Ceds HomeLab Infrastructure</h3>
<p>
Personal infrastructure lab focused on networking, monitoring, virtualization,
and self-hosted services.
</p>
<ul>
<li>VLAN segmentation</li>
<li>Proxmox virtualization</li>
<li>Service hosting + monitoring</li>
<li>System architecture design</li>
</ul>
<a href="https://github.com/ced4568/ceds-homelab" target="_blank" class="project-link">
View Project →
</a>
</div>
<!-- PLACEHOLDER: K3S -->
<div class="project-card">
<h3>☸️ K3s Kubernetes Cluster</h3>
<p>
Multi-node Kubernetes cluster built for container orchestration,
service deployment, and infrastructure experimentation.
</p>
<ul>
<li>Multi-node cluster setup</li>
<li>Containerized workloads</li>
<li>Service deployment</li>
<li>Infrastructure automation</li>
</ul>
<a href="https://github.com/ced4568/ced-k3s-homelab" target="_blank" class="project-link">
View Project →
</a>
</div>
</div>
</div>
</section>
<section id="resume" class="section"> <section id="resume" class="section">
<div class="container"> <div class="container">
@@ -183,7 +184,7 @@
<div class="card"> <div class="card">
<h3>Current Direction</h3> <h3>Current Direction</h3>
<p> <p>
Im positioning myself around digital systems, infrastructure, networking, and cyber-adjacent technical work Im positioning myself around digital systems, infrastructure, networking, automation, and technical operations
especially roles where hands-on problem solving and system integration matter. especially roles where hands-on problem solving and system integration matter.
</p> </p>
<p> <p>
@@ -204,7 +205,7 @@
<p class="section-label">Personal Note</p> <p class="section-label">Personal Note</p>
<h2>Technical, curious, and always building</h2> <h2>Technical, curious, and always building</h2>
<p> <p>
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. push me to learn something useful. That curiosity carries directly into the way I build and document systems.
</p> </p>
</div> </div>
@@ -222,7 +223,7 @@
<div class="card"> <div class="card">
<h3>Contact Info</h3> <h3>Contact Info</h3>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone: <a href="tel:+16627154233">662-214-2231</a></p> <p>Phone: <a href="tel:+16622142231">662-214-2231</a></p>
<p>Location: Oxford, MS</p> <p>Location: Oxford, MS</p>
<p>GitHub: <a href="https://github.com/ced4568" target="_blank" rel="noopener noreferrer">github.com/ced4568</a></p> <p>GitHub: <a href="https://github.com/ced4568" target="_blank" rel="noopener noreferrer">github.com/ced4568</a></p>
</div> </div>
@@ -232,7 +233,7 @@
<ul class="clean-list"> <ul class="clean-list">
<li>Digital systems and infrastructure roles</li> <li>Digital systems and infrastructure roles</li>
<li>Networking and technical operations work</li> <li>Networking and technical operations work</li>
<li>Cybersecurity-adjacent technical positions</li> <li>Automation and monitoring projects</li>
<li>Projects involving hardware + software integration</li> <li>Projects involving hardware + software integration</li>
</ul> </ul>
</div> </div>
+7
View File
@@ -360,3 +360,10 @@ a:hover {
.project-link:hover { .project-link:hover {
text-decoration: underline; text-decoration: underline;
} }
.tags {
color: #8ef0cf;
font-size: 0.9rem;
font-weight: 600;
margin: 0.25rem 0 1rem;
}