123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?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 -->
|