f2d6a5f7a6
* Add Lettre * Move patterns out of inc * Remove unused font face * Remove index.php * Remove alignment CSS * Update newsletter bold * Update hidden subscription form * Update about single * Update categories * Update about multiple * Update hidden 404 * Add missing echos * Update hidden footer * Update patterns * Update remaining patterns * Remove image ids * Add footer to 404 template * Use global padding * Fix typo! * Update all subscribe block markup * Remove blank template * Remove reference to .com * Move CSS to theme.json * Add Newsreader font * Manual version bump * Remove page title * Add temp fix for Jetpack issue * Update min version * Remove archive search content * Add search template * Remove content from search block * Remove buttonText attribute * Fix media and text pattern * Remove link hover CSS * Fix button padding * Remove Jetpack CSS fix * Add Jetpack fix back Needed until Jetpack 11.7 is released * Update opacity GB issue link * Add container element to index; remove search template * Enable root padding * Remove top and bottom global padding * Add core/button styles back * Add load_theme_textdomain * Change tested up to versions to 6.1 * Exclude editor from Jetpack fix The fix doesn't need to be applied in the editor, only on the front end * Remove stable tag * Update readme and style.css * Fix echo typos * Version bump
25 lines
1.5 KiB
PHP
25 lines
1.5 KiB
PHP
<?php
|
||
/**
|
||
* Title: About the author
|
||
* Slug: lettre/about-single
|
||
* Categories: featured, about
|
||
*/
|
||
?>
|
||
|
||
<!-- wp:columns {"verticalAlignment":"center","style":{"spacing":{"blockGap":"30px"}}} -->
|
||
<div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"120px"} -->
|
||
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:120px"><!-- wp:image {"sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} -->
|
||
<figure class="wp-block-image size-full is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/gray-square.png" alt="<?php echo esc_attr__( 'A generic profile picture.', 'lettre' ); ?>"/></figure>
|
||
<!-- /wp:image --></div>
|
||
<!-- /wp:column -->
|
||
|
||
<!-- wp:column {"verticalAlignment":"center","width":"66.66%"} -->
|
||
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:66.66%"><!-- wp:heading {"style":{"spacing":{"margin":{"bottom":"0px","top":"0px"}}},"fontSize":"large"} -->
|
||
<h2 class="has-large-font-size" style="margin-top:0px;margin-bottom:0px"><?php echo esc_html__( 'Manuel de Carlo', 'lettre' ); ?></h2>
|
||
<!-- /wp:heading -->
|
||
|
||
<!-- wp:paragraph {"fontSize":"small"} -->
|
||
<p class="has-small-font-size"><?php echo esc_html__( 'Hello! I’m the author of this newsletter. I’m a professor of literature at the University of Culture, in Brazil.', 'lettre' ); ?></p>
|
||
<!-- /wp:paragraph --></div>
|
||
<!-- /wp:column --></div>
|
||
<!-- /wp:columns -->'
|