text-list-with-button.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. /**
  3. * Title: Text list with button
  4. * Slug: skatepark/text-list-with-button
  5. * Categories: text
  6. */
  7. ?>
  8. <!-- wp:columns {"align":"wide"} -->
  9. <div class="wp-block-columns alignwide"><!-- wp:column {"width":"75%"} -->
  10. <div class="wp-block-column" style="flex-basis:75%">
  11. <!-- wp:group {"layout":{"type":"flex","allowOrientation":false}} -->
  12. <div class="wp-block-group"><!-- wp:group -->
  13. <div class="wp-block-group"><!-- wp:separator {"className":"is-style-wide"} -->
  14. <hr class="wp-block-separator is-style-wide"/>
  15. <!-- /wp:separator -->
  16. <!-- wp:heading {"level":4,"style":{"spacing":{"margin":{"top":"1em"}}}} -->
  17. <h4 id="visiting-coaches" style="margin-top:1em"><?php echo esc_html__( 'Visiting Coaches', 'skatepark' ); ?></h4>
  18. <!-- /wp:heading --></div>
  19. <!-- /wp:group --></div>
  20. <!-- /wp:group -->
  21. <!-- wp:heading --><h2><?php echo esc_html__( 'Steph Harper. Buddy Sellers. Mehmet Farrow. Bob Lopez. Tammy Habich. Tye Barclay. Kaden Price. Lily Rivera. Chris Wright. Sammy Sanchez.', 'skatepark' ); ?></h2>
  22. <!-- /wp:heading -->
  23. <!-- wp:buttons -->
  24. <div class="wp-block-buttons"><!-- wp:button {"className":"is-style-outline"} -->
  25. <div class="wp-block-button is-style-outline"><a class="wp-block-button__link"><?php echo esc_html__( 'See All Faculty', 'skatepark' ); ?></a></div>
  26. <!-- /wp:button --></div>
  27. <!-- /wp:buttons --></div>
  28. <!-- /wp:column -->
  29. <!-- wp:column {"width":"25%"} -->
  30. <div class="wp-block-column" style="flex-basis:25%"></div>
  31. <!-- /wp:column --></div>
  32. <!-- /wp:columns -->