header.php 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. /**
  3. * Title: Default header
  4. * Slug: tenaz/header
  5. * Categories: header
  6. * Block Types: core/template-part/header
  7. */
  8. ?>
  9. <!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|base"}}},"spacing":{"padding":{"top":"var:preset|spacing|40"},"blockGap":"var:preset|spacing|40"}},"backgroundColor":"contrast","textColor":"base","layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group has-base-color has-contrast-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--preset--spacing--40)">
  11. <!-- wp:columns {"verticalAlignment":"center","align":"full","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|30","left":"var:preset|spacing|30"}}}} -->
  12. <div class="wp-block-columns alignfull are-vertically-aligned-center">
  13. <!-- wp:column {"verticalAlignment":"center","width":"164px"} -->
  14. <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:164px">
  15. <!-- wp:social-links {"iconColor":"base","iconColorValue":"#ffffff","size":"has-small-icon-size","className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"center"}} -->
  16. <ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only">
  17. <!-- wp:social-link {"url":"#","service":"facebook"} /-->
  18. <!-- wp:social-link {"url":"#","service":"twitter"} /-->
  19. <!-- wp:social-link {"url":"#","service":"instagram"} /-->
  20. <!-- wp:social-link {"url":"#","service":"tiktok"} /-->
  21. <!-- wp:social-link {"url":"#","service":"youtube"} /-->
  22. </ul>
  23. <!-- /wp:social-links -->
  24. </div>
  25. <!-- /wp:column -->
  26. <!-- wp:column {"verticalAlignment":"center","width":""} -->
  27. <div class="wp-block-column is-vertically-aligned-center"></div>
  28. <!-- /wp:column -->
  29. <!-- wp:column {"verticalAlignment":"center","width":"300px"} -->
  30. <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:300px">
  31. <!-- wp:search {"label":"Search","showLabel":false,"placeholder":"Search","buttonText":"Search","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"top":{"color":"#4a4a4a","style":"solid","width":"1px"},"right":{"color":"#4a4a4a","style":"solid","width":"1px"},"bottom":{"color":"#4a4a4a","style":"solid","width":"1px"},"left":{"color":"#4a4a4a","style":"solid","width":"1px"},"radius":"0px"}},"backgroundColor":"contrast","textColor":"base"} /-->
  32. </div>
  33. <!-- /wp:column -->
  34. </div>
  35. <!-- /wp:columns -->
  36. <!-- wp:site-logo {"width":64,"align":"center"} /-->
  37. <!-- wp:site-title {"textAlign":"center","align":"wide"} /-->
  38. <!-- wp:group {"align":"full","style":{"border":{"top":{"color":"var:preset|color|secondary","style":"solid","width":"1px"},"bottom":{"color":"var:preset|color|secondary","style":"solid","width":"1px"}},"spacing":{"padding":{"top":"1rem","bottom":"1rem"},"margin":{"top":"1.5rem"}}},"layout":{"type":"constrained"}} -->
  39. <div class="wp-block-group alignfull" style="border-top-color:var(--wp--preset--color--secondary);border-top-style:solid;border-top-width:1px;border-bottom-color:var(--wp--preset--color--secondary);border-bottom-style:solid;border-bottom-width:1px;margin-top:1.5rem;padding-top:1rem;padding-bottom:1rem">
  40. <!-- wp:navigation {"align":"wide","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"center","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"}},"typography":[]},"fontSize":"small"} /-->
  41. </div>
  42. <!-- /wp:group -->
  43. </div>
  44. <!-- /wp:group -->