
* Update theme.json Fix the subscribe button width issue with css until it's fixed in Jetpack. * Update templates Update theme templates to add custom CSS class. * Update screenshot.png * Update footer widgets Minor updates to the content of the footer widgets. * Update theme.json Remove system font. Make headings bold. * Add strict type declarations. * Update footer widgets Update the copy of the About section.
31 lines
2.3 KiB
PHP
31 lines
2.3 KiB
PHP
<?php
|
|
/**
|
|
* Title: Footer Widget Area
|
|
* Slug: strand/footer-widgets
|
|
* Categories: featured
|
|
*/
|
|
|
|
declare( strict_types = 1 );
|
|
?>
|
|
|
|
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|80","right":"var:preset|spacing|60","bottom":"var:preset|spacing|80","left":"var:preset|spacing|60"}},"border":{"top":{"color":"#1e1e1e26","width":"1px"},"right":[],"bottom":[],"left":[]}},"backgroundColor":"tertiary","layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group has-tertiary-background-color has-background" style="border-top-color:#1e1e1e26;border-top-width:1px;padding-top:var(--wp--preset--spacing--80);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--60)"><!-- wp:columns -->
|
|
<div class="wp-block-columns"><!-- wp:column -->
|
|
<div class="wp-block-column"><!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"600","textTransform":"uppercase","letterSpacing":"1px"}},"textColor":"primary","fontSize":"small"} -->
|
|
<h3 class="wp-block-heading has-primary-color has-text-color has-small-font-size" style="font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase"><?php echo esc_html__( 'Navigation', 'strand' ); ?></h3>
|
|
<!-- /wp:heading -->
|
|
|
|
<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"0"},"typography":{"fontSize":"1rem","lineHeight":1.6}}} /--></div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column -->
|
|
<div class="wp-block-column"><!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"600","textTransform":"uppercase","letterSpacing":"1px"}},"textColor":"primary","fontSize":"small"} -->
|
|
<h3 class="wp-block-heading has-primary-color has-text-color has-small-font-size" style="font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase"><?php echo esc_html__( 'About', 'strand' ); ?></h3>
|
|
<!-- /wp:heading -->
|
|
|
|
<!-- wp:paragraph {"style":{"typography":{"fontSize":"1rem"}}} -->
|
|
<p style="font-size:1rem"><?php echo esc_html__( 'Writing on the Wall is a newsletter for freelance writers seeking inspiration, advice, and support on their creative journey.', 'strand' ); ?></p>
|
|
<!-- /wp:paragraph --></div>
|
|
<!-- /wp:column --></div>
|
|
<!-- /wp:columns --></div>
|
|
<!-- /wp:group -->
|