- 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/services-team-photos.php
r59146 r59191 19 19 <div class="wp-block-column"> 20 20 <!-- wp:heading --> 21 <h2 class="wp-block-heading"> 22 Our small team is a group of driven, detail-oriented people who are passionate about their customers. 23 </h2> 21 <h2 class="wp-block-heading"><?php esc_html_e( 'Our small team is a group of driven, detail-oriented people who are passionate about their customers.', 'twentytwentyfive' ); ?></h2> 24 22 <!-- /wp:heading --> 25 23 </div> … … 32 30 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} --> 33 31 <figure class="wp-block-image size-full"> 34 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ team-photo-1.webp" alt="Ms. Nora Winslow Keene, a dedicated public interest attorney based in Denver." style="aspect-ratio:1;object-fit:cover"/>32 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/woman-splashing-water.webp" alt="<?php esc_attr_e( 'Woman on beach, splashing water.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/> 35 33 </figure> 36 34 <!-- /wp:image --> … … 38 36 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} --> 39 37 <figure class="wp-block-image size-full"> 40 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ team-photo-2.webp" alt="Young sugarcane field worker." style="aspect-ratio:1;object-fit:cover"/>38 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/nurse.webp" alt="<?php esc_attr_e( 'Portrait of a nurse', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/> 41 39 </figure> 42 40 <!-- /wp:image --> … … 44 42 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} --> 45 43 <figure class="wp-block-image size-full"> 46 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/t eam-photo-3.webp" alt="Portraits of Miners." style="aspect-ratio:1;object-fit:cover"/>44 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/typewriter.webp" alt="<?php esc_attr_e( 'Picture of a person typing on a typewriter.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/> 47 45 </figure> 48 46 <!-- /wp:image --> … … 50 48 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} --> 51 49 <figure class="wp-block-image size-full"> 52 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ team-photo-4.webp" alt="Young Woman Soliciting Funds." style="aspect-ratio:1;object-fit:cover"/>50 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/man-in-hat.webp" alt="<?php esc_attr_e( 'Man in hat, standing in front of a building.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/> 53 51 </figure> 54 52 <!-- /wp:image -->
Note: See TracChangeset
for help on using the changeset viewer.