File "portfolio-filtration.php"

Full Path: /home/ycoalition/public_html/blog/wp-content/themes/poe/patterns/portfolio-filtration.php
File size: 1.91 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Title: Portfolio filtration formatted as a row of buttons.
 * Slug: poe/portfolio-filtration
 * Categories: poe-portfolio
 */
?>
<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"0.5em"}}},"layout":{"type":"flex"}} -->
<div class="wp-block-group alignwide" style="padding-bottom:0.5em">
	<!-- wp:heading {"level":6,"style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"fontSize":"large"} -->
	<h6 class="has-large-font-size" id="filter-by"
		style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px">Filter by</h6>
	<!-- /wp:heading -->

	<!-- wp:buttons -->
	<div class="wp-block-buttons">
		<!-- wp:button {"className":"is-style-poe-arrow","fontSize":"large"} -->
		<div class="wp-block-button has-custom-font-size is-style-poe-arrow has-large-font-size"><a
				class="wp-block-button__link">Branding</a></div>
		<!-- /wp:button -->
	</div>
	<!-- /wp:buttons -->

	<!-- wp:buttons -->
	<div class="wp-block-buttons">
		<!-- wp:button {"className":"is-style-poe-arrow","fontSize":"large"} -->
		<div class="wp-block-button has-custom-font-size is-style-poe-arrow has-large-font-size"><a
				class="wp-block-button__link">Digital</a></div>
		<!-- /wp:button -->
	</div>
	<!-- /wp:buttons -->

	<!-- wp:buttons -->
	<div class="wp-block-buttons">
		<!-- wp:button {"className":"is-style-poe-arrow","fontSize":"large"} -->
		<div class="wp-block-button has-custom-font-size is-style-poe-arrow has-large-font-size"><a
				class="wp-block-button__link">Editorial</a></div>
		<!-- /wp:button -->
	</div>
	<!-- /wp:buttons -->

	<!-- wp:buttons -->
	<div class="wp-block-buttons">
		<!-- wp:button {"className":"is-style-poe-arrow","fontSize":"large"} -->
		<div class="wp-block-button has-custom-font-size is-style-poe-arrow has-large-font-size"><a
				class="wp-block-button__link">Packaging</a></div>
		<!-- /wp:button -->
	</div>
	<!-- /wp:buttons -->
</div>
<!-- /wp:group -->