Currently all of these sections appear consecutively on the Resources page:
- Books
- Websites
- Promo Codes
- Tools
It would be nice to allow visitors to skip to one of the later sections, if they want.
There are a few possible solutions I can see right off:
- Implement a drop-down sub-menu for the Resources menu that allows users to skip to the section, leaving the page unchanged except for a few new tags of the form
<a name="tools">
- Put each section in a tab and display only one tab at a time.
- Put each section, except one maybe, in expandable "Accordions"
The drop-down sub-menu technique is probably the simplest and quickest.