01 · CSS Bug Hunt
Preview →The cards should cast a subtle shadow, but they don't. Find the CSS bug and fix it.
02 · Typo Fix
Preview →The About page has several spelling mistakes. Find them all without changing the meaning.
03 · Missing Footer
Preview →This page has no footer. Build one from scratch with your name, the year, and a short credit line.
04 · Broken Button
Preview →Clicking the button does nothing. Open the console, find the JavaScript error, and fix it.
05 · Broken Image
Preview →The logo should show, but the image is broken. Fix the file path.
06 · Responsive Cards
Preview →On a phone-sized screen the cards overflow. Fix the CSS so they stack cleanly.
07 · Broken Form
Preview →Send does nothing useful. Fix the form so it reaches the thanks page.
08 · Missing Alt Text
Preview →The logo has empty alt text. Add meaningful alternative text for accessibility.
09 · Broken Link
Preview →Contact in the nav should jump to the Contact section. Fix the href.
10 · Color Contrast
Preview →Body text is too light to read. Improve the contrast without losing the brand feel.
11 · Update the Docs
Preview →SERVICES.md is out of date. Make the docs match the three services on the page.
12 · Console Error
Preview →The hero title stays blank. Open the console, find the error, and fix the script.