themes-wordpress/leancv/patterns/bio.php
2024-07-04 16:17:35 +07:00

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 -->