Please review the
Design Standards for a complete list of elements to be incorporated
into your website. This page gives examples of the most essential changes
that will need to be made to your site.
- There are some elements of the old pages the that will need
to be edited:
- Either remove or modify the current department banner (example:
bannerBlocks.jpg) to incorporate the new design specifications. (The
old banners are 650 px wide. The new standards accommodate a width
of 800px wide.)
- Many pages use a design template which includes a 650 px layout
table. The table does not need to be removed, but the width value
needs to be changed from 650px to 100% (subsequent table cells might
also need to be altered depending on your page setup).
- These are elements that need to be incorporated:
- The coastal colors have been updated. Please use Coastal Teal
as your primary design color.
- Coastal Teal: #007073
- Coastal Bronze: #916B4A
- Here is how to incorporate the banner and footer in your html
code. The banners are dynamically created for your webpage.
Your department name will automatically be indicated at that
top of each page when including the code below. The University
banners have no images. Departments are free to incorporate department-specific
banners in addition to the University banner.
| <body>
<? include ("ccubanner.html"); ?>
Your page
content here.
<? include
("ccufooter.html"); ?>
</body> |