Pullquote
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/pullquote.css">
Quote Label
This is the content of the quote, the words that are being quoted so to speak
The Person Being Quoted
Their Title or Some Other Details
<div class="wwu-pullquote">
<h2>Quote Label</h2>
<blockquote>
<div class="body">
This is the content of the quote, the words that are being quoted so to speak
</div>
<div class="credit">
<p class="name">The Person Being Quoted</p>
<p class="description">Their Title or Some Other Details</p>
</div>
</blockquote>
</div>