hazdev-template
Version:
Template for HazDev web sites.
49 lines (25 loc) • 1.59 kB
Markdown
Overview
========
The screenshots shown on this page are from viewing the `example` directory in this project.
This shows the default page layout for devices 768 pixels or wider, at 768px which is the width of an iPad in portrait mode.
* The USGS logo, customizable banner, and site title are at the top of the page.
* The left column contains site wide navigation and search.
* Content fills the main column including page title at the top, and page contact and sharing links at the bottom.
* The page ends with links common to every page.
<img src="images/overviewNoSectionNav.png" alt="image of full size layout without section navigation"/>
The same page with optional section specific navigation, added to the top of the left column.
<img src="images/overviewFull.png" alt="image of full size layout"/>
This shows portions of the same page layout for a device 320px.
The header is collapsed and site title hidden.
<img src="images/overviewMobileHeader.png" alt="image of collapsed header"/>
The side column with navigation and search is hidden behind a toggle in the top right corner, which stays fixed (in the same place) as the page scrolls. When activated, the side column content is revealed by moving the page to the right.
<img src="images/overviewOffcanvas.png" alt="image of offcanvas content"/>
The page footer is also collapsed.
<img src="images/overviewMobileFooter.png" alt="image of collapsed footer"/>