page-contact.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?php
  2. /**
  3. * Title: Contact page
  4. * Slug: stewart/page-contact
  5. * Categories: pages
  6. */
  7. ?>
  8. <!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->
  9. <figure class="wp-block-image size-large">
  10. <img
  11. src="<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/contact.jpg'; ?>"
  12. alt="<?php echo esc_html__( 'An abstract image featuring a brushstroke.', 'stewart' ); ?>"
  13. />
  14. </figure>
  15. <!-- /wp:image -->
  16. <!-- wp:columns -->
  17. <div class="wp-block-columns"><!-- wp:column -->
  18. <div class="wp-block-column"><!-- wp:columns {"isStackedOnMobile":false} -->
  19. <div class="wp-block-columns is-not-stacked-on-mobile"><!-- wp:column {"width":"100px"} -->
  20. <div class="wp-block-column" style="flex-basis:100px"><!-- wp:paragraph -->
  21. <p>
  22. <?php
  23. echo esc_html__( 'Twitter', 'stewart' );
  24. ?>
  25. </p>
  26. <!-- /wp:paragraph -->
  27. <!-- wp:paragraph -->
  28. <p>
  29. <?php
  30. echo esc_html__( 'Email', 'stewart' );
  31. ?>
  32. </p>
  33. <!-- /wp:paragraph -->
  34. <!-- wp:paragraph -->
  35. <p>
  36. <?php
  37. echo esc_html__( 'Instagram', 'stewart' );
  38. ?>
  39. </p>
  40. <!-- /wp:paragraph --></div>
  41. <!-- /wp:column -->
  42. <!-- wp:column -->
  43. <div class="wp-block-column"><!-- wp:paragraph -->
  44. <p><a href="#">
  45. <?php
  46. echo esc_html__( '@twitter', 'stewart' );
  47. ?>
  48. </a></p>
  49. <!-- /wp:paragraph -->
  50. <!-- wp:paragraph -->
  51. <p><a href="#">
  52. <?php
  53. echo esc_html__( 'email@example.com', 'stewart' );
  54. ?>
  55. </a></p>
  56. <!-- /wp:paragraph -->
  57. <!-- wp:paragraph -->
  58. <p><a href="#">
  59. <?php
  60. echo esc_html__( '@instagram', 'stewart' );
  61. ?>
  62. </a></p>
  63. <!-- /wp:paragraph --></div>
  64. <!-- /wp:column --></div>
  65. <!-- /wp:columns --></div>
  66. <!-- /wp:column -->
  67. <!-- wp:column -->
  68. <div class="wp-block-column"><!-- wp:paragraph -->
  69. <p>
  70. <?php
  71. echo esc_html__( 'The artist: handsome, and clever, 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' );
  72. ?>
  73. </p>
  74. <!-- /wp:paragraph --></div>
  75. <!-- /wp:column --></div>
  76. <!-- /wp:columns -->