two-columns-of-text.php 1.8 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * Two columns of text.
  4. *
  5. * @package Skatepark
  6. */
  7. return array(
  8. 'title' => __( 'Two columns of text', 'skatepark' ),
  9. 'categories' => array( 'skatepark' ),
  10. 'content' => '<!-- wp:columns {"align":"wide"} -->
  11. <div class="wp-block-columns alignwide"><!-- wp:column {"width":"","style":{"spacing":{"padding":{"right":"5em"}}}} -->
  12. <div class="wp-block-column" style="padding-right:5em"><!-- wp:paragraph {"fontSize":"medium"} -->
  13. <p class="has-medium-font-size">' . esc_html__( 'Steph Harper. Buddy Sellers. Mehmet Farrow. Bob Lopez. Tammy Habich. Tye Barclay. Kaden Price. Lily Rivera. Chris Wright. Sammy Sanchez. They are all skateboarding icons. Some of them even have video games you may have played.', 'skatepark' ) . '</p>
  14. <!-- /wp:paragraph --></div>
  15. <!-- /wp:column -->
  16. <!-- wp:column {"width":"550px"} -->
  17. <div class="wp-block-column" style="flex-basis:550px"><!-- wp:paragraph -->
  18. <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>
  19. <!-- /wp:paragraph -->
  20. <!-- wp:paragraph -->
  21. <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.', 'skatepark' ) . '</p>
  22. <!-- /wp:paragraph -->
  23. <!-- wp:paragraph -->
  24. <p>' . esc_html__( 'Work 1:1 with our team of coaches to learn how to skate. They’ll be your mentors and guides while you’re at camp. Plus, many of our older campers will mentor the younger skaters.', 'skatepark' ) . '</p>
  25. <!-- /wp:paragraph --></div>
  26. <!-- /wp:column --></div>
  27. <!-- /wp:columns -->',
  28. );