paragraph-with-quote.php 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. /**
  3. * Paragraph with quote.
  4. *
  5. * @package Skatepark
  6. */
  7. return array(
  8. 'title' => __( 'Paragraph with quote', 'skatepark' ),
  9. 'categories' => array( 'skatepark' ),
  10. 'content' => '<!-- wp:columns {"align":"wide","className":"paragraph-with-quote"} -->
  11. <div class="wp-block-columns alignwide paragraph-with-quote"><!-- wp:column {"width":"22%"} -->
  12. <div class="wp-block-column" style="flex-basis:22%"></div>
  13. <!-- /wp:column -->
  14. <!-- wp:column {"width":"56%","style":{"spacing":{"padding":{"right":"10%"}}}} -->
  15. <div class="wp-block-column" style="padding-right:10%;flex-basis:56%"><!-- wp:heading {"level":4} -->
  16. <h4>' . esc_html__( 'Why come to Skatepark?', 'skatepark' ) . '</h4>
  17. <!-- /wp:heading -->
  18. <!-- wp:paragraph -->
  19. <p>' . esc_html__( 'Skateboarding can teach people discipline, patience, and resiliency. It’s a great sport for kids with a lot of energy! We’ll help build up some structure and support in your life, all while you meet new people and have a ton of fun learning how to skateboard.', 'skatepark' ) . '</p>
  20. <!-- /wp:paragraph -->
  21. <!-- wp:paragraph -->
  22. <p>' . esc_html__( 'Skateboarding is a social sport! Come hang out and meet some new friends to cheer you on while you skate. We have a strict no-bullying policy and maintain a supportive environment for all camp attendees. Plus, you’ll work 1:1 with our team of coaches to learn how to skate.', 'skatepark' ) . '</p>
  23. <!-- /wp:paragraph --></div>
  24. <!-- /wp:column -->
  25. <!-- wp:column {"width":"22%","style":{"spacing":{"padding":{"top":"4.1em"}}}} -->
  26. <div class="wp-block-column" style="padding-top:4.1em;flex-basis:22%">
  27. <!-- wp:separator {"className":"is-style-wide"} -->
  28. <hr class="wp-block-separator is-style-wide"/>
  29. <!-- /wp:separator -->
  30. <!-- wp:paragraph {"style":{"typography":{"lineHeight":1.4}},"fontSize":"medium"} -->
  31. <p class="has-medium-font-size" style="line-height:1.4">' . esc_html__( 'I learned how to do a kick flip and made a bunch of new friends. Can’t wait to go back!', 'skatepark' ) . '</p>
  32. <!-- /wp:paragraph -->
  33. <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}}} -->
  34. <p style="font-style:normal;font-weight:600">' . esc_html__( '– Jane Doe, 11', 'skatepark' ) . '</p>
  35. <!-- /wp:paragraph -->
  36. </div>
  37. <!-- /wp:column --></div>
  38. <!-- /wp:columns -->',
  39. );