<?php
/**
 * Title: footer
 * Slug: memphoria/footer
 * Inserter: no
 */

declare( strict_types = 1 );
?>
<!-- wp:separator {"className":"is-style-zigzag"} -->
<hr class="wp-block-separator has-alpha-channel-opacity is-style-zigzag"/>
<!-- /wp:separator -->

<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|80","bottom":"0"}}},"layout":{"type":"default"}} -->
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:0"><!-- wp:group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<div class="wp-block-group"><!-- wp:paragraph {"align":"center","style":{"typography":{"fontStyle":"normal","fontWeight":"300","lineHeight":"1"}},"fontSize":"custom-3","fontFamily":"lineal"} -->
<p class="has-text-align-center has-lineal-font-family has-custom-3-font-size" style="font-style:normal;font-weight:300;line-height:1"><?php esc_html_e('☺', 'memphoria');?></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph {"align":"center","style":{"typography":{"fontStyle":"normal","fontWeight":"700"},"spacing":{"margin":{"top":"-8px"}}},"fontFamily":"lineal"} -->
<p class="has-text-align-center has-lineal-font-family" style="margin-top:-8px;font-style:normal;font-weight:700"><?php esc_html_e('THANKS!', 'memphoria');?></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

<!-- wp:paragraph {"align":"center","lock":{"move":false,"remove":false},"style":{"spacing":{"margin":{"top":"var:preset|spacing|40"}}},"fontSize":"custom-9"} -->
<p class="has-text-align-center has-custom-9-font-size" style="margin-top:var(--wp--preset--spacing--40)"><?php /* Translators: 1. is the start of a 'a' HTML element, 2. is the end of a 'a' HTML element */ 
echo sprintf( esc_html__( 'Designed with %1$sWordPress%2$s', 'memphoria' ), '<a href="' . esc_url( 'https://wordpress.org' ) . '" rel="nofollow">', '</a>' ); ?></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->