New web

Web pattern library, style and technical reference

Content Components

Sub Landing Page - Feature Widgets Grid

This style can be applied using the Sub Landing Page - Feature Widgets Grid paint layout (asset #396948). Create a folder containing link assets, the asset should be linked to the relevant asset, the title is the name of the link asset, the description is specified in the dcterms.description metadata field. The paint layout will display widgets in a 3 column grid. An optional title can be included when nesting the content, this will display as an underlined H2.

Setup

Asset type Folder containing link assets
Paint layout #396948 - Landing Page - Feature Widgets

Available Variables

Variable Name Type Example Default
title
optional
text More information - none -

Example

More information

Code Example

<h2 class="underlined">More information</h2>
<div class="grid-content grid-3-column">
  <div class="grid-block">
    <a href="#" class="uon-feature-block">
      <img src="//placehold.it/400x400" alt="Example Feature">
      <div class="content">
        <h3>Example Feature</h3>
        <p>Hey there this is a feature widget for featuring things.</p>
        <p><span class="more-link">Learn more</span></p>
      </div>
    </a>
  </div>
  ...
</div>