- Timestamp:
- 10/31/2024 05:55:14 PM (9 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/banner-poster.php
r59271 r59331 19 19 <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|50"}}}} --> 20 20 <div class="wp-block-columns alignwide"> 21 <!-- wp:column {"width":" 66.66%"} -->22 <div class="wp-block-column" style="flex-basis: 66.66%">21 <!-- wp:column {"width":"80%"} --> 22 <div class="wp-block-column" style="flex-basis:80%"> 23 23 <!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"fontSize":"12vw","lineHeight":"0.9","fontStyle":"normal","fontWeight":"300"}}} --> 24 <h2 class="wp-block-heading alignwide has-text-align-left" style="font-size:12vw;font-style:normal;font-weight:300;line-height:0.9"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Sample heading in four languages.', 'twentytwentyfive' ); ?></h2> 24 <h2 class="wp-block-heading alignwide has-text-align-left" style="font-size:12vw;font-style:normal;font-weight:300;line-height:0.9"> 25 <?php 26 echo wp_kses_post( 27 /* translators: This string contains the word "Stories" in four different languages with the first item in the locale's language. */ 28 _x( '“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”', 'Placeholder heading in four languages.', 'twentytwentyfive' ) 29 ); 30 ?> 31 </h2> 25 32 <!-- /wp:heading --> 26 33 </div> 27 34 <!-- /wp:column --> 28 35 29 <!-- wp:column {"width":" 33.33%"} -->30 <div class="wp-block-column" style="flex-basis: 33.33%">36 <!-- wp:column {"width":"20%"} --> 37 <div class="wp-block-column" style="flex-basis:20%"> 31 38 <!-- wp:paragraph {"align":"right"} --> 32 39 <p class="has-text-align-right"><?php echo esc_html_x( 'Aug 08—10 2025', 'Example event date in pattern.', 'twentytwentyfive' ); ?><br><?php esc_html_e( 'Fuego Bar, Mexico City', 'twentytwentyfive' ); ?></p> … … 39 46 <!-- wp:columns {"verticalAlignment":"bottom","isStackedOnMobile":false,"align":"wide"} --> 40 47 <div class="wp-block-columns alignwide are-vertically-aligned-bottom is-not-stacked-on-mobile"> 41 <!-- wp:column {"verticalAlignment":"bottom","width":" 66.66%"} -->42 <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis: 66.66%">48 <!-- wp:column {"verticalAlignment":"bottom","width":"80%"} --> 49 <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:80%"> 43 50 <!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"lineHeight":"0.9","fontStyle":"normal","fontWeight":"300"}},"fontSize":"xx-large"} --> 44 51 <h2 class="wp-block-heading alignwide has-text-align-left has-xx-large-font-size" style="font-style:normal;font-weight:300;line-height:0.9"><?php esc_html_e( 'Let’s hear them.', 'twentytwentyfive' ); ?></h2> … … 47 54 <!-- /wp:column --> 48 55 49 <!-- wp:column {"verticalAlignment":"bottom","width":" 33.33%"} -->50 <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis: 33.33%">56 <!-- wp:column {"verticalAlignment":"bottom","width":"20%"} --> 57 <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:20%"> 51 58 <!-- wp:paragraph {"align":"right"} --> 52 59 <p class="has-text-align-right"><?php esc_html_e( '#stories', 'twentytwentyfive' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.