columns-in-container.php 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. /**
  3. * Title: Columns in container
  4. * Slug: skatepark/columns-in-container
  5. * Categories: featured, columns
  6. */
  7. ?>
  8. <!-- wp:spacer {"height":40} -->
  9. <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
  10. <!-- /wp:spacer -->
  11. <!-- 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}} -->
  12. <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"} -->
  13. <div class="wp-block-columns alignwide"><!-- wp:column -->
  14. <div class="wp-block-column"><!-- wp:heading {"level":4} -->
  15. <h4><?php echo esc_html__( 'Learn to skate', 'skatepark' ); ?></h4>
  16. <!-- /wp:heading -->
  17. <!-- wp:paragraph -->
  18. <p><?php echo 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>
  19. <!-- /wp:paragraph --></div>
  20. <!-- /wp:column -->
  21. <!-- wp:column -->
  22. <div class="wp-block-column"><!-- wp:heading {"level":4} -->
  23. <h4><?php echo esc_html__( 'Make new friends', 'skatepark' ); ?></h4>
  24. <!-- /wp:heading -->
  25. <!-- wp:paragraph -->
  26. <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.', 'skatepark' ); ?></p>
  27. <!-- /wp:paragraph --></div>
  28. <!-- /wp:column --></div>
  29. <!-- /wp:columns -->
  30. <!-- wp:spacer {"height":40} -->
  31. <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
  32. <!-- /wp:spacer -->
  33. <!-- wp:image {"align":"wide","id":26,"sizeSlug":"large","linkDestination":"none","style":{"color":{"duotone":["#000","#B9FB9C"]}}} -->
  34. <figure class="wp-block-image alignwide size-large"><img src="<?php echo get_stylesheet_directory_uri() . '/assets/images/riding-skateboard.jpeg'; ?>" alt="<?php echo 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>
  35. <!-- /wp:image -->
  36. <!-- wp:spacer {"height":5} -->
  37. <div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>
  38. <!-- /wp:spacer -->
  39. <!-- wp:paragraph -->
  40. <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>
  41. <!-- /wp:paragraph --></div>
  42. <!-- /wp:group -->