mirror of
https://github.com/ced4568/ceds-noc.git
synced 2026-08-12 21:04:02 +00:00
Initial portfolio
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
|||||||
|
<!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>
|
||||||
Reference in New Issue
Block a user