Changeset 59191 for trunk/src/wp-content/themes/twentytwentyfive/patterns/heading-and-paragraph-with-image.php
- 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/heading-and-paragraph-with-image.php
r59146 r59191 25 25 <!-- /wp:heading --> 26 26 <!-- wp:paragraph {"fontSize":"medium"} --> 27 <p class="has-medium-font-size"><?php echo esc_html_x( 'Held over a weekend, the event is structured around a series of exhibitions, workshops, and panel discussions. The exhibitions showcase a curated selection of photographs that tell compelling stories from various corners of the globe, each image accompanied by detailed narratives that provide context and deeper insight into the historical significance of the scenes depicted. These photographs are drawn from the archives of renowned photographers, as well as emerging talents, ensuring a blend of both classical and contemporary perspectives.', 'Event Overview Text ', 'twentytwentyfive' ); ?></p>27 <p class="has-medium-font-size"><?php echo esc_html_x( 'Held over a weekend, the event is structured around a series of exhibitions, workshops, and panel discussions. The exhibitions showcase a curated selection of photographs that tell compelling stories from various corners of the globe, each image accompanied by detailed narratives that provide context and deeper insight into the historical significance of the scenes depicted. These photographs are drawn from the archives of renowned photographers, as well as emerging talents, ensuring a blend of both classical and contemporary perspectives.', 'Event Overview Text.', 'twentytwentyfive' ); ?></p> 28 28 <!-- /wp:paragraph --> 29 29 </div> … … 34 34 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} --> 35 35 <figure class="wp-block-image size-full"> 36 <img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/image-from-rawpixel-id-8803077-original.webp' ); ?>" alt="<?php echo esc_attr_x( 'A classic black and white photo of an old church', 'Alt text for Overview picture ', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/>36 <img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/image-from-rawpixel-id-8803077-original.webp' ); ?>" alt="<?php echo esc_attr_x( 'A classic black and white photo of an old church', 'Alt text for Overview picture.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/> 37 37 </figure> 38 38 <!-- /wp:image -->
Note: See TracChangeset
for help on using the changeset viewer.