THIS IS NOT THE SSFAB WEBSITE
In late January 2004, I was commissioned by a member of the Texas A&M Student Service Fee Advisory Board to create the official website for their organization. This is a template for that site. Unfortuneately, unknown to us - the TAMU Division of Student Affairs was also asked to develop this site. Student Affairs is responsible for maintaining the SSFAB website so it is easier for them to use their own design. The official website for SSFAB is located at ssfab.tamu.edu.
I am keeping this site online as a demonstration of my abilities. I developed this FULLY VALID XHTML template in just under a week. This is a PURE CSS layout - there are NO tables used to layout the pages. The pages render in all browsers (including text browsers).
<H1>
<H2>
<H3>
<p> This is text in a paragraph.
- <li>Unordered list list item
This site was written in XHTML 1.0 Transitional.
- ALL html tags must be closed.
- All html tags must be in lower case.
- All attrubutes must have values ex: <div id="" >will not validate.
- Attrubute values must be in quotes ex: <div id="content" >
- Other rules apply, please visit W3C.org for more information.