20 lines
876 B
PHP
20 lines
876 B
PHP
<?php declare( strict_types = 1 ); ?>
|
|
<?php
|
|
/**
|
|
* Title: home
|
|
* Slug: leancv/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.', 'leancv' ); ?></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.', 'leancv' ); ?></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.', 'leancv' ); ?></h1>
|
|
<!-- /wp:heading -->
|