File "general-testimonial-large.php"

Full Path: /home/ycoalition/public_html/blog/wp-content/themes/poe/patterns/general-testimonial-large.php
File size: 1.48 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Title: Large testimonial with a single quote.
 * Slug: poe/general-testimonial-large
 * Categories: poe-general
 */
?>
<!-- wp:columns {"align":"wide"} -->
<div class="wp-block-columns alignwide">
	<!-- wp:column -->
	<div class="wp-block-column">
		<!-- wp:image {"width":200,"sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} -->
		<figure class="wp-block-image size-full is-resized is-style-rounded"><img
				src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/illustrations/avatar-1.png" alt=""
				width="200" /></figure>
		<!-- /wp:image -->
	</div>
	<!-- /wp:column -->

	<!-- wp:column -->
	<div class="wp-block-column">
		<!-- wp:pullquote {"textAlign":"left","textColor":"primary","fontSize":"heading-3"} -->
		<figure class="wp-block-pullquote has-text-align-left has-primary-color has-text-color has-heading-3-font-size">
			<blockquote>
				<p>“Poe guided us through the rebranding of our online business with a steady hand and a keen eye for
					detail.”</p>
			</blockquote>
		</figure>
		<!-- /wp:pullquote -->

		<!-- wp:group {"style":{"spacing":{"padding":{"top":"1em"}}}} -->
		<div class="wp-block-group" style="padding-top:1em">
			<!-- wp:paragraph {"textColor":"foreground","fontSize":"heading-6"} -->
			<p class="has-foreground-color has-text-color has-heading-6-font-size">Mary Shelley<br>Online Publisher</p>
			<!-- /wp:paragraph -->
		</div>
		<!-- /wp:group -->
	</div>
	<!-- /wp:column -->
</div>
<!-- /wp:columns -->