Testimonials


Praesent enim nisl, dictum nec dignissim nec, dapibus convallis diam. Nullam ut molestie ante, eu vehicula nunc. Donec id elementum purus. Etiam vitae felis non dolor dapibus dictum.

Alternate Text Goes Here
CEO, ABC123 Inc.
May 15, 2014

<div class="testimonials" id="">
	<div class="testimonial" id="">
		<div class="testimonial__content">
			<div class="testimonial__text">
				[Testimonial text goes here]
			</div>
			<div class="testimonial__image image" style="max-width: XXXpx;">
				<img width="XXX" height="YYY" alt="Alternate Text Goes Here" src="path/to/foo.jpg" loading="lazy">
			</div>
			<div class="testimonial__info">
				<div class="testimonial__name">
					<a href="#" target="_blank">
						[Testimonial name goes here]
					</a>
				</div>
				<div class="testimonial__additional-info">
					[Testimonial additional info goes here]
				</div>
				<div class="testimonial__date">
					[Testimonial date goes here]
				</div>
			</div>
		</div>
	</div>
</div>

Class Reference

Class Info
testimonials Primary container. Should be added to a div.
testimonial Denotes a single testimonial. Should be added to a div.
testimonial__content Denotes a testimonial's content. Should be added to a div.
testimonial__text Denotes a testimonial's text. Should be added to a div.
testimonial__image Denotes a testimonial's image. Should be added to a div.
testimonial__info Denotes information about the testimonial. Should be added to a div.
testimonial__name Denotes the name of the testimonial's provider. Should be added to a div.
testimonial__additional-info Denotes additional info about the testimonial's provider. Should be added to a div.
testimonial__date Denotes the testimonial's date. Should be added to a div.