commit 5ec7de4a261e1789b19b2dd4cf35987164123c26 Author: ced4568 Date: Sat Apr 18 22:34:31 2026 -0500 Initial portfolio diff --git a/index.html b/index.html new file mode 100644 index 0000000..031d00a --- /dev/null +++ b/index.html @@ -0,0 +1,40 @@ + + + + + Chase Dumphord | Digital Systems Engineer + + + + +
+

Chase Dumphord

+

Digital Systems | Networking | Cybersecurity

+
+ +
+

🚀 Featured Project

+
+

APRS iGate System

+

Built a dual-node APRS iGate with Raspberry Pi, Direwolf, APRS-IS, GPS, and network failover.

+ View Project +
+
+ +
+

🧠 Skills

+ +
+ +
+

📫 Contact

+

Email: chasedumphord@gmail.com

+
+ + + \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..9c69c4e --- /dev/null +++ b/style.css @@ -0,0 +1,21 @@ +body { + font-family: Arial; + background: #0d1117; + color: white; + padding: 20px; +} + +header { + text-align: center; + margin-bottom: 40px; +} + +.card { + background: #161b22; + padding: 20px; + border-radius: 10px; +} + +a { + color: #58a6ff; +} \ No newline at end of file