Site Wide Modules
The following modules will be used globally across all pages in the site.
- Header Module (header.inc)
- Contains the header logo, banner, and title.
- The actual code is as follows:
- Navigation Module (navigation.inc)
- Contains the main navigation bar and buttons.
- The actual code is as follows:
- Footer Module (footer.inc)
- Contains the copyright, colophon, site map, etc.
- The actual code is as follows:
<div id="headerLogo">
<img src="/_images/grey_logo.png" alt="Logo" width="144" height="108"/>
</div>
<div id="headerBanner">
<img src="/_images/banner.png" alt="Banner" width= 100% height= "108"/>
</div>
<div id="headerTitle">
<h1>Phillip Roberts</>
</div>
<div id="navBar">
<div id="siteButtons">
<ul>
<li><a href="/index.shtml" title="Go to my Home Page">| Home |</a></li>
<li><a href="/_assignments/index.shtml" title="Go to my Assignments Page">| Assignments |</a></li>
<li><a href="/_demonstrations/index.shtml" title="Go to my Demonstration Page">| Demonstratons |</a></li>
<li><a href="/_personal/index.shtml" title="Go to my Personal Page">| Personal |</a></li>
<li><a href="/_my_portfolio/index.shtml" title="Go to my Portfolio Page">| Portfolio |</a></li>
<li><a href="/_about_me/index.shtml" title="Go to my About Me Page">| About Me |</a></li>
<li><a href="/_resume/index.shtml" title="Go to my Resume Page">| Resume |</a></li>
<li><a href="/_contact/index.shtml" title="Go to my Cotact Page">| Contact |</a></li>
</ul>
</div>
</div>
© 2009 Phillip Roberts<br />
Colophon | Copyright | Site Map
Section Wide Modules
The following modules will be used in pages that are common within a specific section of the site.
- Assignments Sub Navigation Module (asgnmnt_sub_nav.inc)
- Contains the sub navigation for the Assignment pages.
- The actual code is as follows:
Demonstrations Sub Navigation Module (dmnstrtns_sub_nav.inc)Contains the sub navigation for the Demonstration pages.The actual code has not yet been created.Portfolio Sub Navigation Module (portfolio_sub_nav.inc)Contains the sub navigation for the Portfolio pages.The actual code has not yet been created.
<h3>Learning Reports</h3>
<ul>
<li><a href="/_assignments/learning_report1.shtml" title="View Learning Report 1">Learning Report 1</a></li>
</ul>
<h3>Assignments</h3>
<ul>
<li><a href="/_assignments/site_plan.shtml" title="View my Site Plan">Site Plan</a></li>
<li><a href="/_assignments/modularization_plan.shtml" title="View my Modularization Plan">Modularization Plan</a>
</li>
</ul>
