paragraph-with-quote.php 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. /**
  3. * Title: Paragraph with quote
  4. * Slug: skatepark/paragraph-with-quote
  5. * Categories: text
  6. */
  7. ?>
  8. <!-- wp:columns {"align":"wide","className":"paragraph-with-quote"} -->
  9. <div class="wp-block-columns alignwide paragraph-with-quote"><!-- wp:column {"width":"22%"} -->
  10. <div class="wp-block-column" style="flex-basis:22%"></div>
  11. <!-- /wp:column -->
  12. <!-- wp:column {"width":"56%","style":{"spacing":{"padding":{"right":"10%"}}}} -->
  13. <div class="wp-block-column" style="padding-right:10%;flex-basis:56%"><!-- wp:heading {"level":4} -->
  14. <h4><?php echo esc_html__( 'Why come to Skatepark?', 'skatepark' ); ?></h4>
  15. <!-- /wp:heading -->
  16. <!-- wp:paragraph -->
  17. <p><?php echo 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>
  18. <!-- /wp:paragraph -->
  19. <!-- wp:paragraph -->
  20. <p><?php echo 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>
  21. <!-- /wp:paragraph --></div>
  22. <!-- /wp:column -->
  23. <!-- wp:column {"width":"22%","style":{"spacing":{"padding":{"top":"4.1em"}}}} -->
  24. <div class="wp-block-column" style="padding-top:4.1em;flex-basis:22%">
  25. <!-- wp:separator {"className":"is-style-wide"} -->
  26. <hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
  27. <!-- /wp:separator -->
  28. <!-- wp:paragraph {"style":{"typography":{"lineHeight":1.4}},"fontSize":"medium"} -->
  29. <p class="has-medium-font-size" style="line-height:1.4"><?php echo 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>
  30. <!-- /wp:paragraph -->
  31. <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}}} -->
  32. <p style="font-style:normal;font-weight:600"><?php echo esc_html__( '– Jane Doe, 11', 'skatepark' ); ?></p>
  33. <!-- /wp:paragraph -->
  34. </div>
  35. <!-- /wp:column --></div>
  36. <!-- /wp:columns -->