Email

Email badge item

An email badge-item needs to include:

  • badge label
  • contact information
  • badge button
<!-- COMPONENT START: Email Icon -->
<div class="badge-item text-center">
    <p class="badge-label">Email us at<br><strong>admissions@bath.ac.uk</strong></p>
    <a href="mailto:admissions@bath.ac.uk?subject=Enquiry%20about%20undergraduate%20courses" class="badge-button">
        <img src="https://www.bath.ac.uk/lens/110/assets/university-of-bath/images/icons/icon-mail.svg" alt="An envelope">
    </a>
</div>
<!-- COMPONENT END: Email Icon -->