SND: Minor pre-launch fixes (#7291)

* Update header-front.php

Add top margin.

* Update copy.

Update copy in subscribe and home patterns to something more generic.

* Update theme screenshot

* Update screenshot.png
This commit is contained in:
alaczek 2023-08-08 18:21:17 +10:00 committed by GitHub
parent d7bc31a598
commit 048b7eec99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View file

@ -6,10 +6,9 @@
* Block Types: core/template-part/header * Block Types: core/template-part/header
*/ */
?> ?>
<!-- wp:group {"layout":{"type":"constrained"}} --> <!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|80"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group"> <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80)">
<!-- wp:site-logo {"width":140,"shouldSyncIcon":false,"className":"is-style-rounded"} /--> <!-- wp:site-logo {"width":140,"shouldSyncIcon":false,"className":"is-style-rounded"} /-->
<!-- wp:site-title {"fontSize":"xxx-large"} /--> <!-- wp:site-title {"fontSize":"xxx-large"} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->

View file

@ -10,7 +10,7 @@
<!-- wp:group {"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|80"}}},"layout":{"type":"constrained"}} --> <!-- wp:group {"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|80"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group" style="margin-bottom:var(--wp--preset--spacing--80)"><!-- wp:paragraph --> <div class="wp-block-group" style="margin-bottom:var(--wp--preset--spacing--80)"><!-- wp:paragraph -->
<p><?php echo esc_html__( 'Join millions of readers and subscribe to the Modern Wisdom. Enter your email below to receive new ideas that could change your life.', 'snd' ); ?></p> <p><?php echo esc_html__( 'Join millions of readers and subscribe to my newsletter. Enter your email below to receive new ideas that could change your life.', 'snd' ); ?></p>
<!-- /wp:paragraph --> <!-- /wp:paragraph -->
<!-- wp:jetpack/subscriptions {"submitButtonText":"SUBSCRIBE","borderRadius":50} /--> <!-- wp:jetpack/subscriptions {"submitButtonText":"SUBSCRIBE","borderRadius":50} /-->

View file

@ -14,7 +14,7 @@
<!-- /wp:separator --> <!-- /wp:separator -->
<!-- wp:heading {"level":3,"fontSize":"medium"} --> <!-- wp:heading {"level":3,"fontSize":"medium"} -->
<h3 class="wp-block-heading has-medium-font-size"><?php echo esc_html__( 'Subscribe to Modern Wisdom', 'montagna' ); ?></h3> <h3 class="wp-block-heading has-medium-font-size"><?php echo esc_html__( 'Subscribe to my newsletter', 'snd' ); ?></h3>
<!-- /wp:heading --> <!-- /wp:heading -->
<!-- wp:jetpack/subscriptions {"submitButtonText":"SUBSCRIBE","borderRadius":50} /--></div> <!-- wp:jetpack/subscriptions {"submitButtonText":"SUBSCRIBE","borderRadius":50} /--></div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 108 KiB