HELP IF SOMETHING LOOKS WRONG

THE APP IS WHITE OR UNSTYLED
- You probably moved index.html away from styles.css.
- Put every original file and folder back together.

THE APP WILL NOT OPEN
- Confirm you extracted the ZIP.
- Double-click index.html inside the extracted folder.

YOUR CHANGES DID NOT APPEAR
- Confirm you clicked FILE > SAVE in Notepad.
- Close and reopen index.html, or press Ctrl + F5 in the browser.

THE HERO IMAGE DOES NOT APPEAR
- Keep the images folder beside index.html.
- In config.js use a path such as: images/hero-default.jpg
- Check spelling and capitalization.

THE HERO IS TOO DARK OR TOO BRIGHT
- In config.js find heroOverlay.
- Use exactly: "light", "medium", or "dark".

EVENTS DO NOT APPEAR
- Check events.js for a missing comma, quotation mark, bracket or brace.
- Compare your event block with one of the original sample blocks.

THE EVENT FORM DOES NOT SUBMIT
- The form works after the entire folder is deployed to Netlify.
- It will not submit while previewing only on your computer.

I ACCIDENTALLY USED SAVE AS
- Close the extra file.
- Reopen the original config.js or events.js.
- Make the change again and use FILE > SAVE.

STILL STUCK
- Restore a fresh copy from the original ZIP and make one change at a time.
