landing-image-on-the-left.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. /**
  3. * Title: Landing with image on the left
  4. * Slug: saison/landing-image-left
  5. * Categories: featured, page
  6. * Inserter: yes
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"dimensions":{"minHeight":"100vh"},"spacing":{"padding":{"top":"8vh","bottom":"8vh","left":"8vh","right":"8vh"}}},"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group alignfull" style="min-height:100vh;padding-top:8vh;padding-right:8vh;padding-bottom:8vh;padding-left:8vh"><!-- wp:columns {"verticalAlignment":"bottom","align":"wide","style":{"spacing":{"blockGap":{"left":"var:preset|spacing|70"}}}} -->
  11. <div class="wp-block-columns alignwide are-vertically-aligned-bottom"><!-- wp:column {"verticalAlignment":"bottom"} -->
  12. <div class="wp-block-column is-vertically-aligned-bottom"><!-- wp:image {"id":518,"aspectRatio":"3/4","scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
  13. <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/pattern-image-1.jpg" alt="" class="wp-image-518" style="aspect-ratio:3/4;object-fit:cover"/></figure>
  14. <!-- /wp:image --></div>
  15. <!-- /wp:column -->
  16. <!-- wp:column {"verticalAlignment":"bottom"} -->
  17. <div class="wp-block-column is-vertically-aligned-bottom"><!-- wp:site-title {"style":{"typography":{"fontSize":"4rem"}}} /-->
  18. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","orientation":"vertical"}} -->
  19. <div class="wp-block-group"><!-- wp:heading {"style":{"typography":{"fontSize":"1.6rem"}}} -->
  20. <h2 class="wp-block-heading" style="font-size:1.6rem">Opening Soon</h2>
  21. <!-- /wp:heading -->
  22. <!-- wp:paragraph {"style":{"typography":{"fontSize":"0.9rem","letterSpacing":"0.1em"}}} -->
  23. <p style="font-size:0.9rem;letter-spacing:0.1em">92 St. Faiths Lane,<br>Norwich NR1 1NE</p>
  24. <!-- /wp:paragraph --></div>
  25. <!-- /wp:group -->
  26. <!-- wp:social-links {"iconColor":"contrast","iconColorValue":"#ffffff","size":"has-small-icon-size","className":"is-style-logos-only"} -->
  27. <ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"#","service":"instagram"} /-->
  28. <!-- wp:social-link {"url":"#","service":"yelp"} /-->
  29. <!-- wp:social-link {"url":"#","service":"facebook"} /--></ul>
  30. <!-- /wp:social-links --></div>
  31. <!-- /wp:column --></div>
  32. <!-- /wp:columns --></div>
  33. <!-- /wp:group -->