page.php 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: page
  5. * Slug: atrium/page
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:template-part {"slug":"header"} /-->
  11. <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
  12. <div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80)"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"left":"5%"}}}} -->
  13. <div class="wp-block-columns alignwide"><!-- wp:column {"width":"70%"} -->
  14. <div class="wp-block-column" style="flex-basis:70%"><!-- wp:post-content {"lock":{"move":false,"remove":false},"layout":{"type":"constrained"}} /--></div>
  15. <!-- /wp:column -->
  16. <!-- wp:column {"width":"25%"} -->
  17. <div class="wp-block-column" style="flex-basis:25%"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|60"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  18. <div class="wp-block-group"><!-- wp:group {"layout":{"type":"constrained"}} -->
  19. <div class="wp-block-group"><!-- wp:heading {"style":{"spacing":{"margin":{"top":"0"},"blockGap":"0px"},"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"1"}},"fontSize":"small"} -->
  20. <h2 class="wp-block-heading has-small-font-size" style="margin-top:0;font-style:normal;font-weight:700;line-height:1;text-transform:uppercase"><?php echo __('Archive', 'atrium');?></h2>
  21. <!-- /wp:heading -->
  22. <!-- wp:archives {"style":{"layout":{"selfStretch":"fit","flexSize":null}}} /--></div>
  23. <!-- /wp:group -->
  24. <!-- wp:group {"layout":{"type":"constrained"}} -->
  25. <div class="wp-block-group"><!-- wp:heading {"style":{"spacing":{"margin":{"top":"0"},"blockGap":"0px"},"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"1"}},"fontSize":"small"} -->
  26. <h2 class="wp-block-heading has-small-font-size" style="margin-top:0;font-style:normal;font-weight:700;line-height:1;text-transform:uppercase"><?php echo __('Categories', 'atrium');?></h2>
  27. <!-- /wp:heading -->
  28. <!-- wp:categories {"style":{"layout":{"selfStretch":"fit","flexSize":null}}} /--></div>
  29. <!-- /wp:group -->
  30. <!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
  31. <div class="wp-block-group"><!-- wp:heading {"style":{"spacing":{"margin":{"top":"0"},"blockGap":"0px"},"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"1"}},"fontSize":"small"} -->
  32. <h2 class="wp-block-heading has-small-font-size" style="margin-top:0;font-style:normal;font-weight:700;line-height:1;text-transform:uppercase"><?php echo __('Newsletter', 'atrium');?></h2>
  33. <!-- /wp:heading -->
  34. <!-- wp:paragraph -->
  35. <p><?php echo __('Want to subscribe to our newsletter? <span style="text-decoration: underline;"><a href="#">Sign up here</a></span>.', 'atrium');?></p>
  36. <!-- /wp:paragraph --></div>
  37. <!-- /wp:group --></div>
  38. <!-- /wp:group --></div>
  39. <!-- /wp:column --></div>
  40. <!-- /wp:columns --></div>
  41. <!-- /wp:group -->
  42. <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->