Changeset 52392 for trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php
- Timestamp:
- 12/20/2021 04:48:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php
r52375 r52392 8 8 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"8rem","bottom":"8rem","left":"0px","right":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"primary","textColor":"background"} --> 9 9 <div class="wp-block-group alignfull has-background-color has-primary-background-color has-text-color has-background has-link-color" style="padding-top:8rem;padding-right:0px;padding-bottom:8rem;padding-left:0px"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"left":"max(1.25rem, 5vw)","right":"max(1.25rem, 5vw)"}}},"layout":{"inherit":true}} --> 10 <div class="wp-block-group alignfull" style="padding-right:max(1.25rem, 5vw);padding-left:max(1.25rem, 5vw)"><!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"clamp( 4rem, 8vw, 6.25rem)","lineHeight":"1.15"},"spacing":{"margin":{"bottom":"2rem"}}}} -->11 <h2 class="alignwide" style="font-size:clamp( 4rem, 8vw, 6.25rem);line-height:1.15;margin-bottom:2rem"><em>' . esc_html__( 'Speaker Series', 'twentytwentytwo' ) . '</em></h2>10 <div class="wp-block-group alignfull" style="padding-right:max(1.25rem, 5vw);padding-left:max(1.25rem, 5vw)"><!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"clamp(3.25rem, 8vw, 6.25rem)","lineHeight":"1.15"},"spacing":{"margin":{"bottom":"2rem"}}}} --> 11 <h2 class="alignwide" style="font-size:clamp(3.25rem, 8vw, 6.25rem);line-height:1.15;margin-bottom:2rem"><em>' . esc_html__( 'Speaker Series', 'twentytwentytwo' ) . '</em></h2> 12 12 <!-- /wp:heading --> 13 13 … … 28 28 29 29 <!-- wp:column {"verticalAlignment":"center"} --> 30 <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":" large"} -->31 <h2 class="has- large-font-size" id="jesus-rodriguez">' . esc_html__( 'Jesús Rodriguez', 'twentytwentytwo' ) . '</h2>30 <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} --> 31 <h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__( 'Jesús Rodriguez', 'twentytwentytwo' ) . '</h2> 32 32 <!-- /wp:heading --></div> 33 33 <!-- /wp:column --> … … 52 52 53 53 <!-- wp:column {"verticalAlignment":"center"} --> 54 <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":" large"} -->55 <h2 class="has- large-font-size" id="jesus-rodriguez">' . esc_html__( 'Doug Stilton', 'twentytwentytwo' ) . '</h2>54 <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} --> 55 <h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__( 'Doug Stilton', 'twentytwentytwo' ) . '</h2> 56 56 <!-- /wp:heading --></div> 57 57 <!-- /wp:column --> … … 76 76 77 77 <!-- wp:column {"verticalAlignment":"center"} --> 78 <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":" large"} -->79 <h2 class="has- large-font-size" id="jesus-rodriguez">' . esc_html__( 'Amy Jensen', 'twentytwentytwo' ) . '</h2>78 <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} --> 79 <h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__( 'Amy Jensen', 'twentytwentytwo' ) . '</h2> 80 80 <!-- /wp:heading --></div> 81 81 <!-- /wp:column --> … … 100 100 101 101 <!-- wp:column {"verticalAlignment":"center"} --> 102 <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":" large"} -->103 <h2 class="has- large-font-size" id="jesus-rodriguez">' . esc_html__( 'Emery Driscoll', 'twentytwentytwo' ) . '</h2>102 <div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"x-large"} --> 103 <h2 class="has-x-large-font-size" id="jesus-rodriguez">' . esc_html__( 'Emery Driscoll', 'twentytwentytwo' ) . '</h2> 104 104 <!-- /wp:heading --></div> 105 105 <!-- /wp:column -->
Note: See TracChangeset
for help on using the changeset viewer.