Files
ceds-noc/index.html
T
2026-04-18 22:34:31 -05:00

40 lines
955 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Chase Dumphord | Digital Systems Engineer</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Chase Dumphord</h1>
<p>Digital Systems | Networking | Cybersecurity</p>
</header>
<section>
<h2>🚀 Featured Project</h2>
<div class="card">
<h3>APRS iGate System</h3>
<p>Built a dual-node APRS iGate with Raspberry Pi, Direwolf, APRS-IS, GPS, and network failover.</p>
<a href="https://github.com/ced4568/ceds-aprs-igate" target="_blank">View Project</a>
</div>
</section>
<section>
<h2>🧠 Skills</h2>
<ul>
<li>Linux / Systemd</li>
<li>Networking / VLANs</li>
<li>Raspberry Pi / Embedded Systems</li>
<li>Cybersecurity Fundamentals</li>
</ul>
</section>
<section>
<h2>📫 Contact</h2>
<p>Email: [email protected]</p>
</section>
</body>
</html>