Handoff Notes
Handoff Notes
Start here when returning to this project.
Current Preference
The user wants the site to be clean, legible, and Apple-like. The experimental spider-web homepage was disliked and has been disabled. Keep the homepage simple by redirecting / to /about/ unless the user asks otherwise.
Recent User Requests
- Improve visual appearance and usability.
- Add animations and transitions.
- Try a spider-web intro page.
- Disable the spider-web intro while preserving the code.
- Make the theme Apple-like.
- Fix About page code/goals block contrast.
- Improve the loader and make loader text unique by page.
- Add documentation/memory files for future work.
Before Editing
- Check
git statusin the live clone. - Avoid overwriting unrelated user edits.
- Make small, targeted changes.
- Push to
masteronly when the user wants the live site updated.
After Editing
- Commit with a short descriptive message.
- Push to
origin master. - Tell the user the commit hash.
- Mention that GitHub Pages may need a minute to rebuild.