Academic Women Caucus website update
They asked to added two new top-level sections, one for Childcare Action Group and one for Disability Caucus.
To create pages for each, I:
- copied the MIWIN folder and renamed the folder
- edited the index.php file to change the values in a handful of php variables at the top of the file and the heading in the h1 tag.
Then I had to modify the navigation scheme. Each section has its own navbar file in the includes/navbar folder.
For the existing files, I added a new list item for each of the two new sections to each of the section navbars. The path in the links in the navbar_home.inc file does not include a "../", but the path in the links in all other navbar files do.
For each of the two new sections, I:
- copied the navbar_miwin.inc file
- edited that file to include the submenu for the current section
I also spent a little time showing Judy what I had done and discussing the pros and cons of centralizing elements like headers, footers, navigation.