<article class="mp c-card c-card--layout-single c-card--size-large c-card--event-series">
<div class="c-card__wrapper">
<div class="c-card__primary">
<header class="c-card__header u-flow--2xs">
<time class="c-card__datetime">
<span>Oct 2024</span>
</time>
<h2 class="c-h c-card__title"><a href="#">Part 1 - The theory of X-Ray Fluorescence (XRF)</a></h2>
</header>
<footer class="c-card__footer u-flow--2xs">
<div>
<a href="#" class="mp c-twi u-link c-twi--left"><span>Watch now</span>
<svg role="img" aria-hidden="true" focusable="false" class="mp c-icon c-icon--play">
<use xlink:href="/static/svg/sprite.svg#play"></use>
</svg>
</a>
</div>
</footer>
</div>
<a class="u-fill u-fill--link" href="#">Part 1 - The theory of X-Ray Fluorescence (XRF)</a>
</div>
</article>
Card - Event series card
{
"theme": {
"border": false,
"layout": "single",
"name": "event-series",
"inlineSpecs": false,
"corner": false
},
"header": {
"title": "Part 1 - The theory of X-Ray Fluorescence (XRF)",
"date": {
"date": "Oct 2024",
"formatted": true
}
},
"footer": {
"cta": {
"link": "#",
"label": "Watch now",
"icon": "play"
}
},
"link": "#"
}
CSS modifiers
Name | Description | |
---|---|---|
c-card--alt | Petrol step 3 alternative background | |
c-card--featured | Petrol background, white text | |
c-card--event | Alt background with grey text | |
c-card--layout-[type] | multi, single | Left- or top-aligned image |
c-card--size-[size] | small, medium, large | Title and gap size control |
c-card--bordered | Add a border to the card | |
c-card--no-height-match | Prevent cards matching height with siblings | |
c-card--inline-specs | Render specs inline, rather than wrapped |
Props
Name | Type | Description |
---|---|---|
theme | object | themeOptions |
header | object | headerOptions |
body | object | bodyOptions |
footer | object | footerOptions |
tag | string | Name of the tag |
link | string | For cards without a CTA |
shop | object | shopOptions |
series | series[] |
themeOptions
Name | Type | Description |
---|---|---|
name | string | Name of the theme: alt, featured |
border | bool | Does the card have a border |
size | string | Size of the card (default: large) |
layout | string | "multi" or "single" |
inlineSpecs | string | Are the specifications inline or wrapped |
noFullLink | bool | Is there a giant link covering the entire card? |
noHeightMatch | bool | Should the card ignore height matching? |
corner | bool | Does the card have a green corner |
headerOptions
Name | Type | Description |
---|---|---|
title | string | |
subtitle | string | |
meta | string[] | Additional snippets of useful information |
date | object | dateOptions |
dateOptions
Name | Type | Description |
---|---|---|
date | date | Datetime of the instance |
time | string | String-based time |
timezone | string | String-based timezone |
duration | string | Providing this will make it a 'past event' |
bodyOptions
Name | Type | Description |
---|---|---|
content | html | Prose-based content |
keySpecs | keySpecs[] |
keySpecs
Name | Type | Description |
---|---|---|
title | string | |
term | string | |
terms | string[] |
footerOptions
Name | Type | Description |
---|---|---|
cta | footerLink | |
buttons | footerLink[] |
footerLink
Name | Type | Description |
---|---|---|
label | string | Label for the call to action |
link | string | URL for the element |
colour | string | Optional button style |
shopOptions
Name | Type | Description |
---|---|---|
labels | array | key/value objects |
small | string | Short shop description |
productId | string |
- Card
- Product Card - Promotional
- Product Card - Detailed
- Product card - Range (no image)
- Product - Card Store
- Article card - Whitepaper Medium
- Article card - Blog post
- Featured event card - Future
- Featured event card - Past
- Featured event card - Multi
- Event card - Future (home)
- Event card - Series part (home)
- Event card - Past (home)
- Event card - Past (home) multicolumn
- Event card - Past (away)
- Article card - single
- Article card - Alt
- Article card - Whitepaper
- Career card
- Product card - single
- In-person event card
- In-person event card with image
- On-demand event card
- On-demand event card with image
- Event series card
- Event series card with image