https://github.com/derekgooding/derekgooding.github.io
https://github.com/derekgooding/derekgooding.github.io
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/derekgooding/derekgooding.github.io
- Owner: DerekGooding
- Created: 2024-12-09T18:59:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-23T20:03:37.000Z (5 months ago)
- Last Synced: 2026-01-24T09:09:08.607Z (5 months ago)
- Language: HTML
- Size: 773 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DerekGooding.github.io
This repository hosts a **single page static website** served via **GitHub Pages**.
It is intentionally simple.
No build pipeline.
No frontend frameworks.
No JavaScript runtime.
No CI or SDK dependencies.
The site exists to advertise **freelance legacy .NET modernization services**, not to showcase frontend engineering tricks.
Live site:
https://derekgooding.github.io/
---
## What This Site Is
A one page sales landing page for:
- Legacy .NET Framework modernization
- Incremental upgrades to .NET 10
- WinForms and WPF refactoring
- Production safe, step by step improvements
- Code reviews with actionable modernization plans
If your application is older than five years and still in production, this is the intended audience.
---
## What This Site Is Not
- Not a Blazor application
- Not a demo project
- Not a portfolio gallery
- Not a CI/CD experiment
- Not a place to overengineer a marketing page
All of that was removed deliberately.
---
## Repository Structure
/
├── index.html # The entire site
├── styles.css # Minimal styling
└── README.md # This file
That is the complete system.
---
## Deployment
Deployment is handled automatically by **GitHub Pages**.
- Branch: `main`
- Source: repository root
- Output: static files
There is no build step and no GitHub Actions workflow.
Push to `main` and the site updates.
---
## Why Static HTML
Because this is a marketing page.
Static HTML is:
- Faster
- More reliable
- Easier to maintain
- Impossible to break with SDK mismatches
- The correct tool for the job
Frameworks were removed after they proved to add complexity without value.
---
## License
MIT
Use this as a reference if you want.
Do not copy the copy and pretend it is yours.