Web pattern library, style and technical reference
The Overview index component allows for a standardised block of content and links to be included on a section landing/index page. It provides space for an introduction/description, and upto 6 sub-section links.
This component can be used by applying the Overview index container template to a WYSIWYG content area.
The overview index component is part of our standardised Unicorn Component Library for the UON website.
| Asset type | WYSIWYG content container on a Standard Page | 
|---|---|
| Container template | Overview index | 
| Field | Type | Value | Default | Usage | 
|---|---|---|---|---|
| Title Required  | 
			Text | - none - | ||
| Section link Optional  | 
			Related asset | - none - | ||
| Image Required  | 
			Related asset | - none - | ||
| Intro Required  | 
			Text | - none - | ||
| List label 1 Optional  | 
			Text | - none - | The label to display for the first link. | |
| List link 1 Optional  | 
			Related asset | - none - | The asset for the first link to point to. | |
| List label 2 Optional  | 
			Text | - none - | The label to display for the second link. | |
| List link 2 Optional  | 
			Related asset | - none - | The asset for the second link to point to. | |
| List label 3 Optional  | 
			Text | - none - | The label to display for the third link. | |
| List link 3 Optional  | 
			Related asset | - none - | The asset for the third link to point to. | |
| List label 4 Optional  | 
			Text | - none - | The label to display for the fourth link. | |
| List link 4 Optional  | 
			Related asset | - none - | The asset for the fourth link to point to. | |
| List label 5 Optional  | 
			Text | - none - | The label to display for the fifth link. | |
| List link 5 Optional  | 
			Related asset | - none - | The asset for the fifth link to point to. | |
| List label 6 Optional  | 
			Text | - none - | The label to display for the sixth link. | |
| List link 6 Optional  | 
			Related asset | - none - | The asset for the sixth link to point to. | 
	An undergraduate, or Bachelor's degree, is usually your first degree at university and your pathway into your future career. You'll have access to world-class researchers and teachers, purpose-built facilities and first-rate student support.
| Stylesheet | uon-overview-index.css | Loaded as part of the unicorn.min.css library (#432456) | 
|---|
| Content container template | #427090 - Overview index | |
|---|---|---|
| Metadata schema | #427093 - Overview index - Metadata schema | |
| Paint layout | #427094 - Overview index - Paint layout | |
| Simple edit layout | #427102 - Overview index - Edit layout | 
/*********************************/
/**  UON Overview Index         **/
/**  -- March 2018              **/
/**  -- Dean Robinson (djr145)  **/
/*********************************/
.uon-overview-index {margin-bottom:80px;}
.uon-overview-index-media {width:25%;max-width:300px;}
.uon-overview-index-media img, .overview-index-media video {border-radius:3px;max-width:100%;}
.uon-overview-index-content {width:75%;max-width:700px;}
.uon-overview-index-media + .uon-overview-index-content {padding-left:80px;}
.uon-overview-index-content-intro {font-family:Heuristica,Georgia,serif;font-size:18px;}
@media screen and (max-width:1024px) {
	.uon-overview-index-media + .uon-overview-index-content {padding-left:40px;}
}
@media screen and (max-width:768px) {
	.uon-overview-index {margin-bottom:40px;}
	.col.uon-overview-index-media {display:none;}
	.uon-overview-index-content {width:auto;}
	.uon-overview-index-media + .uon-overview-index-content {padding:0;}
	.uon-overview-index-content-intro {font-size:14px;}
}