page-about.php 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?php
  2. /**
  3. * Title: About page
  4. * Slug: stewart/page-about
  5. * Categories: pages
  6. */
  7. ?>
  8. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1","fontSize":"72px"}}} -->
  9. <p style="font-size:72px;line-height:1">
  10. <?php
  11. wp_kses_post( __( 'Jenn<br>Stewart', 'stewart' ) );
  12. ?>
  13. </p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:group {"style":{"spacing":{"padding":{"bottom":"1em"}}}} -->
  16. <div class="wp-block-group" style="padding-bottom:1em"><!-- wp:paragraph -->
  17. <p>
  18. <?php
  19. echo esc_html__( 'The artist: handsome, clever, and rich, with a comfortable home and happy disposition, seemed to unite some of the best blessings of existence; and had lived nearly twenty-one years in the world with very little to distress or vex her.', 'stewart' );
  20. ?>
  21. </p>
  22. <!-- /wp:paragraph --></div>
  23. <!-- /wp:group -->
  24. <!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->
  25. <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/about.jpg'; ?>" alt="<?php echo esc_html__( 'A collage featuring the portrait of a woman.', 'stewart' ); ?>"/></figure>
  26. <!-- /wp:image -->
  27. <!-- wp:columns -->
  28. <div class="wp-block-columns"><!-- wp:column {"width":"33%"} -->
  29. <div class="wp-block-column" style="flex-basis:33%"><!-- wp:heading {"level":2,"fontSize":"extra-large"} -->
  30. <h2 class="has-extra-large-font-size">
  31. <?php
  32. echo esc_html__( 'Experience', 'stewart' );
  33. ?>
  34. </h3>
  35. <!-- /wp:heading --></div>
  36. <!-- /wp:column -->
  37. <!-- wp:column -->
  38. <div class="wp-block-column"><!-- wp:list -->
  39. <ul><li>
  40. <?php
  41. echo esc_html__( 'The mildness of her temper had hardly allowed her to impose any restraint.', 'stewart' );
  42. ?>
  43. </li></ul>
  44. <!-- /wp:list --></div>
  45. <!-- /wp:column --></div>
  46. <!-- /wp:columns -->
  47. <!-- wp:columns -->
  48. <div class="wp-block-columns"><!-- wp:column {"width":"33%"} -->
  49. <div class="wp-block-column" style="flex-basis:33%"><!-- wp:heading {"level":2,"fontSize":"extra-large"} -->
  50. <h2 class="has-extra-large-font-size">
  51. <?php
  52. echo esc_html__( 'Awards', 'stewart' );
  53. ?>
  54. </h3>
  55. <!-- /wp:heading --></div>
  56. <!-- /wp:column -->
  57. <!-- wp:column -->
  58. <div class="wp-block-column"><!-- wp:list -->
  59. <ul>
  60. <li>
  61. <?php
  62. echo esc_html__( 'Seems to unite some of the best blessings of existence.', 'stewart' );
  63. ?>
  64. </li>
  65. <li>
  66. <?php
  67. echo esc_html__( 'Nearly twenty-one years in the world with very little to distress or vex her.', 'stewart' );
  68. ?>
  69. </li>
  70. </ul>
  71. <!-- /wp:list --></div>
  72. <!-- /wp:column --></div>
  73. <!-- /wp:columns -->