text-list-with-button.php 1.6 KB

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