header.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. /**
  3. * Title: Default header
  4. * Slug: epi/header
  5. * Categories: header
  6. * Block Types: core/template-part/header
  7. */
  8. declare( strict_types = 1 );
  9. ?>
  10. <!-- wp:group {"layout":{"type":"default"}} -->
  11. <div class="wp-block-group">
  12. <!-- wp:site-title {"level":0} /-->
  13. <!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
  14. <div class="wp-block-group">
  15. <!-- wp:navigation {"overlayBackgroundColor":"background","overlayTextColor":"foreground","layout":{"type":"flex","orientation":"vertical","justifyContent":"left"},"style":{"spacing":{"blockGap":"0"}}} /-->
  16. </div>
  17. <!-- /wp:group -->
  18. <!-- wp:columns -->
  19. <div class="wp-block-columns">
  20. <!-- wp:column {"width":"66.66%"} -->
  21. <div class="wp-block-column" style="flex-basis:66.66%">
  22. <!-- wp:paragraph -->
  23. <p><?php echo esc_html__( 'Born from a passion for the transformative power of clothing and the stories woven into the fabric of every garment, this is more than just a blog—it is a style odyssey.', 'epi' ); ?></p>
  24. <!-- /wp:paragraph -->
  25. </div>
  26. <!-- /wp:column -->
  27. <!-- wp:column {"width":"33.33%"} -->
  28. <div class="wp-block-column" style="flex-basis:33.33%"></div>
  29. <!-- /wp:column -->
  30. </div>
  31. <!-- /wp:columns -->
  32. </div>
  33. <!-- /wp:group -->