page-info.php 1.7 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /**
  3. * Title: Info Page
  4. * Slug: fontaine/page-info
  5. * Categories: page
  6. * Viewport width: 1600
  7. */
  8. declare( strict_types = 1 );
  9. ?>
  10. <!-- wp:group {"align":"full","style":{"dimensions":{"minHeight":"100vh"}},"backgroundColor":"theme-5","layout":{"type":"default"}} -->
  11. <div class="wp-block-group alignfull has-theme-5-background-color has-background" style="min-height:100vh">
  12. <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"className":"blending-mode","layout":{"type":"default"}} -->
  13. <div class="wp-block-group blending-mode">
  14. <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
  15. </div>
  16. <!-- /wp:group -->
  17. <!-- wp:group {"tagName":"main","align":"full","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"}},"elements":{"link":{"color":{"text":"var:preset|color|theme-3"},":hover":{"color":{"text":"var:preset|color|theme-4"}}}}},"backgroundColor":"theme-5","textColor":"theme-1","layout":{"type":"default"}} -->
  18. <main class="wp-block-group alignfull has-theme-1-color has-theme-5-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80)">
  19. <!-- wp:pattern {"slug":"fontaine/text-profile"} /-->
  20. </main>
  21. <!-- /wp:group -->
  22. <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}},"position":{"type":""}},"layout":{"type":"default"}} -->
  23. <div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
  24. <!-- wp:template-part {"slug":"footer-dark","tagName":"footer"} /-->
  25. </div>
  26. <!-- /wp:group -->
  27. </div>
  28. <!-- /wp:group -->