The feature space can be user for large, featured content. It can contain:
The UAlberta Campus Life page is an example of how a page can be styled in Sitecore using the UAlberta grid along with some jQuery and CSS.
The screenshot to the right is the mockup for the campus life page.
Looking at the design and matching it to our Sitecore templates, we can break it down as follows:
Based on these requirements, we can break down the page and divide the content into the appropriate sections and divs. This can be skectched on paper and then coded in a Dreamweaver template to get the correct code for inserting into Sitecore.
Use placehold.it for place holder images and do not add any links in the Dreamweaver code. Sitecore links can be added once the HTML is added to Sitecore.
The page has now been broken down into div or section tags that can be coded for the 1 column page. See the full size version.
The feature is an item in Sitecore, it will be added automatically.
Columm 1 will be broken down as follows:
Full width, not margins or padding to hold Campuses and Maps sections.
Sections at w12 to hold the Campus and Maps content.
1 large div, with no margins/padding to hold everything within.
2 divs to define the columns.
Within the first column div: 2 divs to define the rows. Within each row, 4 (or 3) sections for the content and links.
Within the second column, divs or sections styled on top of each other for each content area.