authors.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. /**
  3. * Authors
  4. *
  5. * @package Geologist
  6. */
  7. return array(
  8. 'title' => __( 'Authors', 'geologist' ),
  9. 'categories' => array( 'geologist' ),
  10. 'blockTypes' => array( 'core/post-author' ),
  11. 'content' => '<!-- wp:paragraph -->
  12. <p>' . esc_html__( 'About the Authors:', 'geologist' ) . '</p>
  13. <!-- /wp:paragraph -->
  14. <!-- wp:columns -->
  15. <div class="wp-block-columns"><!-- wp:column -->
  16. <div class="wp-block-column"><!-- wp:heading -->
  17. <h2>' . esc_html__( 'Sarah Edwards', 'geologist' ) . '</h2>
  18. <!-- /wp:heading -->
  19. <!-- wp:paragraph -->
  20. <p>' . esc_html__( 'Sarah is a geologist at Anthem State University. Her love for all things underground was sparked in Kindergarten when she unearthed a toy that someone left buried in the sandbox.', 'geologist' ) . '</p>
  21. <!-- /wp:paragraph -->
  22. <!-- wp:social-links {"iconColor":"primary","iconColorValue":"#F5F0E5","className":"is-style-logos-only"} -->
  23. <ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"wordpress.com","service":"wordpress"} /-->
  24. <!-- wp:social-link {"url":"instagram.com","service":"instagram"} /--></ul>
  25. <!-- /wp:social-links --></div>
  26. <!-- /wp:column -->
  27. <!-- wp:column -->
  28. <div class="wp-block-column"><!-- wp:heading -->
  29. <h2>' . esc_html__( 'Angelo Ortiz', 'geologist' ) . '</h2>
  30. <!-- /wp:heading -->
  31. <!-- wp:paragraph -->
  32. <p>' . esc_html__( 'Angelo is an independent researcher and hobbyist. His collection of gemstones rivals that of some museums. Angelo is always on the lookout for a new discovery, and carries his toolkit everywhere.', 'geologist' ) . '</p>
  33. <!-- /wp:paragraph -->
  34. <!-- wp:social-links {"iconColor":"primary","iconColorValue":"#F5F0E5","className":"is-style-logos-only"} -->
  35. <ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"instagram.com","service":"instagram"} /-->
  36. <!-- wp:social-link {"url":"twitter.com","service":"twitter"} /--></ul>
  37. <!-- /wp:social-links --></div>
  38. <!-- /wp:column --></div>
  39. <!-- /wp:columns -->',
  40. );