6.36.1 Button promo View in a new window

A promo with a button and a background image.

Twig: components/promo/promo-button.twig

Example

AskUTS

Make an enquiry online with the UTS Student Centre

Enquire
Markup
<div class="promo promo--button">
  <div class="promo__image">
    <img src="/themes/uts_theme/src/templates/banner-ask-uts.svg" alt="">
  </div>
  <div class="promo__content">
    <h3>AskUTS</h3>
    <p>Make an enquiry online with the UTS Student Centre</p>
    <a href="#">Enquire</a>
  </div>
</div>