header.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: header
  5. * Slug: atrium/header
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"0"},"margin":{"top":"0","bottom":"0"},"blockGap":"0"}},"layout":{"type":"constrained"}} -->
  11. <div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-bottom:0"><!-- wp:columns {"verticalAlignment":"bottom","align":"wide","style":{"spacing":{"padding":{"bottom":"1rem"},"blockGap":{"top":"var:preset|spacing|30"}},"border":{"bottom":{"width":"2px"}}}} -->
  12. <div class="wp-block-columns alignwide are-vertically-aligned-bottom" style="border-bottom-width:2px;padding-bottom:1rem"><!-- wp:column {"verticalAlignment":"bottom","width":"25%"} -->
  13. <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:25%"><!-- wp:site-title /--></div>
  14. <!-- /wp:column -->
  15. <!-- wp:column {"verticalAlignment":"bottom","width":"45%"} -->
  16. <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:45%"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"constrained"}} -->
  17. <div class="wp-block-group"><!-- wp:site-tagline {"style":{"layout":{"selfStretch":"fill","flexSize":null}}} /-->
  18. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
  19. <div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}}} -->
  20. <p style="font-style:normal;font-weight:600"><?php echo __('<a href="#">Tumblr</a>', 'atrium');?></p>
  21. <!-- /wp:paragraph -->
  22. <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}}} -->
  23. <p style="font-style:normal;font-weight:600"><?php echo __('<a href="#">TikTok</a>', 'atrium');?></p>
  24. <!-- /wp:paragraph -->
  25. <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}}} -->
  26. <p style="font-style:normal;font-weight:600"><?php echo __('<a href="#">Instgrm</a>', 'atrium');?></p>
  27. <!-- /wp:paragraph --></div>
  28. <!-- /wp:group --></div>
  29. <!-- /wp:group --></div>
  30. <!-- /wp:column -->
  31. <!-- wp:column {"verticalAlignment":"bottom","width":"5%"} -->
  32. <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:5%"></div>
  33. <!-- /wp:column -->
  34. <!-- wp:column {"verticalAlignment":"bottom","width":"25%"} -->
  35. <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:25%"><!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"vertical"}} /--></div>
  36. <!-- /wp:column --></div>
  37. <!-- /wp:columns --></div>
  38. <!-- /wp:group -->