footer.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: ritratto/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"style":{"spacing":{"padding":{"top":"8rem","bottom":"8rem"}}},"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group" style="padding-top:8rem;padding-bottom:8rem"><!-- wp:columns {"align":"wide"} -->
  11. <div class="wp-block-columns alignwide"><!-- wp:column {"width":"66.66%"} -->
  12. <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"2.1rem","fontStyle":"normal","fontWeight":"600","lineHeight":"1.2"}}} -->
  13. <p class="has-text-align-left" style="font-size:2.1rem;font-style:normal;font-weight:600;line-height:1.2"><?php echo esc_html__( 'Ernest Hemingway produced most of his work between the mid-1920s and the mid-1950s, and he was awarded the 1954 Nobel Prize in Literature.', 'ritratto' ); ?></p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"2.1rem","fontStyle":"normal","fontWeight":"600","lineHeight":"1.2"}}} -->
  16. <p class="has-text-align-left" style="font-size:2.1rem;font-style:normal;font-weight:600;line-height:1.2"><?php echo esc_html__( 'He published seven novels, six short-story collections, and two nonfiction works.', 'ritratto' ); ?></p>
  17. <!-- /wp:paragraph --></div>
  18. <!-- /wp:column -->
  19. <!-- wp:column {"verticalAlignment":"bottom","width":"33.33%"} -->
  20. <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:33.33%"><!-- wp:paragraph {"align":"left"} -->
  21. <p class="has-text-align-left">
  22. <?php
  23. /* Translators: WordPress link. */
  24. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'ritratto' ) ) . '" rel="nofollow">WordPress</a>';
  25. echo sprintf(
  26. esc_html__( 'Designed with %1$s', 'ritratto' ),
  27. $wordpress_link
  28. );
  29. ?>
  30. </p>
  31. <!-- /wp:paragraph --></div>
  32. <!-- /wp:column --></div>
  33. <!-- /wp:columns --></div>
  34. <!-- /wp:group -->