Call

Call badge item

A call badge-item needs to include:

  • badge label
  • contact information
  • badge button
<!-- COMPONENT START: Mobile Icon -->
<div class="badge-item text-center">
    <p class="badge-label">Call us on<br>
        <strong>+44 (0)1225 383019</strong>
    </p>
    <a class="badge-button" href="tel:+441225383019">
        <img src="https://www.bath.ac.uk/lens/110/assets/university-of-bath/images/icons/icon-phone.svg" alt="A mobile telephone">
    </a>
</div>
<!-- COMPONENT END: Mobile Icon -->