6.37.1 Testimonial View in a new window

Image, name, course, and blurb.

Twig: components/testimonial/testimonial.twig

Example
Student

Katie Hindmarsh

BACHELOR OF MIDWIFERY

“I don’t cry nearly as much as when I first started out! I appreciate the course for opening my eyes to women’s health issues around the world.”

Markup
<article class="testimonial">
  <div class="testimonial__thumbnail">
    <img src="/themes/uts_theme/src/components/testimonial/{{ image|default('katie-hindmarsh.jpg') }}" alt="Student">
  </div>
  <h3 class="testimonial__name"><a href="#">{{ name|default('Katie Hindmarsh') }}</a></h3>
  <div class="testimonial__course-name">{{ course|default('BACHELOR OF MIDWIFERY') }}</div>
  <p class="testimonial__blurb">“{{ blurb|default('I don’t cry nearly as much as when I first started out! I appreciate the course for opening my eyes to women’s health issues around the world.') }}”</p>
</article>