12345678910111213141516171819 |
- <?php
- /**
- * Title: home
- * Slug: curriculum/bio
- * Categories: text
- */
- ?>
- <!-- wp:heading {"level":1} -->
- <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>
- <!-- /wp:heading -->
- <!-- wp:heading {"level":1} -->
- <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>
- <!-- /wp:heading -->
- <!-- wp:heading {"level":1} -->
- <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>
- <!-- /wp:heading -->
|