text-list-with-button.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  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">
  14. <!-- wp:separator {"className":"is-style-wide"} -->
  15. <hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
  16. <!-- /wp:separator -->
  17. <!-- wp:heading {"level":4,"style":{"spacing":{"margin":{"top":"1em"}}}} -->
  18. <h4 id="visiting-coaches" style="margin-top:1em"><?php echo esc_html__( 'Visiting Coaches', 'skatepark' ); ?></h4>
  19. <!-- /wp:heading --></div>
  20. <!-- /wp:group --></div>
  21. <!-- /wp:group -->
  22. <!-- 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>
  23. <!-- /wp:heading -->
  24. <!-- wp:buttons -->
  25. <div class="wp-block-buttons"><!-- wp:button {"className":"is-style-outline"} -->
  26. <div class="wp-block-button is-style-outline"><a class="wp-block-button__link"><?php echo esc_html__( 'See All Faculty', 'skatepark' ); ?></a></div>
  27. <!-- /wp:button --></div>
  28. <!-- /wp:buttons --></div>
  29. <!-- /wp:column -->
  30. <!-- wp:column {"width":"25%"} -->
  31. <div class="wp-block-column" style="flex-basis:25%"></div>
  32. <!-- /wp:column --></div>
  33. <!-- /wp:columns -->