Changeset 59191 for trunk/src/wp-content/themes/twentytwentyfive/patterns/contact-location-and-link.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/contact-location-and-link.php
r59146 r59191 20 20 <!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"space-between"}} --> 21 21 <div class="wp-block-group" style="min-height:100%"><!-- wp:paragraph {"className":"is-style-text-display","fontSize":"xx-large"} --> 22 <p class="is-style-text-display has-xx-large-font-size"> Visit us at 123 Example St. Manhattan, NY 10300, United States</p>22 <p class="is-style-text-display has-xx-large-font-size"><?php esc_html_e( 'Visit us at 123 Example St. Manhattan, NY 10300, United States', 'twentytwentyfive' ); ?></p> 23 23 <!-- /wp:paragraph --> 24 24 25 25 <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"medium"} --> 26 <p class="has-medium-font-size" style="text-transform:uppercase"><a href="#"> Get directions</a></p>26 <p class="has-medium-font-size" style="text-transform:uppercase"><a href="#"><?php esc_html_e( 'Get directions', 'twentytwentyfive' ); ?></a></p> 27 27 <!-- /wp:paragraph --> 28 28 </div> … … 34 34 <div class="wp-block-column is-vertically-aligned-top"> 35 35 <!-- wp:image {"aspectRatio":"1","scale":"cover","linkDestination":"none","className":"wp-block-image size-large"} --> 36 <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/location.webp" alt=" The business location"/></figure>36 <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/location.webp" alt="<?php esc_attr_e( 'The business location', 'twentytwentyfive' ); ?>"/></figure> 37 37 <!-- /wp:image --> 38 38 </div>
Note: See TracChangeset
for help on using the changeset viewer.