personal-site/index.html
david 87ca73ea73
All checks were successful
Personal Website - Run Python HTTP Server / deploy (push) Successful in 1s
update projects
2025-04-13 17:58:29 -07:00

110 lines
3.9 KiB
HTML

<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<title>David Westgate</title>
</head>
<body>
<main>
<h1>David Westgate</h1>
<div class="feature">
<img src="images/me.jpg" class="portriat">
<div class="summary">
<div class="row">
<img src="/images/icons/programmer.svg" alt="Programmer Icon" class="icon" />
<p>Fullstack Software Developer</p>
</div>
<div class="row">
<img src="/images/icons/rust.svg" alt="Rust Icon" class="icon" />
<p>Rust Systems Programming </p>
</div>
<div class="row">
<img src="/images/icons/ts.svg" alt="TS Icon" class="icon" />
<p>TS/JS Framework Application Programming</p>
</div>
<div class="row">
<img src="/images/icons/education.svg" alt="Education Icon" class="icon" />
<p>M.S. Computer Science</p>
</div>
<div class="row">
<img src="/images/icons/location.svg" alt="Location Icon" class="icon" />
<p>Portland, OR</p>
</div>
<div class="row">
<img src="/images/icons/gitea.svg" alt="Gitea Icon" class="icon" />
<a href="https://git.dwestgate.us/david">Gitea</a>
</div>
<div class="row">
<img src="/images/icons/resume.svg" alt="Resumé Icon" class="icon" />
<a href="/static/resume.pdf">My Resumé</a>
</div>
<div class="row">
<img src="/images/icons/email.svg" alt="Email Icon" class="icon" />
<a href="mailto://david@dwestgate.us">Email Me</a>
</div>
<div class="row">
<img src="/images/icons/linkedin.svg" alt="Linkedin Icon" class="icon" />
<a href="https://www.linkedin.com/in/david-westgate">Connect With Me</a>
</div>
</div>
</div>
<div class="content-container">
<div class="content-section">
<h2>Projects</h2>
<div class="content-inner">
<div class="project">
<h3><a href="https://tv.dwestgate.us">Over-the-air web television</a></h3>
<p>Watch local Portland area TV on the web</p>
</div>
<div class="project">
<h3> <a href="https://cat.dwestgate.us">Cat Tracker</a></h3>
<p>Helping to locate my outdoor cat with radios in my neighborhood</p>
</div>
<div class="project">
<h3> <a href="https://grow.dwestgate.us">Grow</a></h3>
<p>Automated Indoor plant growing with a raspberry pi</p>
</div>
<div class="project">
<h3> <a>Poker Chips Helper</a></h3>
<p>Mobile App to help denominate and distribute chips for casual poker games</p>
</div>
<div class="project">
<h3> <a href="https://mesh.dwestgate.us">Meshtastic Map</a></h3>
<p>Map of Local Portland Meshtastic Nodes</p>
</div>
<div class="project">
<h3> <a href="https://sdr.dwestgate.us">Local SDR</a></h3>
<p>Scan the local Portland airwaves with OpenWebRX</p>
</div>
</div>
</div>
<!-- <div class="content-section">
<h2>Travel</h2>
<div class="content-inner"></div>
</div>
<div class="content-section">
<h2>Media</h2>
<div class="content-inner"></div>
</div> -->
<div class="content-section">
<h2>Games</h2>
<div class="content-inner">
<h3>Space Engineers Server</h3>
<a href="https://space-engineers.com/server/224675/"><img
src="https://space-engineers.com/server/224675/banners/banner-1.png" border="0"></a>
</div>
</div>
</div>
</main>
<footer>
<p>2025 David Westgate</p>
</footer>
</body>
</html>