- Timestamp:
- 10/07/2024 06:07:57 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/page-coming-soon.php
r59146 r59191 17 17 ?> 18 18 <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/coming-soon-bg-image.webp","alt":"Photo of a field full of flowers, a blue sky and a tree.","dimRatio":10,"minHeight":100,"minHeightUnit":"vh","align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-1"}},"heading":{"color":{"text":"var:preset|color|accent-1"}}},"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"200px","bottom":"200px"},"margin":{"top":"0","bottom":"0"},"blockGap":"var:preset|spacing|40"}},"textColor":"accent-1","layout":{"type":"constrained"}} --> 19 <div class="wp-block-cover alignfull has-accent-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;padding-top:200px;padding-right:var(--wp--preset--spacing--50);padding-bottom:200px;padding-left:var(--wp--preset--spacing--50);min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-10 has-background-dim"></span><img class="wp-block-cover__image-background" alt=" Photo of a field full of flowers, a blue sky and a tree." src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/coming-soon-bg-image.webp" data-object-fit="cover"/>19 <div class="wp-block-cover alignfull has-accent-1-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;padding-top:200px;padding-right:var(--wp--preset--spacing--50);padding-bottom:200px;padding-left:var(--wp--preset--spacing--50);min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-10 has-background-dim"></span><img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Photo of a field full of flowers, a blue sky and a tree.', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/coming-soon-bg-image.webp" data-object-fit="cover"/> 20 20 <div class="wp-block-cover__inner-container"> 21 21 <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} --> 22 22 <div class="wp-block-group"> 23 <!-- wp:heading {"textAlign":"center"," level":1,"className":"is-style-text-annotation"} -->24 <h 1 class="wp-block-heading has-text-align-center is-style-text-annotation">Event</h1>23 <!-- wp:heading {"textAlign":"center","className":"is-style-text-annotation"} --> 24 <h2 class="wp-block-heading has-text-align-center is-style-text-annotation"><?php esc_html_e( 'Event', 'twentytwentyfive' ); ?></h2> 25 25 <!-- /wp:heading --> 26 26 </div> 27 27 <!-- /wp:group --> 28 29 <!-- wp:heading {"textAlign":"center","fontSize":"xx-large"} --> 30 <h2 class="wp-block-heading has-text-align-center has-xx-large-font-size">Something great is coming soon</h2> 28 <!-- wp:heading {"textAlign":"center","level":3,"fontSize":"xx-large"} --> 29 <h3 class="wp-block-heading has-text-align-center has-xx-large-font-size"><?php esc_html_e( 'Something great is coming soon', 'twentytwentyfive' ); ?></h3> 31 30 <!-- /wp:heading --> 32 31 33 32 <!-- wp:paragraph {"align":"center"} --> 34 <p class="has-text-align-center"> Subscribe to get notified when our website is ready.</p>33 <p class="has-text-align-center"><?php esc_html_e( 'Subscribe to get notified when our website is ready.', 'twentytwentyfive' ); ?></p> 35 34 <!-- /wp:paragraph --> 36 35 … … 38 37 <div class="wp-block-buttons"> 39 38 <!-- wp:button {"backgroundColor":"accent-1","textColor":"contrast","className":"is-style-fill","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"borderColor":"accent-1"} --> 40 <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-contrast-color has-accent-1-background-color has-text-color has-background has-link-color has-border-color has-accent-1-border-color wp-element-button"> Subscribe</a></div>39 <div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-contrast-color has-accent-1-background-color has-text-color has-background has-link-color has-border-color has-accent-1-border-color wp-element-button"><?php esc_html_e( 'Subscribe', 'twentytwentyfive' ); ?></a></div> 41 40 <!-- /wp:button --> 42 41 </div>
Note: See TracChangeset
for help on using the changeset viewer.