columns-in-container.php 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. /**
  3. * Columns in container.
  4. *
  5. * @package Skatepark
  6. */
  7. return array(
  8. 'title' => __( 'Columns in container', 'skatepark' ),
  9. 'categories' => array( 'skatepark' ),
  10. 'content' => '<!-- wp:spacer {"height":40} -->
  11. <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
  12. <!-- /wp:spacer -->
  13. <!-- wp:group {"align":"wide","style":{"border":{"width":"3px","style":"solid"},"spacing":{"padding":{"top":"4%","right":"4%","bottom":"4%","left":"4%"}}},"borderColor":"primary","className":"columns-in-container","layout":{"inherit":true}} -->
  14. <div class="wp-block-group alignwide columns-in-container has-border-color has-primary-border-color" style="border-style:solid;border-width:3px;padding-top:4%;padding-right:4%;padding-bottom:4%;padding-left:4%"><!-- wp:columns {"align":"wide"} -->
  15. <div class="wp-block-columns alignwide"><!-- wp:column -->
  16. <div class="wp-block-column"><!-- wp:heading {"level":4} -->
  17. <h4>' . esc_html__( 'Learn to skate', 'skatepark' ) . '</h4>
  18. <!-- /wp:heading -->
  19. <!-- wp:paragraph -->
  20. <p>' . esc_html__( 'Skatepark welcomes youth of all ages and experience levels. Whether you’ve never been on a board before, or you can already do tricks, there’s a place for you and something to learn.', 'skatepark' ) . '</p>
  21. <!-- /wp:paragraph --></div>
  22. <!-- /wp:column -->
  23. <!-- wp:column -->
  24. <div class="wp-block-column"><!-- wp:heading {"level":4} -->
  25. <h4>' . esc_html__( 'Make new friends', 'skatepark' ) . '</h4>
  26. <!-- /wp:heading -->
  27. <!-- wp:paragraph -->
  28. <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.', 'skatepark' ) . '</p>
  29. <!-- /wp:paragraph --></div>
  30. <!-- /wp:column --></div>
  31. <!-- /wp:columns -->
  32. <!-- wp:spacer {"height":40} -->
  33. <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
  34. <!-- /wp:spacer -->
  35. <!-- wp:image {"align":"wide","id":26,"sizeSlug":"large","linkDestination":"none","style":{"color":{"duotone":["#000","#B9FB9C"]}}} -->
  36. <figure class="wp-block-image alignwide size-large"><img src="' . get_stylesheet_directory_uri() . '/assets/images/riding-skateboard.jpeg" alt="' . esc_html__( 'Close-up of a person riding a skateboard, focusing on their feet and the board. One foot is on the board, while the other foot is up, in motion. A skatepark is blurred in the background.', 'skatepark' ) . '" class="wp-image-26"/></figure>
  37. <!-- /wp:image -->
  38. <!-- wp:spacer {"height":5} -->
  39. <div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>
  40. <!-- /wp:spacer -->
  41. <!-- wp:paragraph -->
  42. <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>
  43. <!-- /wp:paragraph --></div>
  44. <!-- /wp:group -->',
  45. );