authors.php 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. /**
  3. * Authors
  4. *
  5. * @package Geologist
  6. */
  7. return array(
  8. 'title' => __( 'Authors', 'geologist' ),
  9. 'categories' => array( 'geologist' ),
  10. 'content' => '<!-- wp:paragraph -->
  11. <p>' . esc_html__( 'About the Authors:', 'geologist' ) . '</p>
  12. <!-- /wp:paragraph -->
  13. <!-- wp:columns -->
  14. <div class="wp-block-columns"><!-- wp:column -->
  15. <div class="wp-block-column"><!-- wp:heading -->
  16. <h2>' . esc_html__( 'Sarah Edwards', 'geologist' ) . '</h2>
  17. <!-- /wp:heading -->
  18. <!-- wp:paragraph -->
  19. <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>
  20. <!-- /wp:paragraph -->
  21. <!-- wp:social-links {"iconColor":"primary","iconColorValue":"#F5F0E5","className":"is-style-logos-only"} -->
  22. <ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"wordpress.com","service":"wordpress"} /-->
  23. <!-- wp:social-link {"url":"instagram.com","service":"instagram"} /--></ul>
  24. <!-- /wp:social-links --></div>
  25. <!-- /wp:column -->
  26. <!-- wp:column -->
  27. <div class="wp-block-column"><!-- wp:heading -->
  28. <h2>' . esc_html__( 'Angelo Ortiz', 'geologist' ) . '</h2>
  29. <!-- /wp:heading -->
  30. <!-- wp:paragraph -->
  31. <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>
  32. <!-- /wp:paragraph -->
  33. <!-- wp:social-links {"iconColor":"primary","iconColorValue":"#F5F0E5","className":"is-style-logos-only"} -->
  34. <ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"instagram.com","service":"instagram"} /-->
  35. <!-- wp:social-link {"url":"twitter.com","service":"twitter"} /--></ul>
  36. <!-- /wp:social-links --></div>
  37. <!-- /wp:column --></div>
  38. <!-- /wp:columns -->',
  39. );