coming-soon.php 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. /**
  3. * Title: Coming Soon
  4. * Slug: calyx/coming-soon
  5. * Inserter: yes
  6. * Categories: featured
  7. */
  8. ?>
  9. <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/pattern-food.jpeg","dimRatio":0,"overlayColor":"primary","focalPoint":{"x":"1.00","y":"0.51"},"minHeight":100,"minHeightUnit":"vh","align":"full"} -->
  10. <div class="wp-block-cover alignfull" style="min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-primary-background-color has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background" alt="" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/pattern-food.jpeg" style="object-position:100% 51%" data-object-fit="cover" data-object-position="100% 51%"/><div class="wp-block-cover__inner-container"><!-- wp:columns {"align":"full"} -->
  11. <div class="wp-block-columns alignfull"><!-- wp:column {"width":"60%"} -->
  12. <div class="wp-block-column" style="flex-basis:60%"></div>
  13. <!-- /wp:column -->
  14. <!-- wp:column {"width":"40%","style":{"elements":{"link":{"color":{"text":"var:preset|color|white"}}}},"textColor":"white"} -->
  15. <div class="wp-block-column has-white-color has-text-color has-link-color" style="flex-basis:40%"><!-- wp:paragraph -->
  16. <p><strong><?php echo esc_html__( 'OAK & ANCHOR', 'calyx' ); ?></strong></p>
  17. <!-- /wp:paragraph -->
  18. <!-- wp:spacer {"height":"250px"} -->
  19. <div style="height:250px" aria-hidden="true" class="wp-block-spacer"></div>
  20. <!-- /wp:spacer -->
  21. <!-- wp:heading {"style":{"typography":{"fontSize":"64px","lineHeight":"1.1"}}} -->
  22. <h2 style="font-size:64px;line-height:1.1"><strong><?php echo esc_html__( 'Coming Soon', 'calyx' ); ?></strong></h2>
  23. <!-- /wp:heading -->
  24. <!-- wp:paragraph -->
  25. <p><?php echo esc_html__( 'A new restaurant featuring farm-to-table dining.', 'calyx' ); ?></p>
  26. <!-- /wp:paragraph -->
  27. <!-- wp:columns -->
  28. <div class="wp-block-columns"><!-- wp:column -->
  29. <div class="wp-block-column"><!-- wp:paragraph -->
  30. <p><?php echo esc_html__( '1234 S Main Street', 'calyx' ); ?><br><?php echo esc_html__( 'Townsville, MA, 01010', 'calyx' ); ?></p>
  31. <!-- /wp:paragraph --></div>
  32. <!-- /wp:column -->
  33. <!-- wp:column -->
  34. <div class="wp-block-column"><!-- wp:paragraph -->
  35. <p><a href="#"><?php echo esc_html__( 'info@example.com', 'calyx' ); ?><br></a>(123) 456-7890</p>
  36. <!-- /wp:paragraph --></div>
  37. <!-- /wp:column --></div>
  38. <!-- /wp:columns -->
  39. <!-- wp:social-links {"iconColor":"foreground","iconColorValue":"#fdfdfd","className":"is-style-logos-only"} -->
  40. <ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"#","service":"facebook"} /-->
  41. <!-- wp:social-link {"url":"#","service":"yelp"} /-->
  42. <!-- wp:social-link {"url":"#","service":"instagram"} /--></ul>
  43. <!-- /wp:social-links --></div>
  44. <!-- /wp:column --></div>
  45. <!-- /wp:columns --></div></div>
  46. <!-- /wp:cover -->