page-contact.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. /**
  3. * Contact page block pattern
  4. */
  5. return array(
  6. 'title' => __( 'Contact page', 'stewart' ),
  7. 'categories' => array( 'pages' ),
  8. 'content' => '<!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->
  9. <figure class="wp-block-image size-large"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/contact.jpg" alt="' . esc_html__( 'An abstract image featuring a brushstroke.', 'stewart' ) . '"/></figure>
  10. <!-- /wp:image -->
  11. <!-- wp:columns -->
  12. <div class="wp-block-columns"><!-- wp:column -->
  13. <div class="wp-block-column"><!-- wp:columns {"isStackedOnMobile":false} -->
  14. <div class="wp-block-columns is-not-stacked-on-mobile"><!-- wp:column {"width":"100px"} -->
  15. <div class="wp-block-column" style="flex-basis:100px"><!-- wp:paragraph -->
  16. <p>' . esc_html__( 'Twitter', 'stewart' ) . '</p>
  17. <!-- /wp:paragraph -->
  18. <!-- wp:paragraph -->
  19. <p>' . esc_html__( 'Email', 'stewart' ) . '</p>
  20. <!-- /wp:paragraph -->
  21. <!-- wp:paragraph -->
  22. <p>' . esc_html__( 'Instagram', 'stewart' ) . '</p>
  23. <!-- /wp:paragraph --></div>
  24. <!-- /wp:column -->
  25. <!-- wp:column -->
  26. <div class="wp-block-column"><!-- wp:paragraph -->
  27. <p><a href="#">' . esc_html__( '@twitter', 'stewart' ) . '</a></p>
  28. <!-- /wp:paragraph -->
  29. <!-- wp:paragraph -->
  30. <p><a href="#">' . esc_html__( 'email@example.com', 'stewart' ) . '</a></p>
  31. <!-- /wp:paragraph -->
  32. <!-- wp:paragraph -->
  33. <p><a href="#">' . esc_html__( '@instagram', 'stewart' ) . '</a></p>
  34. <!-- /wp:paragraph --></div>
  35. <!-- /wp:column --></div>
  36. <!-- /wp:columns --></div>
  37. <!-- /wp:column -->
  38. <!-- wp:column -->
  39. <div class="wp-block-column"><!-- wp:paragraph -->
  40. <p>' . 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' ) . '</p>
  41. <!-- /wp:paragraph --></div>
  42. <!-- /wp:column --></div>
  43. <!-- /wp:columns -->',
  44. );