File "general-follow-us-vertical.php"

Full Path: /home/ycoalition/public_html/blog/wp-content/themes/poe/patterns/general-follow-us-vertical.php
File size: 1.19 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Title: Follow us section with a vertical layout.
 * Slug: poe/general-follow-us-vertical
 * Categories: poe-general
 */
?>
<!-- wp:group {"backgroundColor":"senary"} -->
<div class="wp-block-group has-senary-background-color has-background">
	<!-- wp:heading {"textAlign":"center"} -->
	<h2 class="has-text-align-center">Follow Us!</h2>
	<!-- /wp:heading -->

	<!-- wp:paragraph {"align":"center"} -->
	<p class="has-text-align-center">Stay up to date with the latest at the agency.</p>
	<!-- /wp:paragraph -->

	<!-- wp:separator {"opacity":"css"} -->
	<hr class="wp-block-separator has-css-opacity" />
	<!-- /wp:separator -->

	<!-- wp:social-links {"iconColor":"foreground","iconColorValue":"inherit","className":"items-justified-center is-style-logos-only","layout":{"type":"flex","justifyContent":"center"}} -->
	<ul class="wp-block-social-links has-icon-color items-justified-center is-style-logos-only">
		<!-- wp:social-link {"url":"https://facebook.com","service":"facebook"} /-->

		<!-- wp:social-link {"url":"https://twitter.com","service":"twitter"} /-->

		<!-- wp:social-link {"url":"https://instagram.com","service":"instagram"} /-->
	</ul>
	<!-- /wp:social-links -->
</div>
<!-- /wp:group -->