134 lines
6.8 KiB
PHP
134 lines
6.8 KiB
PHP
<?php
|
|
/**
|
|
* Title: Split footer with logo and links
|
|
* Slug: powder/footer-split
|
|
* Categories: footer
|
|
* Block Types: core/template-part/footer
|
|
*/
|
|
?>
|
|
<!-- wp:group {"metadata":{"name":"Footer"},"align":"full","className":"is-style-section-1","style":{"spacing":{"margin":{"top":"0px"},"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"}}},"fontSize":"x-small","layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group alignfull is-style-section-1 has-x-small-font-size" style="margin-top:0px;padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80)">
|
|
<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"0","left":"0"},"margin":{"bottom":"var:preset|spacing|80"}}}} -->
|
|
<div class="wp-block-columns alignwide" style="margin-bottom:var(--wp--preset--spacing--80)">
|
|
<!-- wp:column {"width":"60%"} -->
|
|
<div class="wp-block-column" style="flex-basis:60%">
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"10px","margin":{"bottom":"var:preset|spacing|40"}},"layout":{"selfStretch":"fixed","flexSize":"200px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
|
<div class="wp-block-group" style="margin-bottom:var(--wp--preset--spacing--40)">
|
|
<!-- wp:site-logo {"width":30,"shouldSyncIcon":false} /-->
|
|
<!-- wp:site-title {"style":{"typography":{"textTransform":"uppercase","lineHeight":"1"}},"fontSize":"medium"} /-->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
<!-- wp:column {"width":"40%"} -->
|
|
<div class="wp-block-column" style="flex-basis:40%">
|
|
<!-- wp:columns -->
|
|
<div class="wp-block-columns">
|
|
<!-- wp:column {"style":{"spacing":{"blockGap":"15px"}}} -->
|
|
<div class="wp-block-column">
|
|
<!-- wp:heading {"style":{"typography":{"lineHeight":"1.5","textTransform":"uppercase"}},"fontSize":"x-small"} -->
|
|
<h2 class="wp-block-heading has-x-small-font-size" style="line-height:1.5;text-transform:uppercase"><?php echo esc_html__( 'Heading', 'powder' ); ?></h2>
|
|
<!-- /wp:heading -->
|
|
<!-- wp:list {"style":{"typography":{"lineHeight":"2"}},"className":"is-style-no-style"} -->
|
|
<ul class="is-style-no-style" style="line-height:2">
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #1', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #2', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #3', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #4', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
</ul>
|
|
<!-- /wp:list -->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
<!-- wp:column {"style":{"spacing":{"blockGap":"15px"}}} -->
|
|
<div class="wp-block-column">
|
|
<!-- wp:heading {"style":{"typography":{"lineHeight":"1.5","textTransform":"uppercase"}},"fontSize":"x-small"} -->
|
|
<h2 class="wp-block-heading has-x-small-font-size" style="line-height:1.5;text-transform:uppercase"><?php echo esc_html__( 'Heading', 'powder' ); ?></h2>
|
|
<!-- /wp:heading -->
|
|
<!-- wp:list {"style":{"typography":{"lineHeight":"2"}},"className":"is-style-no-style"} -->
|
|
<ul class="is-style-no-style" style="line-height:2">
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #1', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #2', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #3', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #4', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
</ul>
|
|
<!-- /wp:list -->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
<!-- wp:column {"style":{"spacing":{"blockGap":"15px"}}} -->
|
|
<div class="wp-block-column">
|
|
<!-- wp:heading {"style":{"typography":{"lineHeight":"1.5","textTransform":"uppercase"}},"fontSize":"x-small"} -->
|
|
<h2 class="wp-block-heading has-x-small-font-size" style="line-height:1.5;text-transform:uppercase"><?php echo esc_html__( 'Heading', 'powder' ); ?></h2>
|
|
<!-- /wp:heading -->
|
|
<!-- wp:list {"style":{"typography":{"lineHeight":"2"}},"className":"is-style-no-style"} -->
|
|
<ul class="is-style-no-style" style="line-height:2">
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #1', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #2', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #3', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
<!-- wp:list-item -->
|
|
<li><a href="#"><?php echo esc_html__( 'Link #4', 'powder' ); ?></a></li>
|
|
<!-- /wp:list-item -->
|
|
</ul>
|
|
<!-- /wp:list -->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
</div>
|
|
<!-- /wp:columns -->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
</div>
|
|
<!-- /wp:columns -->
|
|
<!-- wp:group {"align":"wide","layout":{"type":"flex","allowOrientation":false,"justifyContent":"space-between"}} -->
|
|
<div class="wp-block-group alignwide">
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"5px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
|
<div class="wp-block-group">
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"5px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
|
<div class="wp-block-group">
|
|
<!-- wp:paragraph -->
|
|
<p>© <?php echo esc_html( gmdate( 'Y' ) ); ?></p>
|
|
<!-- /wp:paragraph -->
|
|
<!-- wp:site-title {"level":0,"isLink":false,"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}},"fontSize":"x-small"} /-->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
<!-- wp:paragraph -->
|
|
<p> · </p>
|
|
<!-- /wp:paragraph -->
|
|
<!-- wp:paragraph -->
|
|
<p><a href="https://powderwp.com/">Powder Theme</a> by <a href="https://briangardner.com/">Brian Gardner</a></p>
|
|
<!-- /wp:paragraph -->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
<!-- wp:social-links {"openInNewTab":true,"size":"has-small-icon-size","className":"is-style-outline","style":{"spacing":{"blockGap":{"left":"5px"}}}} -->
|
|
<ul class="wp-block-social-links has-small-icon-size is-style-outline">
|
|
<!-- wp:social-link {"url":"https://x.com/","service":"x"} /-->
|
|
<!-- wp:social-link {"url":"https://www.linkedin.com/","service":"linkedin"} /-->
|
|
<!-- wp:social-link {"url":"https://instagram.com/","service":"instagram"} /-->
|
|
<!-- wp:social-link {"url":"https://www.facebook.com/","service":"facebook"} /-->
|
|
<!-- wp:social-link {"url":"https://www.threads.net/","service":"threads"} /-->
|
|
</ul>
|
|
<!-- /wp:social-links -->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
</div>
|
|
<!-- /wp:group -->
|