Skip to main content

Testimonial

Include the following stylesheet to use this component on your non-Drupal website or application.

<link rel="stylesheet" href="https://ashlar.blob.core.windows.net/ashlar-theme-files/css/components/testimonial.css">

Heading Label

leaves in water placeholder

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>