Changeset 59191 for trunk/src/wp-content/themes/twentytwentyfive/patterns/contact-info-locations.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-info-locations.php
r59146 r59191 19 19 <div class="wp-block-group alignwide"> 20 20 <!-- wp:heading {"textAlign":"left","align":"full","fontSize":"xx-large"} --> 21 <h2 class="wp-block-heading alignfull has-text-align-left has-xx-large-font-size"> How to get in touch with us</h2>21 <h2 class="wp-block-heading alignfull has-text-align-left has-xx-large-font-size"><?php esc_html_e( 'How to get in touch with us', 'twentytwentyfive' ); ?></h2> 22 22 <!-- /wp:heading --> 23 23 … … 27 27 <div class="wp-block-group"> 28 28 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"medium"} --> 29 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"> Social media</h3>29 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"><?php esc_html_e( 'Social media', 'twentytwentyfive' ); ?></h3> 30 30 <!-- /wp:heading --> 31 <!-- wp:navigation {"overlayMenu":"never","style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"fontSize":"medium","layout":{"type":"flex","orientation":"vertical"},"ariaLabel":"<?php esc_attr_e( 'Social ', 'twentytwentyfive' ); ?>"} -->32 <!-- wp:navigation-link {"label":"<?php e sc_html_e( 'X/Twitter', 'twentytwentyfive' ); ?>","url":"#"} /-->31 <!-- wp:navigation {"overlayMenu":"never","style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"fontSize":"medium","layout":{"type":"flex","orientation":"vertical"},"ariaLabel":"<?php esc_attr_e( 'Social media', 'twentytwentyfive' ); ?>"} --> 32 <!-- wp:navigation-link {"label":"<?php echo esc_html_x( 'X', 'Refers to the social media platform formerly known as Twitter.', 'twentytwentyfive' ); ?>","url":"#"} /--> 33 33 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Instagram', 'twentytwentyfive' ); ?>","url":"#"} /--> 34 34 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Facebook', 'twentytwentyfive' ); ?>","url":"#"} /--> … … 36 36 <!-- /wp:navigation --> 37 37 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"medium"} --> 38 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"> Email</h3>38 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"><?php esc_html_e( 'Email', 'twentytwentyfive' ); ?></h3> 39 39 <!-- /wp:heading --> 40 40 <!-- wp:paragraph {"fontSize":"medium"} --> 41 <p class="has-medium-font-size"> example@example.com</p>41 <p class="has-medium-font-size"><?php esc_html_e( 'example@example.com', 'twentytwentyfive' ); ?></p> 42 42 <!-- /wp:paragraph --> 43 43 </div> … … 49 49 <div class="wp-block-group"> 50 50 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"medium"} --> 51 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"> New York</h3>51 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"><?php esc_html_e( 'New York', 'twentytwentyfive' ); ?></h3> 52 52 <!-- /wp:heading --> 53 53 <!-- wp:paragraph {"fontSize":"medium"} --> 54 <p class="has-medium-font-size"> 123 Example St. Manhattan, NY 10300 United States</p>54 <p class="has-medium-font-size"><?php esc_html_e( '123 Example St. Manhattan, NY 10300 United States', 'twentytwentyfive' ); ?></p> 55 55 <!-- /wp:paragraph --> 56 56 </div> … … 60 60 <div class="wp-block-group"> 61 61 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"medium"} --> 62 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"> San Diego</h3>62 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"><?php esc_html_e( 'San Diego', 'twentytwentyfive' ); ?></h3> 63 63 <!-- /wp:heading --> 64 64 65 65 <!-- wp:paragraph {"fontSize":"medium"} --> 66 <p class="has-medium-font-size"> 123 Example St. Manhattan, NY 10300 United States</p>66 <p class="has-medium-font-size"><?php esc_html_e( '123 Example St. Manhattan, NY 10300 United States', 'twentytwentyfive' ); ?></p> 67 67 <!-- /wp:paragraph --> 68 68 </div> … … 72 72 <div class="wp-block-group"> 73 73 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"medium"} --> 74 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"> Salt Lake City</h3>74 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"><?php esc_html_e( 'Salt Lake City', 'twentytwentyfive' ); ?></h3> 75 75 <!-- /wp:heading --> 76 76 77 77 <!-- wp:paragraph {"fontSize":"medium"} --> 78 <p class="has-medium-font-size"> 123 Example St. Manhattan, NY 10300 United States</p>78 <p class="has-medium-font-size"><?php esc_html_e( '123 Example St. Manhattan, NY 10300 United States', 'twentytwentyfive' ); ?></p> 79 79 <!-- /wp:paragraph --> 80 80 </div> … … 84 84 <div class="wp-block-group"> 85 85 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"medium"} --> 86 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"> Portland</h3>86 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"><?php esc_html_e( 'Portland', 'twentytwentyfive' ); ?></h3> 87 87 <!-- /wp:heading --> 88 88 89 89 <!-- wp:paragraph {"fontSize":"medium"} --> 90 <p class="has-medium-font-size"> 123 Example St. Manhattan, NY 10300 United States</p>90 <p class="has-medium-font-size"><?php esc_html_e( '123 Example St. Manhattan, NY 10300 United States', 'twentytwentyfive' ); ?></p> 91 91 <!-- /wp:paragraph --> 92 92 </div>
Note: See TracChangeset
for help on using the changeset viewer.