front-page.php 1.9 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: front-page
  5. * Slug: vows/front-page
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"0px","left":"0px"}}}} -->
  11. <div class="wp-block-columns"><!-- wp:column {"width":"40%"} -->
  12. <div class="wp-block-column" style="flex-basis:40%"><!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
  13. <div class="wp-block-group"><!-- wp:template-part {"slug":"header","tagName":"header"} /--></div>
  14. <!-- /wp:group --></div>
  15. <!-- /wp:column -->
  16. <!-- wp:column {"width":"60%"} -->
  17. <div class="wp-block-column" style="flex-basis:60%"><!-- wp:group {"style":{"spacing":{"blockGap":"0"},"dimensions":{"minHeight":"100vh"},"background":{"backgroundImage":{"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/groovepaper.png","source":"file","title":"groovepaper"},"backgroundSize":"300px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"space-between"}} -->
  18. <div class="wp-block-group" style="min-height:100vh"><!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"}}},"layout":{"type":"constrained"}} -->
  19. <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--80)"><!-- wp:heading {"level":1} -->
  20. <h1 class="wp-block-heading">The Wedding of Emily Johnson &amp; Michael Brown</h1>
  21. <!-- /wp:heading -->
  22. <!-- wp:paragraph -->
  23. <p>With joyful hearts, Emily and Michael invite you to join them in celebrating their union. Come share in a day filled with love, laughter, and unforgettable memories.</p>
  24. <!-- /wp:paragraph --></main>
  25. <!-- /wp:group -->
  26. <!-- wp:template-part {"slug":"footer","area":"footer"} /--></div>
  27. <!-- /wp:group --></div>
  28. <!-- /wp:column --></div>
  29. <!-- /wp:columns -->