bio.php 876 B

1234567891011121314151617181920
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: home
  5. * Slug: leancv/bio
  6. * Categories: text
  7. */
  8. ?>
  9. <!-- wp:heading {"level":1} -->
  10. <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.', 'leancv' ); ?></h1>
  11. <!-- /wp:heading -->
  12. <!-- wp:heading {"level":1} -->
  13. <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.', 'leancv' ); ?></h1>
  14. <!-- /wp:heading -->
  15. <!-- wp:heading {"level":1} -->
  16. <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.', 'leancv' ); ?></h1>
  17. <!-- /wp:heading -->