- Timestamp:
- 10/07/2024 06:07:57 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/banner-intro-image.php
r59146 r59191 20 20 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} --> 21 21 <figure class="wp-block-image size-full"> 22 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/botany-flowers.webp" alt="<?php echo esc_attr_x( 'Picture of a flower', 'Alt text for intro picture ', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/>22 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/botany-flowers.webp" alt="<?php echo esc_attr_x( 'Picture of a flower', 'Alt text for intro picture.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/> 23 23 </figure> 24 24 <!-- /wp:image --> … … 29 29 <div class="wp-block-column is-vertically-aligned-center"> 30 30 <!-- wp:heading --> 31 <h2 class="wp-block-heading"><?php echo esc_html_x( 'New arrivals', 'Heading for banner with flower', 'twentytwentyfive' ); ?></h2>31 <h2 class="wp-block-heading"><?php echo esc_html_x( 'New arrivals', 'Heading for banner pattern.', 'twentytwentyfive' ); ?></h2> 32 32 <!-- /wp:heading --> 33 33 34 34 <!-- wp:paragraph --> 35 <p><?php echo esc_html_x( 'Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.', 'Sample description for banner with flower ', 'twentytwentyfive' ); ?></p>35 <p><?php echo esc_html_x( 'Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.', 'Sample description for banner with flower.', 'twentytwentyfive' ); ?></p> 36 36 <!-- /wp:paragraph --> 37 37 … … 40 40 <!-- wp:button --> 41 41 <div class="wp-block-button"> 42 <a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Learn More', 'Button text of intro section ', 'twentytwentyfive' ); ?></a>42 <a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Learn More', 'Button text of intro section.', 'twentytwentyfive' ); ?></a> 43 43 </div> 44 44 <!-- /wp:button -->
Note: See TracChangeset
for help on using the changeset viewer.