Initial WebOS portfolio site

This commit is contained in:
Greg Hendrickson
2026-01-27 22:26:18 +00:00
commit 9c61ec863b
6 changed files with 887 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
# WebOS - Greg's Portfolio
A WebOS-style personal resume and portfolio site.
## Features
- 🖥️ Desktop-like interface with draggable, resizable windows
- 📁 Multiple "apps": About, Projects, Resume, Contact, Terminal
- 🎮 Interactive terminal with commands
- 📱 Mobile responsive
## Local Development
Just open `index.html` in a browser, or serve with:
```bash
python3 -m http.server 8000
# or
npx serve .
```
## Deployment
Automatically deploys to production on push to `main` via GitHub Actions.
**Live site**: https://ghndrx.dev (or your domain)
## License
MIT