- Timestamp:
- 10/07/2024 06:07:57 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/overlapped-images.php
r59146 r59191 19 19 <div class="wp-block-column" style="padding-right:var(--wp--preset--spacing--50);flex-basis:45%"> 20 20 <!-- wp:image {"sizeSlug":"full"} --> 21 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/image-from-rawpixel-id-8799471.webp" alt="<?php esc_attr_e( 'Photography close up of a red flower.', 'twentytwentyfive' ); ?>" /></figure>21 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/image-from-rawpixel-id-8799471.webp" alt="<?php esc_attr_e( 'Photography close up of a red flower.', 'twentytwentyfive' ); ?>"/></figure> 22 22 <!-- /wp:image --> 23 23 <!-- wp:group {"style":{"spacing":{"margin":{"top":"-12vw"}}},"layout":{"type":"constrained"}} --> … … 41 41 42 42 <!-- wp:paragraph {"className":"is-style-text-subtitle"} --> 43 <p class="is-style-text-subtitle"><?php echo wp_kses_post( _x( '<strong>Fleurs</strong> is a flower delivery and subscription business. Based in the EU, our mission is not only to deliver stunning flower arrangements across but also foster knowledge and enthusiasm on the beautiful gift of nature: flowers.', 'Content of the overlap images and paragraph pattern', 'twentytwentyfive' ) ); ?></p> 43 <p class="is-style-text-subtitle"> 44 <?php 45 printf( 46 /* translators: %s is the brand name, e.g., 'Fleurs'. */ 47 esc_html__( '%s is a flower delivery and subscription business. Based in the EU, our mission is not only to deliver stunning flower arrangements across but also foster knowledge and enthusiasm on the beautiful gift of nature: flowers.', 'twentytwentyfive' ), 48 '<strong>' . esc_html_x( 'Fleurs', 'Example brand name.', 'twentytwentyfive' ) . '</strong>' 49 ); 50 ?> 51 </p> 44 52 <!-- /wp:paragraph --> 45 53 </div>
Note: See TracChangeset
for help on using the changeset viewer.