6.32.5 Home promo (double) View in a new window

A Double column sized block with a background image and overlay text.

Twig: components/promo/promo-double.twig

Default example

Postgrad Info Evenings

Register Now

Light Text

Postgrad Info Evenings

Register Now

Dark text

Postgrad Info Evenings

Register Now

Markup
<div class="promo promo--double {{ modifier_class }}">
  <div class="promo__image">
    {% include '@uts_theme/components/animations/blinkPaths.svg' %}
  </div>
  <div class="promo__content">
    <h3>Postgrad Info Evenings</h3>
    <h4>Register Now</h4>
  </div>
</div>