Live site: https://experience4grads.co.uk
Experience4Grads is a fast static site showcasing skills packs and micro-work opportunities for graduates and businesses.
- Static HTML/CSS (no framework)
- Custom domain via
CNAME→experience4grads.co.uk - Deployed from the
mainbranch (GitHub Pages)
- Home:
index.html - Styles:
style.css - Skills hub:
skills.html - Post a job:
post-job.html - Packs:
pack-*.html(e.g.,pack-programming.html,pack-excel.html, …)
python3 -m http.server 8080
# visit http://localhost:8080