Testimonial
Heading Label
The testimonial text goes here. If it's in Drupal, it gets its markup from the field.
The person being quoted
Their title or extra details
<div className="wwu-testimonial">
<h2 className="title">Heading Label</h2>
<div className="image image--stylized">
<img src={Placeholder} alt="leaves in water placeholder"/>
</div>
<blockquote>
<div className="body">
<p>The testimonial text goes here. If it's in Drupal, it gets its markup from the field.</p>
<div className="credit">
<p className="name">The person being quoted</p>
<p className="description">Their title or extra details</p>
</div>
</div>
</blockquote>
</div>