» Demo Page

Sample page showing how the 3 snippet files below look and work in a page. the idea would be for a 3rd party to put the footer and header html and links to our master.css and master.js files into their templates, either as a one time import, OR a permanent reference if they want to stay current with our site. This version does not require Javascript and is a scaled-down version of the header and footer.

footer_latest - html of the common Footer seen at bottom of page. The code would go near the end of the BODY tag. On the live Chapman site this would have some items such as weather widget etc that depend on javascript. This version created for 3rd parties to use, does not.
View or import footer_latest html snippet of code here
.

header_latest - html of the common Navigation Bar that we call OmniNav seen at the top of page. The code would go near the top inside the BODY tag. On the live Chapman site this would have some items such as Search that depend on javascript. This version created for 3rd parties to use, does not.
View or import header_latest html snippet of code here

www-master-css-js-files - a file containing the current master.css and master.js files used on the live Chapman site. They change often. The line containing the link to the javascript can be removed by the 3rd party. It's there because we are pulling in a block of common code from the live side that currently contains both.
View or import block with links to current www-master-css-js-files here