about-single.php 1.5 KB

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * Title: About the author
  4. * Slug: lettre/about-single
  5. * Categories: featured, about
  6. */
  7. ?>
  8. <!-- wp:columns {"verticalAlignment":"center","style":{"spacing":{"blockGap":"30px"}}} -->
  9. <div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"120px"} -->
  10. <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:120px"><!-- wp:image {"sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} -->
  11. <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>
  12. <!-- /wp:image --></div>
  13. <!-- /wp:column -->
  14. <!-- wp:column {"verticalAlignment":"center","width":"66.66%"} -->
  15. <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"} -->
  16. <h2 class="has-large-font-size" style="margin-top:0px;margin-bottom:0px"><?php echo esc_html__( 'Manuel de Carlo', 'lettre' ); ?></h2>
  17. <!-- /wp:heading -->
  18. <!-- wp:paragraph {"fontSize":"small"} -->
  19. <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>
  20. <!-- /wp:paragraph --></div>
  21. <!-- /wp:column --></div>
  22. <!-- /wp:columns -->'