bio.php 854 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Title: home
  4. * Slug: curriculum/bio
  5. * Categories: text
  6. */
  7. ?>
  8. <!-- wp:heading {"level":1} -->
  9. <h1 class="wp-block-heading"><?php echo esc_html__( 'A renowned English novelist, best known for my novel Frankenstein; or, The Modern Prometheus, which is considered an early example of science fiction.', 'curriculum' ); ?></h1>
  10. <!-- /wp:heading -->
  11. <!-- wp:heading {"level":1} -->
  12. <h1 class="wp-block-heading"><?php echo esc_html__( 'I also edited and promoted the works of my husband, Romantic poet and philosopher Percy Bysshe Shelley.', 'curriculum' ); ?></h1>
  13. <!-- /wp:heading -->
  14. <!-- wp:heading {"level":1} -->
  15. <h1 class="wp-block-heading"><?php echo esc_html__( 'My father was the political philosopher William Godwin, and my mother was the women\'s rights advocate Mary Wollstonecraft.', 'curriculum' ); ?></h1>
  16. <!-- /wp:heading -->