testimonials.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?php
  2. /**
  3. * Title: Testimonials
  4. * Slug: rainfall/testimonials
  5. * Categories: featured
  6. */
  7. ?>
  8. <!-- wp:group {"align":"full","backgroundColor":"orange","layout":{"type":"constrained"}} -->
  9. <div class="wp-block-group alignfull has-orange-background-color has-background"><!-- wp:group {"align":"wide"} -->
  10. <div class="wp-block-group alignwide"><!-- wp:heading {"fontSize":"xx-large"} -->
  11. <h2 class="has-xx-large-font-size"><?php echo esc_html__( 'The People\'s Voices', 'rainfall' ); ?></h2>
  12. <!-- /wp:heading --></div>
  13. <!-- /wp:group -->
  14. <!-- wp:columns {"align":"wide"} -->
  15. <div class="wp-block-columns alignwide"><!-- wp:column {"width":"20%"} -->
  16. <div class="wp-block-column" style="flex-basis:20%"><!-- wp:image {"align":"center","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
  17. <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=""/></figure>
  18. <!-- /wp:image -->
  19. <!-- wp:paragraph -->
  20. <p><?php echo esc_html__( '“I\'ve lived in New York for twelve years and the city has grown on me. I wouldn\'t want to live anywhere else.”', 'rainfall' ); ?></p>
  21. <!-- /wp:paragraph -->
  22. <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
  23. <p style="text-transform:uppercase"><em><?php echo esc_html__( 'Noah, Coffee Lover', 'rainfall' ); ?></em></p>
  24. <!-- /wp:paragraph --></div>
  25. <!-- /wp:column -->
  26. <!-- wp:column -->
  27. <div class="wp-block-column"><!-- wp:image {"align":"center","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
  28. <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=""/></figure>
  29. <!-- /wp:image -->
  30. <!-- wp:paragraph -->
  31. <p><?php echo esc_html__( '“To me, surfing is ultimately a spiritual thing, the feeling of freedom I get from it is transcendental.”', 'rainfall' ); ?></p>
  32. <!-- /wp:paragraph -->
  33. <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
  34. <p style="text-transform:uppercase"><em><?php echo esc_html__( 'Sam, Surfer', 'rainfall' ); ?></em></p>
  35. <!-- /wp:paragraph --></div>
  36. <!-- /wp:column -->
  37. <!-- wp:column -->
  38. <div class="wp-block-column"><!-- wp:image {"align":"center","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
  39. <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=""/></figure>
  40. <!-- /wp:image -->
  41. <!-- wp:paragraph -->
  42. <p><?php echo esc_html__( '“I like driving from point A to point B. A car can truly simplify our lives. It\'s traffic that really sucks!”', 'rainfall' ); ?></p>
  43. <!-- /wp:paragraph -->
  44. <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
  45. <p style="text-transform:uppercase"><em><?php echo esc_html__( 'Selma, Uber Driver', 'rainfall' ); ?></em></p>
  46. <!-- /wp:paragraph --></div>
  47. <!-- /wp:column -->
  48. <!-- wp:column -->
  49. <div class="wp-block-column"><!-- wp:image {"align":"center","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
  50. <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=""/></figure>
  51. <!-- /wp:image -->
  52. <!-- wp:paragraph -->
  53. <p><?php echo esc_html__( '“Fashion is not just about clothes, it\'s about expression and the confidence to wear what represents you.”', 'rainfall' ); ?></p>
  54. <!-- /wp:paragraph -->
  55. <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
  56. <p style="text-transform:uppercase"><em><?php echo esc_html__( 'Lily, Model', 'rainfall' ); ?></em></p>
  57. <!-- /wp:paragraph --></div>
  58. <!-- /wp:column -->
  59. <!-- wp:column -->
  60. <div class="wp-block-column"><!-- wp:image {"align":"center","className":"is-style-rounded"} -->
  61. <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>
  62. <!-- /wp:image -->
  63. <!-- wp:paragraph -->
  64. <p><?php echo esc_html__( '“An old lady was passing by our shop the other day and I just felt like offering her a rose.”', 'rainfall' ); ?></p>
  65. <!-- /wp:paragraph -->
  66. <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
  67. <p style="text-transform:uppercase"><em><?php echo esc_html__( 'Fatimah, Loves Flowers', 'rainfall' ); ?></em></p>
  68. <!-- /wp:paragraph --></div>
  69. <!-- /wp:column --></div>
  70. <!-- /wp:columns --></div>
  71. <!-- /wp:group -->