Welcome!

Hi, My name is Amy Wright! To design this page I began with a CSS template, which I then customized to match a science theme. I took the CSS template, and created an object-oriented PHP class called Page.php. Page.php defines the css template for the heading, body, and footer, which is used on all the pages. If the menu or footer changes, it simply needs to be modified on the Pages.php class, and all other pages will automatically change as well, making it easy to generate more pages and modify the existing design of all the pages at once.