Personal profile / bio landing page for David Engelhart — DevOps & Cloud Engineer, educator, author of Terraform to Bicep, and creator of Termpolis.
Live at codedev.llc.
Plain static site — hand-written HTML/CSS/JS, no build step. Same dark, glassy design language as termpolis.com.
| File | Purpose |
|---|---|
index.html |
The single-page bio / resume |
styles.css |
Design tokens + layout |
script.js |
Reveal-on-scroll (progressive enhancement) |
logo-codedev.svg |
Brand mark / favicon |
assets/avatar.png |
Portrait used in the hero and social cards |
robots.txt, sitemap.xml |
SEO |
Pushing to main triggers .github/workflows/deploy.yml, which mirrors every
tracked web file over FTPS to the codedev.llc/ document root on the shared host
(the same host as termpolis.com — codedev.llc is an addon domain).
Requires three repository secrets (same values as the termpolis-website repo):
FTP_HOSTFTP_USERNAMEFTP_PASSWORD
You can also run it manually from the Actions tab (workflow_dispatch).