- Timestamp:
- 10/07/2024 06:07:57 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/cta-book-locations.php
r59146 r59191 21 21 <div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--30)"> 22 22 <!-- wp:heading --> 23 <h2 class="wp-block-heading"> International editions</h2>23 <h2 class="wp-block-heading"><?php esc_html_e( 'International editions', 'twentytwentyfive' ); ?></h2> 24 24 <!-- /wp:heading --> 25 25 26 26 <!-- wp:paragraph {"fontSize":"medium"} --> 27 <p class="has-medium-font-size"> The Stories Book will be available from these international retailers.</p>27 <p class="has-medium-font-size"><?php esc_html_e( 'The Stories Book will be available from these international retailers.', 'twentytwentyfive' ); ?></p> 28 28 <!-- /wp:paragraph --> 29 29 </div> … … 41 41 <div class="wp-block-group"> 42 42 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} --> 43 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"> Australia</h3>43 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'Australia', 'twentytwentyfive' ); ?></h3> 44 44 <!-- /wp:heading --> 45 45 46 46 <!-- wp:paragraph {"fontSize":"medium"} --> 47 <p class="has-medium-font-size"><a href="#"> Book Store</a></p>47 <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p> 48 48 <!-- /wp:paragraph --> 49 49 </div> … … 53 53 <div class="wp-block-group"> 54 54 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} --> 55 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"> Brazil</h3>55 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'Brazil', 'twentytwentyfive' ); ?></h3> 56 56 <!-- /wp:heading --> 57 57 58 58 <!-- wp:paragraph {"fontSize":"medium"} --> 59 <p class="has-medium-font-size"><a href="#"> Book Store</a></p>59 <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p> 60 60 <!-- /wp:paragraph --> 61 61 </div> … … 65 65 <div class="wp-block-group"> 66 66 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} --> 67 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"> Canada</h3>67 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'Canada', 'twentytwentyfive' ); ?></h3> 68 68 <!-- /wp:heading --> 69 69 70 70 <!-- wp:paragraph {"fontSize":"medium"} --> 71 <p class="has-medium-font-size"><a href="#"> Book Store</a></p>71 <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p> 72 72 <!-- /wp:paragraph --> 73 73 </div> … … 77 77 <div class="wp-block-group"> 78 78 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} --> 79 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"> Japan</h3>79 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'Japan', 'twentytwentyfive' ); ?></h3> 80 80 <!-- /wp:heading --> 81 81 82 82 <!-- wp:paragraph {"fontSize":"medium"} --> 83 <p class="has-medium-font-size"><a href="#"> Book Store</a></p>83 <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p> 84 84 <!-- /wp:paragraph --> 85 85 </div> … … 93 93 <div class="wp-block-group"> 94 94 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} --> 95 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"> New Zealand</h3>95 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'New Zealand', 'twentytwentyfive' ); ?></h3> 96 96 <!-- /wp:heading --> 97 97 98 98 <!-- wp:paragraph {"fontSize":"medium"} --> 99 <p class="has-medium-font-size"><a href="#"> Book Store</a></p>99 <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p> 100 100 <!-- /wp:paragraph --> 101 101 </div> … … 105 105 <div class="wp-block-group"> 106 106 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} --> 107 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"> Switzerland</h3>107 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'Switzerland', 'twentytwentyfive' ); ?></h3> 108 108 <!-- /wp:heading --> 109 109 110 110 <!-- wp:paragraph {"fontSize":"medium"} --> 111 <p class="has-medium-font-size"><a href="#"> Book Store</a></p>111 <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p> 112 112 <!-- /wp:paragraph --> 113 113 </div> … … 117 117 <div class="wp-block-group"> 118 118 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} --> 119 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"> United States</h3>119 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'United States', 'twentytwentyfive' ); ?></h3> 120 120 <!-- /wp:heading --> 121 121 122 122 <!-- wp:paragraph {"fontSize":"medium"} --> 123 <p class="has-medium-font-size"><a href="#"> Book Store</a></p>123 <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p> 124 124 <!-- /wp:paragraph --> 125 125 </div> … … 129 129 <div class="wp-block-group"> 130 130 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} --> 131 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"> United Kingdom</h3>131 <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'United Kingdom', 'twentytwentyfive' ); ?></h3> 132 132 <!-- /wp:heading --> 133 133 134 134 <!-- wp:paragraph {"fontSize":"medium"} --> 135 <p class="has-medium-font-size"><a href="#"> Book Store</a></p>135 <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p> 136 136 <!-- /wp:paragraph --> 137 137 </div>
Note: See TracChangeset
for help on using the changeset viewer.