
* Add pieria theme A theme created by @henriqueiamarino * Make only the sidebar a pattern * Remove theme attribute * Update pieria/readme.txt Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com> * Update pieria/style.css Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com> * Update pieria/style.css Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com> * Update pieria/style.css Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com> * Translate 404 template, move to pattern * Remove unused styles * Make sidebar credit text translatable * Replace separator paragraph with separator block * Remove unused fonts * Add asset licenses to readme file * Add missing closing p tag * Convert embedded image to webp * Move translators comment according to style rules * fix separator --------- Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com>
36 lines
2.1 KiB
PHP
36 lines
2.1 KiB
PHP
<?php
|
|
/**
|
|
* Title: sidebar
|
|
* Slug: pieria/sidebar
|
|
* Categories: hidden
|
|
* Inserter: no
|
|
*/
|
|
?>
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"3rem","padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","orientation":"vertical"}} -->
|
|
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:group {"style":{"spacing":{"blockGap":"0.5rem","padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"default"}} -->
|
|
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:paragraph -->
|
|
<p>Sappho, spelled (in the dialect spoken by the poet) Psappho, (born c. 610, Lesbos, Greece — died c. 570 BCE). A lyric poet greatly admired in all ages for the beauty of her writing style.</p>
|
|
<!-- /wp:paragraph -->
|
|
|
|
<!-- wp:paragraph -->
|
|
<p>Her language contains elements from Aeolic vernacular and poetic tradition, with traces of epic vocabulary familiar to readers of Homer. She has the ability to judge critically her own ecstasies and grief, and her emotions lose nothing of their force by being recollected in tranquillity.</p>
|
|
<!-- /wp:paragraph --></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:image {"id":145,"sizeSlug":"full","linkDestination":"none","style":{"color":{"duotone":["#111111","#ffbbbb"]}}} -->
|
|
<figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/sappho-statue_bw.webp" alt="" class="wp-image-145"/></figure>
|
|
<!-- /wp:image -->
|
|
|
|
<!-- wp:paragraph {"align":"center"} -->
|
|
<p class="has-text-align-center">
|
|
<?php
|
|
$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'pieria' ) ) . '" rel="nofollow">WordPress</a>';
|
|
echo sprintf(
|
|
/* Translators: WordPress link. */
|
|
esc_html__( 'Designed with %1$s', 'pieria' ),
|
|
$wordpress_link
|
|
);
|
|
?>
|
|
</p>
|
|
<!-- /wp:paragraph --></div>
|
|
<!-- /wp:group -->
|