Changeset 52430 for trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php
- Timestamp:
- 01/03/2022 08:24:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php
r52392 r52430 6 6 'title' => __( 'Page layout with image, text and video', 'twentytwentytwo' ), 7 7 'categories' => array( 'pages' ), 8 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"8rem","bottom":"8rem" ,"left":"0px","right":"0px"}}},"backgroundColor":"primary","textColor":"background"} -->9 <div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background" style="padding-top:8rem;padding-bottom:8rem ;padding-left:0px;padding-right:0px"><!-- wp:group {"layout":{"inherit":true},"style":{"spacing":{"padding":{"left":"max(1.25rem, 5vw)","right":"max(1.25rem, 5vw)"}}}} -->10 <div class="wp-block-group" style="padding-left:max(1.25rem, 5vw);padding-right:max(1.25rem, 5vw)"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} -->8 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"8rem","bottom":"8rem"}}},"backgroundColor":"primary","textColor":"background"} --> 9 <div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background" style="padding-top:8rem;padding-bottom:8rem"><!-- wp:group {"layout":{"inherit":true}} --> 10 <div class="wp-block-group"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} --> 11 11 <h1 class="alignwide" style="font-size:clamp(3rem, 6vw, 4.5rem)">' . wp_kses_post( __( '<em>Warble</em>, a film about <br>hobbyist bird watchers.', 'twentytwentytwo' ) ) . '</h1> 12 12 <!-- /wp:heading --> 13 13 14 14 <!-- wp:spacer {"height":50} --> 15 15 <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> … … 21 21 <h2 class="has-x-large-font-size">' . esc_html__( 'Screening', 'twentytwentytwo' ) . '</h2> 22 22 <!-- /wp:heading --> 23 23 24 24 <!-- wp:paragraph --> 25 25 <p>' . wp_kses_post( __( 'May 14th, 2022 @ 7:00PM<br>The Vintagé Theater,<br>245 Arden Rd.<br>Gardenville, NH', 'twentytwentytwo' ) ) . '</p> … … 32 32 <!-- /wp:buttons --></div> 33 33 <!-- /wp:column --> 34 34 35 35 <!-- wp:column {"width":"66.66%"} --> 36 36 <div class="wp-block-column" style="flex-basis:66.66%"></div> … … 42 42 <figure class="wp-block-image alignfull"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-a.png" alt="' . esc_attr__( 'An illustration of a bird in flight', 'twentytwentytwo' ) . '"/></figure> 43 43 <!-- /wp:image --> 44 45 <!-- wp:group {"align":"full","layout":{"inherit":true} ,"style":{"spacing":{"padding":{"left":"max(1.25rem, 5vw)","right":"max(1.25rem, 5vw)"}}}} -->46 <div class="wp-block-group alignfull" style="padding-left:max(1.25rem, 5vw);padding-right:max(1.25rem, 5vw)"><!-- wp:columns {"align":"wide"} -->44 45 <!-- wp:group {"align":"full","layout":{"inherit":true}} --> 46 <div class="wp-block-group alignfull"><!-- wp:columns {"align":"wide"} --> 47 47 <div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.33%"} --> 48 48 <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:heading {"fontSize":"x-large"} --> 49 49 <h2 class="has-x-large-font-size">' . esc_html__( 'Extended Trailer', 'twentytwentytwo' ) . '</h2> 50 50 <!-- /wp:heading --> 51 51 52 52 <!-- wp:paragraph --> 53 53 <p>' . esc_html__( 'Oh hello. My name’s Angelo, and you’ve found your way to my blog. I write about a range of topics, but lately I’ve been sharing my hopes for next year.', 'twentytwentytwo' ) . '</p> 54 54 <!-- /wp:paragraph --></div> 55 55 <!-- /wp:column --> 56 56 57 57 <!-- wp:column {"width":"66.66%"} --> 58 58 <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:video {"id":181} -->
Note: See TracChangeset
for help on using the changeset viewer.