20 lines
1.5 KiB
PHP
20 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Title: Section with stacked text, image
|
|
* Slug: powder/hero-stacked-text-image
|
|
* Categories: powder-hero
|
|
*/
|
|
?>
|
|
<!-- wp:group {"metadata":{"name":"Hero Section"},"align":"full","className":"is-style-section-1","style":{"spacing":{"blockGap":"0px","padding":{"top":"var:preset|spacing|60"},"margin":{"top":"0"}}},"layout":{"type":"constrained","wideSize":"800px"}} -->
|
|
<div class="wp-block-group alignfull is-style-section-1" style="margin-top:0;padding-top:var(--wp--preset--spacing--60)">
|
|
<!-- wp:heading {"textAlign":"center","level":1,"style":{"typography":{"fontSize":"96px","letterSpacing":"-2px","fontStyle":"normal","fontWeight":"200"}},"className":"wp-block-heading"} -->
|
|
<h1 class="wp-block-heading has-text-align-center" style="font-size:96px;font-style:normal;font-weight:200;letter-spacing:-2px"><?php echo esc_html__( 'Ellie Nash', 'powder' ); ?></h1>
|
|
<!-- /wp:heading -->
|
|
<!-- wp:paragraph {"align":"center","style":{"typography":{"textTransform":"uppercase"},"spacing":{"margin":{"bottom":"var:preset|spacing|60"}}}} -->
|
|
<p class="has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--60);text-transform:uppercase"><?php echo esc_html__( 'Website + Brand Design', 'powder' ); ?></p>
|
|
<!-- /wp:paragraph -->
|
|
<!-- wp:image {"align":"center","sizeSlug":"full","linkDestination":"none"} -->
|
|
<figure class="wp-block-image aligncenter size-full"><img src="<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/sample-image-dark.svg'; ?>" alt="Sample image"/></figure>
|
|
<!-- /wp:image -->
|
|
</div>
|
|
<!-- /wp:group -->
|