Rainfall: Add testimonials pattern

This commit is contained in:
Ben Dwyer 2022-07-14 08:58:14 +02:00
parent a54f5b571b
commit 058c6475b3
6 changed files with 87 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -0,0 +1,87 @@
<?php
/**
* Title: Testimonials
* Slug: rainfall/testimonials
* Categories: featured
*/
?>
<!-- wp:group {"align":"full","backgroundColor":"orange","layout":{"inherit":true}} -->
<div class="wp-block-group alignfull has-orange-background-color has-background"><!-- wp:group {"align":"wide"} -->
<div class="wp-block-group alignwide"><!-- wp:heading {"fontSize":"xx-large"} -->
<h2 class="has-xx-large-font-size"><?php echo esc_html__( 'The People\'s Voices', 'rainfall' ); ?></h2>
<!-- /wp:heading --></div>
<!-- /wp:group -->
<!-- wp:columns {"align":"wide"} -->
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"20%"} -->
<div class="wp-block-column" style="flex-basis:20%"><!-- wp:image {"align":"center","id":443,"sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
<figure class="wp-block-image aligncenter size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/testimonial-1.png" alt="" class="wp-image-443"/></figure>
<!-- /wp:image -->
<!-- wp:paragraph -->
<p><?php echo esc_html__( '“He had come into the keeping of the Paiutes as a hostage for the long peace which the authority of the whites made interminable, and, though there was now no order in the tribe.”', 'rainfall' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
<p style="text-transform:uppercase"><em><?php echo esc_html__( 'Noah, Coffee Lover', 'rainfall' ); ?></em></p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:image {"align":"center","id":442,"sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
<figure class="wp-block-image aligncenter size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/testimonial-2.png" alt="" class="wp-image-442"/></figure>
<!-- /wp:image -->
<!-- wp:paragraph -->
<p><?php echo esc_html__( '“For he was born a Shoshone, was Winnenap\'; and though his name, his wife, his children, and his tribal relations were of the Paiutes.”', 'rainfall' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
<p style="text-transform:uppercase"><em><?php echo esc_html__( 'Sam, Surfer', 'rainfall' ); ?></em></p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:image {"align":"center","id":441,"sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
<figure class="wp-block-image aligncenter size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/testimonial-3.png" alt="" class="wp-image-441"/></figure>
<!-- /wp:image -->
<!-- wp:paragraph -->
<p><?php echo esc_html__( '“To reach that country from the campoodie, one goes south and south, within hearing of the lip-lip-lapping of the great tideless lake.”', 'rainfall' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
<p style="text-transform:uppercase"><em><?php echo esc_html__( 'Selma, Uber Driver', 'rainfall' ); ?></em></p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:image {"align":"center","id":439,"sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
<figure class="wp-block-image aligncenter size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/testimonial-4.png" alt="" class="wp-image-439"/></figure>
<!-- /wp:image -->
<!-- wp:paragraph -->
<p><?php echo esc_html__( '“It is true I have been in Shoshone Land, but before that, long before, I had seen it through the eyes of Winnenap\' in a rosy mist of reminiscence.”', 'rainfall' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
<p style="text-transform:uppercase"><em><?php echo esc_html__( 'Lily, Model', 'rainfall' ); ?></em></p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:image {"align":"center","className":"is-style-rounded"} -->
<figure class="wp-block-image aligncenter is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/testimonial-5.png" alt=""/></figure>
<!-- /wp:image -->
<!-- wp:paragraph -->
<p><?php echo esc_html__( '“Sitting on the golden slope at the campoodie, looking across the Bitter Lake to the purple tops of Mutarango.”', 'rainfall' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
<p style="text-transform:uppercase"><em><?php echo esc_html__( 'Fatimah, Loves Flowers', 'rainfall' ); ?></em></p>
<!-- /wp:paragraph --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group -->