- 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-3-col.php
r59146 r59191 15 15 <div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)"> 16 16 <!-- wp:heading {"align":"wide"} --> 17 <h2 class="wp-block-heading alignwide"> Our services</h2>17 <h2 class="wp-block-heading alignwide"><?php esc_html_e( 'Our services', 'twentytwentyfive' ); ?></h2> 18 18 <!-- /wp:heading --> 19 19 … … 25 25 <!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"full","style":{"spacing":{"margin":{"bottom":"24px"}}}} --> 26 26 <figure class="wp-block-image size-full" style="margin-bottom:24px"> 27 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/image-from-rawpixel-id-2222755.webp" alt=" Image for service" style="aspect-ratio:4/3;object-fit:cover"/>27 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/image-from-rawpixel-id-2222755.webp" alt="<?php esc_attr_e( 'Image for service', 'twentytwentyfive' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/> 28 28 </figure> 29 29 <!-- /wp:image --> 30 30 31 31 <!-- wp:heading {"level":3} --> 32 <h3 class="wp-block-heading"> Collect</h3>32 <h3 class="wp-block-heading"><?php esc_html_e( 'Collect', 'twentytwentyfive' ); ?></h3> 33 33 <!-- /wp:heading --> 34 34 35 35 <!-- wp:paragraph {"fontSize":"medium"} --> 36 <p class="has-medium-font-size"> Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience</p>36 <p class="has-medium-font-size"><?php esc_html_e( 'Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience', 'twentytwentyfive' ); ?></p> 37 37 <!-- /wp:paragraph --> 38 38 </div> … … 43 43 <!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"full","style":{"spacing":{"margin":{"bottom":"24px"}}}} --> 44 44 <figure class="wp-block-image size-full" style="margin-bottom:24px"> 45 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/image-from-rawpixel-id-2224378.webp" alt=" Image for service" style="aspect-ratio:4/3;object-fit:cover"/>45 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/image-from-rawpixel-id-2224378.webp" alt="<?php esc_attr_e( 'Image for service', 'twentytwentyfive' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/> 46 46 </figure> 47 47 <!-- /wp:image --> 48 48 49 49 <!-- wp:heading {"level":3} --> 50 <h3 class="wp-block-heading"> Assemble</h3>50 <h3 class="wp-block-heading"><?php esc_html_e( 'Assemble', 'twentytwentyfive' ); ?></h3> 51 51 <!-- /wp:heading --> 52 52 53 53 <!-- wp:paragraph {"fontSize":"medium"} --> 54 <p class="has-medium-font-size"> Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience</p>54 <p class="has-medium-font-size"><?php esc_html_e( 'Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience', 'twentytwentyfive' ); ?></p> 55 55 <!-- /wp:paragraph --> 56 56 </div> … … 61 61 <!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"full","style":{"spacing":{"margin":{"bottom":"24px"}}}} --> 62 62 <figure class="wp-block-image size-full" style="margin-bottom:24px"> 63 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/image-from-rawpixel-id-2211732.webp" alt=" Image for service" style="aspect-ratio:4/3;object-fit:cover"/>63 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/image-from-rawpixel-id-2211732.webp" alt="<?php esc_attr_e( 'Image for service', 'twentytwentyfive' ); ?>" style="aspect-ratio:4/3;object-fit:cover"/> 64 64 </figure> 65 65 <!-- /wp:image --> 66 66 67 67 <!-- wp:heading {"level":3} --> 68 <h3 class="wp-block-heading"> Deliver</h3>68 <h3 class="wp-block-heading"><?php esc_html_e( 'Deliver', 'twentytwentyfive' ); ?></h3> 69 69 <!-- /wp:heading --> 70 70 71 71 <!-- wp:paragraph {"fontSize":"medium"} --> 72 <p class="has-medium-font-size"> Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience</p>72 <p class="has-medium-font-size"><?php esc_html_e( 'Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience', 'twentytwentyfive' ); ?></p> 73 73 <!-- /wp:paragraph --> 74 74 </div>
Note: See TracChangeset
for help on using the changeset viewer.