location.php 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * Title: Location
  4. * Slug: saison/location
  5. * Categories: featured, text
  6. * Inserter: yes
  7. */
  8. ?>
  9. <!-- wp:paragraph {"align":"center"} -->
  10. <p class="has-text-align-center">92 St. Faiths Lane,<br>Norwich NR1 1NE</p>
  11. <!-- /wp:paragraph -->
  12. <!-- wp:paragraph {"align":"center"} -->
  13. <p class="has-text-align-center"><a href="#">email@example.com<br></a>+00 123 456 789</p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:heading {"textAlign":"center","fontSize":"large"} -->
  16. <h2 class="wp-block-heading has-text-align-center has-large-font-size">Opening Hours</h2>
  17. <!-- /wp:heading -->
  18. <!-- wp:paragraph {"align":"center"} -->
  19. <p class="has-text-align-center">Tuesday to Sunday: 12am - 10pm<br>Monday: Closed</p>
  20. <!-- /wp:paragraph -->
  21. <!-- wp:spacer {"height":"var:preset|spacing|20"} -->
  22. <div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
  23. <!-- /wp:spacer -->
  24. <!-- wp:image {"id":462,"sizeSlug":"full","linkDestination":"none","align":"wide","style":{"color":{}}} -->
  25. <figure class="wp-block-image alignwide size-full"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/home-image-1-scaled.jpg" alt="" class="wp-image-462"/></figure>
  26. <!-- /wp:image -->