I was looking at the homepage and thought we could make a few quick improvements:
- Lazy loading: Currently, all images load at once. Adding lazy loading would help the page load faster initially.
- Smooth scrolling: Clicking anchor links jumps instantly right now. It would feel much nicer if it scrolled smoothly.
- Cleanup: There's also some dead code in index.html (the hidden training section) that we can remove.
I’ve opened a PR addressing these changes. Please let me know if any adjustments are needed
I was looking at the homepage and thought we could make a few quick improvements:
I’ve opened a PR addressing these changes. Please let me know if any adjustments are needed