- 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/hero-book.php
r59146 r59191 22 22 <div class="wp-block-cover is-light"> 23 23 <span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#6b6b6b"></span> 24 <img class="wp-block-cover__image-background" alt=" Image of the book" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/book-image-landing.webp" data-object-fit="cover"/>24 <img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Image of the book', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/book-image-landing.webp" data-object-fit="cover"/> 25 25 <div class="wp-block-cover__inner-container"> 26 26 <!-- wp:spacer {"height":"var:preset|spacing|20"} --> … … 36 36 <div class="wp-block-column is-vertically-aligned-center" style="padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"> 37 37 <!-- wp:heading --> 38 <h2 class="wp-block-heading has-xx-large-font-size"><?php echo esc_html_x( 'The Stories Book', 'Heading of the hero section ', 'twentytwentyfive' ); ?></h2>38 <h2 class="wp-block-heading has-xx-large-font-size"><?php echo esc_html_x( 'The Stories Book', 'Heading of the hero section.', 'twentytwentyfive' ); ?></h2> 39 39 <!-- /wp:heading --> 40 40 41 41 <!-- wp:paragraph --> 42 <p><?php echo esc_html_x( 'A fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.', 'Content of the hero section ', 'twentytwentyfive' ); ?></p>42 <p><?php echo esc_html_x( 'A fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.', 'Content of the hero section.', 'twentytwentyfive' ); ?></p> 43 43 <!-- /wp:paragraph --> 44 44 45 45 <!-- wp:paragraph {"fontSize":"medium"} --> 46 <p class="has-medium-font-size"><?php echo esc_html_x( 'Available for pre-order now.', 'CTA text of the hero section ', 'twentytwentyfive' ); ?></p>46 <p class="has-medium-font-size"><?php echo esc_html_x( 'Available for pre-order now.', 'CTA text of the hero section.', 'twentytwentyfive' ); ?></p> 47 47 <!-- /wp:paragraph --></div> 48 48 <!-- /wp:column --></div>
Note: See TracChangeset
for help on using the changeset viewer.