| 1 |
<?php |
| 2 |
/** |
| 3 |
* Testimonials block patterns. |
| 4 |
* |
| 5 |
* @package twentig |
| 6 |
*/ |
| 7 |
|
| 8 |
defined( 'ABSPATH' ) || exit; |
| 9 |
|
| 10 |
$twentig_group_name = esc_html_x( 'Testimonials', 'Block pattern category', 'default' ); |
| 11 |
|
| 12 |
twentig_register_block_pattern( |
| 13 |
'twentig/testimonials-list-with-separator', |
| 14 |
array( |
| 15 |
'title' => __( 'Testimonials: list with separator', 'twentig' ), |
| 16 |
'categories' => array( 'testimonials' ), |
| 17 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull"><!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|60"}}}} --><h2 class="wp-block-heading has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--60)">' . esc_html_x( 'Testimonials', 'Block pattern content', 'twentig' ) . '</h2><!-- /wp:heading --><!-- wp:quote {"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod ut tempor incididunt ut labore et dolore. Duis enim elit porttitor id feugiat at blandit at erat."</p><!-- /wp:paragraph --><cite>David Lin, ' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:separator {"style":{"spacing":{"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}}} --><hr class="wp-block-separator has-alpha-channel-opacity" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)"/><!-- /wp:separator --><!-- wp:quote {"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --><p>"Integer enim risus suscipit eu iaculis sed ullamcorper at metus. Venenatis nec convallis magna eu congue velit."</p><!-- /wp:paragraph --><cite>Emily Patel, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:separator {"style":{"spacing":{"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}}} --><hr class="wp-block-separator has-alpha-channel-opacity" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)"/><!-- /wp:separator --><!-- wp:quote {"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --><p>"Aliquam tempus mi nulla porta luctus. Sed non neque at lectus bibendum blandit. Morbi fringilla sapien libero varius libero sit amet."</p><!-- /wp:paragraph --><cite>Richard Garcia, ' . esc_html_x( 'Photographer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:group -->', |
| 18 |
) |
| 19 |
); |
| 20 |
|
| 21 |
twentig_register_block_pattern( |
| 22 |
'twentig/testimonials-list-with-large-quote', |
| 23 |
array( |
| 24 |
'title' => __( 'Testimonials: list with large quote', 'twentig' ), |
| 25 |
'categories' => array( 'testimonials' ), |
| 26 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"layout":{"type":"constrained"}} --><div class="wp-block-group alignfull"><!-- wp:quote {"align":"center","style":{"typography":{"lineHeight":"1.3"}},"className":"is-style-plain","fontSize":"large"} --><blockquote class="wp-block-quote has-text-align-center is-style-plain has-large-font-size" style="line-height:1.3"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod tempor incididunt ut labore dolore. Duis enim elit porttitor id feugiat."</p><!-- /wp:paragraph --><cite>David Lin, ' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:quote {"align":"center","style":{"typography":{"lineHeight":"1.3"}},"className":"is-style-plain","fontSize":"large"} --><blockquote class="wp-block-quote has-text-align-center is-style-plain has-large-font-size" style="line-height:1.3"><!-- wp:paragraph --><p>"Aliquam tempus mi nulla porta luctus. Sed non neque at lectus bibendum blandit. Morbi fringilla sapien."</p><!-- /wp:paragraph --><cite>Emily Patel, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:quote {"align":"center","style":{"typography":{"lineHeight":"1.3"}},"className":"is-style-plain","fontSize":"large"} --><blockquote class="wp-block-quote has-text-align-center is-style-plain has-large-font-size" style="line-height:1.3"><!-- wp:paragraph --><p>"Integer enim risus suscipit eu iaculis sed ullamcorper at metus. Venenatis nec convallis magna eu congue velit."</p><!-- /wp:paragraph --><cite>Richard Garcia, ' . esc_html_x( 'Photographer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:group -->', |
| 27 |
) |
| 28 |
); |
| 29 |
|
| 30 |
twentig_register_block_pattern( |
| 31 |
'twentig/testimonial-colored-background', |
| 32 |
array( |
| 33 |
'title' => __( 'Testimonial: colored background', 'twentig' ), |
| 34 |
'categories' => array( 'testimonials' ), |
| 35 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull has-base-2-background-color has-background" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:quote {"textAlign":"center","className":"is-style-plain","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"xx-large"} --><blockquote class="wp-block-quote has-text-align-center is-style-plain has-xx-large-font-size" style="line-height:1.2"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod tempor incididunt ut labore dolore. Duis enim elit porttitor."</p><!-- /wp:paragraph --><cite>James Clark, ' . esc_html_x( 'Designer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:group -->', |
| 36 |
) |
| 37 |
); |
| 38 |
|
| 39 |
twentig_register_block_pattern( |
| 40 |
'twentig/testimonial-colored-background-with-thumbnail', |
| 41 |
array( |
| 42 |
'title' => __( 'Testimonial: colored background with thumbnail', 'twentig' ), |
| 43 |
'categories' => array( 'testimonials' ), |
| 44 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull has-base-2-background-color has-background" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:quote {"textAlign":"center","className":"is-style-plain","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"xx-large"} --><blockquote class="wp-block-quote has-text-align-center is-style-plain has-xx-large-font-size" style="line-height:1.2"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod tempor incididunt ut labore dolore. Duis enim elit porttitor."</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|15"}},"layout":{"type":"flex","justifyContent":"center"}} --><div class="wp-block-group"><!-- wp:image {"width":"48px","height":"48px","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;width:48px;height:48px"/></figure><!-- /wp:image --><!-- wp:paragraph {"fontSize":"small"} --><p class="has-small-font-size">James Clark, ' . esc_html_x( 'Designer', 'Block pattern content - Referring to a man', 'twentig' ) . '</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->', |
| 45 |
) |
| 46 |
); |
| 47 |
|
| 48 |
twentig_register_block_pattern( |
| 49 |
'twentig/testimonial-cover', |
| 50 |
array( |
| 51 |
'title' => __( 'Testimonial: cover', 'twentig' ), |
| 52 |
'categories' => array( 'testimonials' ), |
| 53 |
'content' => '<!-- wp:cover {"url":"' . twentig_get_pattern_asset( 'landscape-1.svg' ) . '","dimRatio":50,"isUserOverlayColor":true,"minHeight":500,"align":"full","layout":{"type":"constrained"}} --><div class="wp-block-cover alignfull" style="min-height:500px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim"></span><img class="wp-block-cover__image-background" alt="" src="' . twentig_get_pattern_asset( 'landscape-1.svg' ) . '" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:quote {"textAlign":"center","className":"is-style-plain","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"xx-large"} --><blockquote class="wp-block-quote has-text-align-center is-style-plain has-xx-large-font-size" style="line-height:1.2"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod tempor incididunt ut labore dolore."</p><!-- /wp:paragraph --><cite>James Clark, ' . esc_html_x( 'Designer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div></div><!-- /wp:cover -->', |
| 54 |
) |
| 55 |
); |
| 56 |
|
| 57 |
twentig_register_block_pattern( |
| 58 |
'twentig/testimonial-image-on-left', |
| 59 |
array( |
| 60 |
'title' => __( 'Testimonial: image on left', 'twentig' ), |
| 61 |
'categories' => array( 'testimonials' ), |
| 62 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull"><!-- wp:columns {"verticalAlignment":null,"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|55"}}}} --><div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column --><div class="wp-block-column"><!-- wp:image {"sizeSlug":"large"} --><figure class="wp-block-image size-large"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt=""/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {"verticalAlignment":"center"} --><div class="wp-block-column is-vertically-aligned-center"><!-- wp:quote {"style":{"typography":{"lineHeight":"1.3"}},"className":"is-style-plain","fontSize":"x-large"} --><blockquote class="wp-block-quote is-style-plain has-x-large-font-size" style="line-height:1.3"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod tempor incididunt ut labore dolore. Duis enim elit porttitor feugiat."</p><!-- /wp:paragraph --><cite>James Clark, ' . esc_html_x( 'Designer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->', |
| 63 |
) |
| 64 |
); |
| 65 |
|
| 66 |
twentig_register_block_pattern( |
| 67 |
'twentig/testimonial-image-on-right', |
| 68 |
array( |
| 69 |
'title' => __( 'Testimonial: image on right', 'twentig' ), |
| 70 |
'categories' => array( 'testimonials' ), |
| 71 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull"><!-- wp:columns {"verticalAlignment":null,"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|55"}}}} --><div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center"} --><div class="wp-block-column is-vertically-aligned-center"><!-- wp:quote {"style":{"typography":{"lineHeight":"1.3"}},"className":"is-style-plain","fontSize":"x-large"} --><blockquote class="wp-block-quote is-style-plain has-x-large-font-size" style="line-height:1.3"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod tempor incididunt ut labore dolore. Duis enim elit porttitor feugiat."</p><!-- /wp:paragraph --><cite>James Clark, ' . esc_html_x( 'Designer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:image {"sizeSlug":"large"} --><figure class="wp-block-image size-large"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt=""/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->', |
| 72 |
) |
| 73 |
); |
| 74 |
|
| 75 |
twentig_register_block_pattern( |
| 76 |
'twentig/testimonials-overlap-image', |
| 77 |
array( |
| 78 |
'title' => __( 'Testimonials: overlap image', 'twentig' ), |
| 79 |
'categories' => array( 'testimonials' ), |
| 80 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull has-base-2-background-color has-background" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|60"}}}} --><h2 class="wp-block-heading has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--60)">' . esc_html_x( 'Testimonials', 'Block pattern content', 'twentig' ) . '</h2><!-- /wp:heading --><!-- wp:media-text {"align":"wide","mediaType":"image","mediaWidth":56,"className":"is-style-tw-overlap","backgroundColor":"base"} --><div class="wp-block-media-text alignwide is-stacked-on-mobile is-style-tw-overlap has-base-background-color has-background" style="grid-template-columns:56% auto"><figure class="wp-block-media-text__media"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt=""/></figure><div class="wp-block-media-text__content"><!-- wp:quote {"style":{"typography":{"lineHeight":"1.3"}},"className":"is-style-plain","fontSize":"large"} --><blockquote class="wp-block-quote is-style-plain has-large-font-size" style="line-height:1.3"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod tempor incididunt ut labore dolore. Duis enim elit porttitor id feugiat."</p><!-- /wp:paragraph --><cite>David Lin, ' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div></div><!-- /wp:media-text --><!-- wp:media-text {"align":"wide","mediaPosition":"right","mediaType":"image","mediaWidth":56,"className":"is-style-tw-overlap","style":{"spacing":{"margin":{"top":"var:preset|spacing|65"}}},"backgroundColor":"base"} --><div class="wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-style-tw-overlap has-base-background-color has-background" style="margin-top:var(--wp--preset--spacing--65);grid-template-columns:auto 56%"><div class="wp-block-media-text__content"><!-- wp:quote {"style":{"typography":{"lineHeight":"1.3"}},"className":"is-style-plain","fontSize":"large"} --><blockquote class="wp-block-quote is-style-plain has-large-font-size" style="line-height:1.3"><!-- wp:paragraph --><p>"Aliquam tempus mi nulla porta luctus. Sed non neque at lectus bibendum blandit. Morbi fringilla sapien."</p><!-- /wp:paragraph --><cite>Emily Patel, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><figure class="wp-block-media-text__media"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt=""/></figure></div><!-- /wp:media-text --></div><!-- /wp:group -->', |
| 81 |
) |
| 82 |
); |
| 83 |
|
| 84 |
twentig_register_block_pattern( |
| 85 |
'twentig/testimonials-2-columns-x-2', |
| 86 |
array( |
| 87 |
'title' => __( 'Testimonials 2 columns x 2', 'twentig' ), |
| 88 |
'categories' => array( 'testimonials' ), |
| 89 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull"><!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} --><h2 class="wp-block-heading has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--50)">' . esc_html_x( 'What our customers are saying about us', 'Block pattern content', 'twentig' ) . '</h2><!-- /wp:heading --><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"layout":{"type":"grid","columnCount":2,"minimumColumnWidth":"300px"}} --><div class="wp-block-group alignwide"><!-- wp:quote {"textAlign":"center","className":"is-style-tw-icon"} --><blockquote class="wp-block-quote has-text-align-center is-style-tw-icon"><!-- wp:paragraph --><p>Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod tempor incididunt ut labore dolore.</p><!-- /wp:paragraph --><cite>David Lin, ' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:quote {"textAlign":"center","className":"is-style-tw-icon"} --><blockquote class="wp-block-quote has-text-align-center is-style-tw-icon"><!-- wp:paragraph --><p>Aliquam tempus mi nulla porta luctus. Sed non neque at lectus bibendum blandit. Morbi fringilla sapien.</p><!-- /wp:paragraph --><cite>Emily Patel, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:quote {"textAlign":"center","className":"is-style-tw-icon"} --><blockquote class="wp-block-quote has-text-align-center is-style-tw-icon"><!-- wp:paragraph --><p>Integer enim risus suscipit eu iaculis sed ullamcorper at metus. Venenatis nec convallis magna eu congue velit.</p><!-- /wp:paragraph --><cite>Richard Garcia, ' . esc_html_x( 'Photographer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:quote {"textAlign":"center","className":"is-style-tw-icon"} --><blockquote class="wp-block-quote has-text-align-center is-style-tw-icon"><!-- wp:paragraph --><p>Duis enim elit porttitor id feugiat at blandit at erat. Proin varius libero sit amet tortor volutpat diam laoreet.</p><!-- /wp:paragraph --><cite>James Clark, ' . esc_html_x( 'Designer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:group --></div><!-- /wp:group -->', |
| 90 |
) |
| 91 |
); |
| 92 |
|
| 93 |
twentig_register_block_pattern( |
| 94 |
'twentig/testimonials-2-columns-masonry', |
| 95 |
array( |
| 96 |
'title' => __( 'Testimonials 2 columns: masonry', 'twentig' ), |
| 97 |
'categories' => array( 'testimonials' ), |
| 98 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull has-base-2-background-color has-background" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|60"}}}} --><h2 class="wp-block-heading has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--60)">' . esc_html_x( 'Testimonials', 'Block pattern content', 'twentig' ) . '</h2><!-- /wp:heading --><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|20","left":"var:preset|spacing|20"}}}} --><div class="wp-block-columns alignwide"><!-- wp:column {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} --><div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|20","right":"var:preset|spacing|20","bottom":"var:preset|spacing|20","left":"var:preset|spacing|20"}}},"backgroundColor":"base"} --><div class="wp-block-group has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)"><!-- wp:quote {"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod tempor incididunt ut labore dolore. Duis enim elit porttitor id feugiat. Mauris dui tellus mollis quis varius sit amet ultrices in leo rhoncus."</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|15","margin":{"top":"var:preset|spacing|25"}}},"layout":{"type":"flex"}} --><div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--25)"><!-- wp:image {"width":"48px","height":"48px","scale":"cover","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;object-fit:cover;width:48px;height:48px"/></figure><!-- /wp:image --><!-- wp:group {"layout":{"type":"constrained"}} --><div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"small"} --><p class="has-small-font-size" style="font-style:normal;font-weight:600">David Lin</p><!-- /wp:paragraph --><!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0"}}},"textColor":"secondary","fontSize":"x-small"} --><p class="has-secondary-color has-text-color has-x-small-font-size" style="margin-top:0">' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|20","right":"var:preset|spacing|20","bottom":"var:preset|spacing|20","left":"var:preset|spacing|20"}}},"backgroundColor":"base"} --><div class="wp-block-group has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)"><!-- wp:quote {"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --><p>"Aliquam tempus mi nulla porta luctus. Sed non neque at lectus bibendum blandit. Morbi fringilla sapien."</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|15","margin":{"top":"var:preset|spacing|25"}}},"layout":{"type":"flex"}} --><div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--25)"><!-- wp:image {"width":"48px","height":"48px","scale":"cover","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;object-fit:cover;width:48px;height:48px"/></figure><!-- /wp:image --><!-- wp:group {"layout":{"type":"constrained"}} --><div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"small"} --><p class="has-small-font-size" style="font-style:normal;font-weight:600">Emily Patel</p><!-- /wp:paragraph --><!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0"}}},"textColor":"secondary","fontSize":"x-small"} --><p class="has-secondary-color has-text-color has-x-small-font-size" style="margin-top:0">' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} --><div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|20","right":"var:preset|spacing|20","bottom":"var:preset|spacing|20","left":"var:preset|spacing|20"}}},"backgroundColor":"base"} --><div class="wp-block-group has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)"><!-- wp:quote {"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --><p>"Integer enim risus suscipit eu iaculis sed ullamcorper at metus. Venenatis nec convallis magna eu congue velit."</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|15","margin":{"top":"var:preset|spacing|25"}}},"layout":{"type":"flex"}} --><div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--25)"><!-- wp:image {"width":"48px","height":"48px","scale":"cover","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;object-fit:cover;width:48px;height:48px"/></figure><!-- /wp:image --><!-- wp:group {"layout":{"type":"constrained"}} --><div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"small"} --><p class="has-small-font-size" style="font-style:normal;font-weight:600">Richard Garcia</p><!-- /wp:paragraph --><!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0"}}},"textColor":"secondary","fontSize":"x-small"} --><p class="has-secondary-color has-text-color has-x-small-font-size" style="margin-top:0">' . esc_html_x( 'Photographer', 'Block pattern content - Referring to a man', 'twentig' ) . '</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|20","right":"var:preset|spacing|20","bottom":"var:preset|spacing|20","left":"var:preset|spacing|20"}}},"backgroundColor":"base"} --><div class="wp-block-group has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)"><!-- wp:quote {"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --><p>"Duis enim elit porttitor id feugiat at blandit at erat. Proin varius libero sit amet tortor volutpat diam laoreet. Fusce sed magna eu ligula commodo hendrerit fringilla purus."</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|15","margin":{"top":"var:preset|spacing|25"}}},"layout":{"type":"flex"}} --><div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--25)"><!-- wp:image {"width":"48px","height":"48px","scale":"cover","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;object-fit:cover;width:48px;height:48px"/></figure><!-- /wp:image --><!-- wp:group {"layout":{"type":"constrained"}} --><div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"small"} --><p class="has-small-font-size" style="font-style:normal;font-weight:600">James Clark</p><!-- /wp:paragraph --><!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0"}}},"textColor":"secondary","fontSize":"x-small"} --><p class="has-secondary-color has-text-color has-x-small-font-size" style="margin-top:0">' . esc_html_x( 'Designer', 'Block pattern content - Referring to a man', 'twentig' ) . '</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->', |
| 99 |
) |
| 100 |
); |
| 101 |
|
| 102 |
twentig_register_block_pattern( |
| 103 |
'twentig/testimonials-2-columns-image', |
| 104 |
array( |
| 105 |
'title' => __( 'Testimonials 2 columns: image', 'twentig' ), |
| 106 |
'categories' => array( 'testimonials' ), |
| 107 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull"><!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|60"}}}} --><h2 class="wp-block-heading has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--60)">' . esc_html_x( 'Testimonials', 'Block pattern content', 'twentig' ) . '</h2><!-- /wp:heading --><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|60","left":"var:preset|spacing|45"}}}} --><div class="wp-block-columns alignwide"><!-- wp:column --><div class="wp-block-column"><!-- wp:image --><figure class="wp-block-image"><img src="' . twentig_get_pattern_asset( 'profile.svg' ) . '" alt=""/></figure><!-- /wp:image --><!-- wp:quote {"style":{"typography":{"lineHeight":"1.4"}},"className":"is-style-plain","fontSize":"medium"} --><blockquote class="wp-block-quote is-style-plain has-medium-font-size" style="line-height:1.4"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod ut tempor incididunt ut labore et dolore. Duis enim elit porttitor id feugiat."</p><!-- /wp:paragraph --><cite>David Lin, ' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:image --><figure class="wp-block-image"><img src="' . twentig_get_pattern_asset( 'profile.svg' ) . '" alt=""/></figure><!-- /wp:image --><!-- wp:quote {"style":{"typography":{"lineHeight":1.4}},"className":"is-style-plain","fontSize":"medium"} --><blockquote class="wp-block-quote is-style-plain has-medium-font-size" style="line-height:1.4"><!-- wp:paragraph --><p>"Aliquam tempus mi nulla porta luctus. Sed non neque at lectus bibendum blandit. Morbi fringilla sapien libero varius libero sit amet."</p><!-- /wp:paragraph --><cite>Emily Patel, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->', |
| 108 |
) |
| 109 |
); |
| 110 |
|
| 111 |
twentig_register_block_pattern( |
| 112 |
'twentig/testimonials-2-columns-cover', |
| 113 |
array( |
| 114 |
'title' => __( 'Testimonials 2 columns: cover', 'twentig' ), |
| 115 |
'categories' => array( 'testimonials' ), |
| 116 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|20","left":"var:preset|spacing|20"}}},"twStack":"md"} --><div class="wp-block-columns alignwide tw-cols-stack-md"><!-- wp:column {"layout":{"type":"constrained"}} --><div class="wp-block-column"><!-- wp:cover {"url":"' . twentig_get_pattern_asset( 'landscape-1.svg' ) . '","isUserOverlayColor":true,"customGradient":"linear-gradient(0deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 80%)","contentPosition":"bottom left"} --><div class="wp-block-cover has-custom-content-position is-position-bottom-left"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient" style="background:linear-gradient(0deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 80%)"></span><img class="wp-block-cover__image-background" alt="" src="' . twentig_get_pattern_asset( 'landscape-1.svg' ) . '" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:quote {"style":{"typography":{"lineHeight":"1.3"}},"textColor":"white","className":"is-style-plain","fontSize":"large"} --><blockquote class="wp-block-quote is-style-plain has-white-color has-text-color has-large-font-size" style="line-height:1.3"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod tempor incididunt ut dolore."</p><!-- /wp:paragraph --><cite>David Lin, ' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column {"layout":{"type":"constrained"}} --><div class="wp-block-column"><!-- wp:cover {"url":"' . twentig_get_pattern_asset( 'landscape-2.svg' ) . '","isUserOverlayColor":true,"customGradient":"linear-gradient(0deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 80%)","contentPosition":"bottom left"} --><div class="wp-block-cover has-custom-content-position is-position-bottom-left"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient" style="background:linear-gradient(0deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 80%)"></span><img class="wp-block-cover__image-background" alt="" src="' . twentig_get_pattern_asset( 'landscape-2.svg' ) . '" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:quote {"style":{"typography":{"lineHeight":"1.3"}},"textColor":"white","className":"is-style-plain","fontSize":"large"} --><blockquote class="wp-block-quote is-style-plain has-white-color has-text-color has-large-font-size" style="line-height:1.3"><!-- wp:paragraph --><p>"Integer enim risus suscipit eu iaculis sed ullamcorper at metus. Venenatis nec convallis magna congue velit."</p><!-- /wp:paragraph --><cite>Emily Patel, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div></div><!-- /wp:cover --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->', |
| 117 |
) |
| 118 |
); |
| 119 |
|
| 120 |
twentig_register_block_pattern( |
| 121 |
'twentig/testimonials-3-columns-x-2', |
| 122 |
array( |
| 123 |
'title' => __( 'Testimonials 3 columns x 2', 'twentig' ), |
| 124 |
'categories' => array( 'testimonials' ), |
| 125 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull"><!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} --><h2 class="wp-block-heading has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--50)">' . esc_html_x( 'What our customers are saying about us', 'Block pattern content', 'twentig' ) . '</h2><!-- /wp:heading --><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"layout":{"type":"grid","columnCount":3,"minimumColumnWidth":"260px"}} --><div class="wp-block-group alignwide"><!-- wp:quote {"className":"is-style-tw-icon"} --><blockquote class="wp-block-quote is-style-tw-icon"><!-- wp:paragraph --><p>Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod ut tempor incididunt ut labore et dolore. Duis enim elit porttitor id feugiat.</p><!-- /wp:paragraph --><cite>David Lin, ' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:quote {"className":"is-style-tw-icon"} --><blockquote class="wp-block-quote is-style-tw-icon"><!-- wp:paragraph --><p>Integer enim risus suscipit eu iaculis sed ullamcorper at metus. Venenatis nec convallis magna eu congue velit.</p><!-- /wp:paragraph --><cite>Emily Patel, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:quote {"className":"is-style-tw-icon"} --><blockquote class="wp-block-quote is-style-tw-icon"><!-- wp:paragraph --><p>Aliquam tempus mi nulla porta luctus. Sed non neque at lectus bibendum blandit. Morbi fringilla sapien libero varius libero sit amet.</p><!-- /wp:paragraph --><cite>James Clark, ' . esc_html_x( 'Designer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:quote {"className":"is-style-tw-icon"} --><blockquote class="wp-block-quote is-style-tw-icon"><!-- wp:paragraph --><p>Duis enim elit, porttitor id feugiat at, blandit at erat. Proin varius libero sit amet tortor volutpat diam laoreet.</p><!-- /wp:paragraph --><cite>Julie Miller, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:quote {"className":"is-style-tw-icon"} --><blockquote class="wp-block-quote is-style-tw-icon"><!-- wp:paragraph --><p>Fusce sed magna eu ligula commodo hendrerit fringilla ac purus. Integer sagittis efficitur rhoncus justo vehicula sapien.</p><!-- /wp:paragraph --><cite>Eric Wilson, ' . esc_html_x( 'Designer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --><!-- wp:quote {"className":"is-style-tw-icon"} --><blockquote class="wp-block-quote is-style-tw-icon"><!-- wp:paragraph --><p>Mauris dui tellus mollis quis varius sit amet ultrices in leo. Cras et purus sit amet velit congue convallis nec id diam.</p><!-- /wp:paragraph --><cite>Richard Garcia, ' . esc_html_x( 'Photographer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:group --></div><!-- /wp:group -->', |
| 126 |
) |
| 127 |
); |
| 128 |
|
| 129 |
twentig_register_block_pattern( |
| 130 |
'twentig/testimonials-3-columns-card-with-icon', |
| 131 |
array( |
| 132 |
'title' => __( 'Testimonials 3 columns: card with icon', 'twentig' ), |
| 133 |
'categories' => array( 'testimonials' ), |
| 134 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull has-base-2-background-color has-background" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|60"}}}} --><h2 class="wp-block-heading has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--60)">' . esc_html_x( 'What our customers are saying about us', 'Block pattern content', 'twentig' ) . '</h2><!-- /wp:heading --> <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|20","left":"var:preset|spacing|20"}}},"twStack":"md-2"} --><div class="wp-block-columns alignwide tw-cols-stack-md-2"><!-- wp:column {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|25","bottom":"var:preset|spacing|30","left":"var:preset|spacing|25"}}},"backgroundColor":"base"} --><div class="wp-block-column has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--25);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--25)"><!-- wp:quote {"className":"is-style-tw-icon"} --><blockquote class="wp-block-quote is-style-tw-icon"><!-- wp:paragraph --><p>Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod ut tempor incididunt ut labore et dolore. Duis enim elit porttitor id feugiat.</p><!-- /wp:paragraph --><cite>David Lin, ' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:column --><!-- wp:column {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|25","bottom":"var:preset|spacing|30","left":"var:preset|spacing|25"}}},"backgroundColor":"base"} --><div class="wp-block-column has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--25);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--25)"><!-- wp:quote {"className":"is-style-tw-icon"} --><blockquote class="wp-block-quote is-style-tw-icon"><!-- wp:paragraph --><p>Integer enim risus suscipit eu iaculis sed ullamcorper at metus. Venenatis nec convallis magna eu congue velit. Proin varius libero diam laoreet. </p><!-- /wp:paragraph --><cite>Emily Patel, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:column --><!-- wp:column {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|25","bottom":"var:preset|spacing|30","left":"var:preset|spacing|25"}}},"backgroundColor":"base"} --><div class="wp-block-column has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--25);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--25)"><!-- wp:quote {"className":"is-style-tw-icon"} --><blockquote class="wp-block-quote is-style-tw-icon"><!-- wp:paragraph --><p>Aliquam tempus mi nulla porta luctus. Sed non neque at lectus bibendum blandit. Morbi fringilla sapien libero varius libero sit amet.</p><!-- /wp:paragraph --><cite>Richard Garcia, ' . esc_html_x( 'Photographer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->', |
| 135 |
) |
| 136 |
); |
| 137 |
|
| 138 |
twentig_register_block_pattern( |
| 139 |
'twentig/testimonials-3-columns-card-with-thumbnail', |
| 140 |
array( |
| 141 |
'title' => __( 'Testimonials 3 columns: card with thumbnail', 'twentig' ), |
| 142 |
'categories' => array( 'testimonials' ), |
| 143 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull has-base-2-background-color has-background" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|60"}}}} --><h2 class="wp-block-heading has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--60)">' . esc_html_x( 'Testimonials', 'Block pattern content', 'twentig' ) . '</h2><!-- /wp:heading --><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|20","left":"var:preset|spacing|20"}}},"twStack":"md-2"} --><div class="wp-block-columns alignwide tw-cols-stack-md-2"><!-- wp:column {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|25","bottom":"var:preset|spacing|30","left":"var:preset|spacing|25"}}},"backgroundColor":"base"} --><div class="wp-block-column has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--25);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--25)"><!-- wp:image {"align":"center","width":"60px","height":"60px","scale":"cover","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image aligncenter is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;object-fit:cover;width:60px;height:60px"/></figure><!-- /wp:image --><!-- wp:quote {"align":"center","className":"is-style-plain"} --><blockquote class="wp-block-quote has-text-align-center is-style-plain"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod ut tempor incididunt ut labore et dolore. Duis enim elit porttitor id feugiat."</p><!-- /wp:paragraph --><cite>David Lin, ' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:column --><!-- wp:column {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|25","bottom":"var:preset|spacing|30","left":"var:preset|spacing|25"}}},"backgroundColor":"base"} --><div class="wp-block-column has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--25);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--25)"><!-- wp:image {"align":"center","width":"60px","height":"60px","scale":"cover","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image aligncenter is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;object-fit:cover;width:60px;height:60px"/></figure><!-- /wp:image --><!-- wp:quote {"align":"center","className":"is-style-plain"} --><blockquote class="wp-block-quote has-text-align-center is-style-plain"><!-- wp:paragraph --><p>"Integer enim risus suscipit eu iaculis sed ullamcorper at metus. Venenatis nec convallis magna eu congue velit."</p><!-- /wp:paragraph --><cite>Emily Patel, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . ' </cite></blockquote><!-- /wp:quote --></div><!-- /wp:column --><!-- wp:column {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|25","bottom":"var:preset|spacing|30","left":"var:preset|spacing|25"}}},"backgroundColor":"base"} --><div class="wp-block-column has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--25);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--25)"><!-- wp:image {"align":"center","width":"60px","height":"60px","scale":"cover","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image aligncenter is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;object-fit:cover;width:60px;height:60px"/></figure><!-- /wp:image --><!-- wp:quote {"align":"center","className":"is-style-plain"} --><blockquote class="wp-block-quote has-text-align-center is-style-plain"><!-- wp:paragraph --><p>"Aliquam tempus mi nulla porta luctus. Sed non neque at lectus bibendum blandit. Morbi fringilla sapien libero varius libero sit amet."</p><!-- /wp:paragraph --><cite>Richard Garcia, ' . esc_html_x( 'Photographer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->', |
| 144 |
) |
| 145 |
); |
| 146 |
|
| 147 |
twentig_register_block_pattern( |
| 148 |
'twentig/testimonials-3-columns-card-with-image', |
| 149 |
array( |
| 150 |
'title' => __( 'Testimonials 3 columns: card with image', 'twentig' ), |
| 151 |
'categories' => array( 'testimonials' ), |
| 152 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull has-base-2-background-color has-background" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|60"}}}} --><h2 class="wp-block-heading has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--60)">' . esc_html_x( 'Testimonials', 'Block pattern content', 'twentig' ) . '</h2><!-- /wp:heading --><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|20","left":"var:preset|spacing|20"}}},"twStack":"md-2"} --><div class="wp-block-columns alignwide tw-cols-stack-md-2"><!-- wp:column {"backgroundColor":"base"} --><div class="wp-block-column has-base-background-color has-background"><!-- wp:image --><figure class="wp-block-image"><img src="' . twentig_get_pattern_asset( 'profile.svg' ) . '" alt=""/></figure><!-- /wp:image --><!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|25","bottom":"var:preset|spacing|30","left":"var:preset|spacing|25"},"margin":{"top":"0px"}}}} --><div class="wp-block-group" style="margin-top:0px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--25);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--25)"><!-- wp:quote {"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod ut tempor incididunt ut labore et dolore. Duis enim elit porttitor id feugiat."</p><!-- /wp:paragraph --><cite>David Lin, ' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {"backgroundColor":"base","className":"/"} --><div class="wp-block-column / has-base-background-color has-background"><!-- wp:image --><figure class="wp-block-image"><img src="' . twentig_get_pattern_asset( 'profile.svg' ) . '" alt=""/></figure><!-- /wp:image --><!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|25","bottom":"var:preset|spacing|30","left":"var:preset|spacing|25"},"margin":{"top":"0px"}}}} --><div class="wp-block-group" style="margin-top:0px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--25);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--25)"><!-- wp:quote {"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --><p>"Integer enim risus suscipit eu iaculis sed ullamcorper at metus. Venenatis nec convallis magna eu congue velit."</p><!-- /wp:paragraph --><cite>Emily Patel, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {"backgroundColor":"base"} --><div class="wp-block-column has-base-background-color has-background"><!-- wp:image --><figure class="wp-block-image"><img src="' . twentig_get_pattern_asset( 'profile.svg' ) . '" alt=""/></figure><!-- /wp:image --><!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|25","bottom":"var:preset|spacing|30","left":"var:preset|spacing|25"},"margin":{"top":"0px"}}}} --><div class="wp-block-group" style="margin-top:0px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--25);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--25)"><!-- wp:quote {"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph --><p>"Aliquam tempus mi nulla porta luctus. Sed non neque at lectus bibendum blandit. Morbi fringilla sapien libero varius libero sit amet."</p><!-- /wp:paragraph --><cite>Richard Garcia, ' . esc_html_x( 'Photographer', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->', |
| 153 |
) |
| 154 |
); |
| 155 |
|
| 156 |
twentig_register_block_pattern( |
| 157 |
'twentig/testimonials-4-columns-thumbnail', |
| 158 |
array( |
| 159 |
'title' => __( 'Testimonials 4 columns: thumbnail', 'twentig' ), |
| 160 |
'categories' => array( 'testimonials' ), |
| 161 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull"><!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|60"}}}} --><h2 class="wp-block-heading has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--60)">' . esc_html_x( 'What our customers are saying about us', 'Block pattern content', 'twentig' ) . '</h2><!-- /wp:heading --><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|50","left":"var:preset|spacing|35"}}},"twStack":"md-2"} --><div class="wp-block-columns alignwide tw-cols-stack-md-2"><!-- wp:column --><div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|15"}},"layout":{"type":"flex","flexWrap":"nowrap"}} --><div class="wp-block-group"><!-- wp:image {"width":"48px","height":"48px","scale":"cover","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;object-fit:cover;width:48px;height:48px"/></figure><!-- /wp:image --><!-- wp:group --><div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"small"} --><p class="has-small-font-size" style="font-style:normal;font-weight:600">David Lin</p><!-- /wp:paragraph --><!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0"}}},"textColor":"secondary","fontSize":"x-small"} --><p class="has-secondary-color has-text-color has-x-small-font-size" style="margin-top:0">' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:quote {"className":"is-style-plain","style":{"spacing":{"margin":{"top":"var:preset|spacing|15"}}}} --><blockquote class="wp-block-quote is-style-plain" style="margin-top:var(--wp--preset--spacing--15)"><!-- wp:paragraph --><p>"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod ut tempor incididunt ut labore et dolore."</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|15"}},"layout":{"type":"flex","flexWrap":"nowrap"}} --><div class="wp-block-group"><!-- wp:image {"width":"48px","height":"48px","scale":"cover","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;object-fit:cover;width:48px;height:48px"/></figure><!-- /wp:image --><!-- wp:group --><div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"small"} --><p class="has-small-font-size" style="font-style:normal;font-weight:600">Emily Patel</p><!-- /wp:paragraph --><!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0"}}},"textColor":"secondary","fontSize":"x-small"} --><p class="has-secondary-color has-text-color has-x-small-font-size" style="margin-top:0">' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:quote {"className":"is-style-plain","style":{"spacing":{"margin":{"top":"var:preset|spacing|15"}}}} --><blockquote class="wp-block-quote is-style-plain" style="margin-top:var(--wp--preset--spacing--15)"><!-- wp:paragraph --><p>"Integer enim risus suscipit eu iaculis sed ullamcorper at metus. Venenatis nec convallis magna eu congue velit."</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|15"}},"layout":{"type":"flex","flexWrap":"nowrap"}} --><div class="wp-block-group"><!-- wp:image {"width":"48px","height":"48px","scale":"cover","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;object-fit:cover;width:48px;height:48px"/></figure><!-- /wp:image --><!-- wp:group --><div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"small"} --><p class="has-small-font-size" style="font-style:normal;font-weight:600">Richard Garcia</p><!-- /wp:paragraph --><!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0"}}},"textColor":"secondary","fontSize":"x-small"} --><p class="has-secondary-color has-text-color has-x-small-font-size" style="margin-top:0">' . esc_html_x( 'Photographer', 'Block pattern content - Referring to a man', 'twentig' ) . '</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:quote {"className":"is-style-plain","style":{"spacing":{"margin":{"top":"var:preset|spacing|15"}}}} --><blockquote class="wp-block-quote is-style-plain" style="margin-top:var(--wp--preset--spacing--15)"><!-- wp:paragraph --><p>"Aliquam tempus mi nulla porta luctus. Sed non neque at lectus bibendum blandit. Morbi fringilla sapien libero varius."</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --></div><!-- /wp:column --><!-- wp:column --><div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|15"}},"layout":{"type":"flex","flexWrap":"nowrap"}} --><div class="wp-block-group"><!-- wp:image {"width":"48px","height":"48px","scale":"cover","style":{"border":{"radius":"100%"}}} --><figure class="wp-block-image is-resized has-custom-border"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="border-radius:100%;object-fit:cover;width:48px;height:48px"/></figure><!-- /wp:image --><!-- wp:group --><div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"small"} --><p class="has-small-font-size" style="font-style:normal;font-weight:600">James Clark</p><!-- /wp:paragraph --><!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0"}}},"textColor":"secondary","fontSize":"x-small"} --><p class="has-secondary-color has-text-color has-x-small-font-size" style="margin-top:0">' . esc_html_x( 'Designer', 'Block pattern content - Referring to a man', 'twentig' ) . '</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:quote {"className":"is-style-plain","style":{"spacing":{"margin":{"top":"var:preset|spacing|15"}}}} --><blockquote class="wp-block-quote is-style-plain" style="margin-top:var(--wp--preset--spacing--15)"><!-- wp:paragraph --><p>"Duis enim elit porttitor id feugiat at blandit at erat. Proin varius libero sit amet tortor volutpat diam laoreet."</p><!-- /wp:paragraph --></blockquote><!-- /wp:quote --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->', |
| 162 |
) |
| 163 |
); |
| 164 |
|
| 165 |
twentig_register_block_pattern( |
| 166 |
'twentig/testimonials-horizontal-cards', |
| 167 |
array( |
| 168 |
'title' => __( 'Testimonials: horizontal cards', 'twentig' ), |
| 169 |
'categories' => array( 'testimonials' ), |
| 170 |
'content' => '<!-- wp:group {"metadata":{"name":"' . $twentig_group_name . '"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} --><div class="wp-block-group alignfull has-base-2-background-color has-background" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:heading {"textAlign":"center","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} --><h2 class="wp-block-heading has-text-align-center" style="margin-bottom:var(--wp--preset--spacing--50)">' . esc_html_x( 'What our customers are saying about us', 'Block pattern content', 'twentig' ) . '</h2><!-- /wp:heading --><!-- wp:media-text {"mediaType":"image","mediaWidth":35,"verticalAlignment":"center","imageFill":true,"backgroundColor":"base"} --><div class="wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center is-image-fill-element has-base-background-color has-background" style="grid-template-columns:35% auto"><figure class="wp-block-media-text__media"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="object-position:50% 50%"/></figure><div class="wp-block-media-text__content"><!-- wp:quote {"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain"><!-- wp:paragraph {"style":{"typography":{"lineHeight":1.4}}} --><p style="line-height:1.4">"Lorem ipsum dolor sit amet, commodo erat adipiscing elit. Sed do eiusmod ut tempor incididunt ut labore et dolore."</p><!-- /wp:paragraph --><cite>David Lin, ' . esc_html_x( 'Teacher', 'Block pattern content - Referring to a man', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div></div><!-- /wp:media-text --><!-- wp:media-text {"mediaType":"image","mediaWidth":35,"verticalAlignment":"center","imageFill":true,"backgroundColor":"base"} --><div class="wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center is-image-fill-element has-base-background-color has-background" style="grid-template-columns:35% auto"><figure class="wp-block-media-text__media"><img src="' . twentig_get_pattern_asset( 'profile-square.svg' ) . '" alt="" style="object-position:50% 50%"/></figure><div class="wp-block-media-text__content"><!-- wp:quote {"style":{"typography":{"lineHeight":1.4}},"className":"is-style-plain"} --><blockquote class="wp-block-quote is-style-plain" style="line-height:1.4"><!-- wp:paragraph --><p>"Integer enim risus suscipit eu iaculis sed ullamcorper at metus. Venenatis nec convallis magna eu congue velit."</p><!-- /wp:paragraph --><cite>Emily Patel, ' . esc_html_x( 'Developer', 'Block pattern content - Referring to a woman', 'twentig' ) . '</cite></blockquote><!-- /wp:quote --></div></div><!-- /wp:media-text --></div><!-- /wp:group -->', |
| 171 |
) |
| 172 |
); |
| 173 |
|
| 174 |
|