header.php 1.1 KB

123456789101112131415161718192021222324
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: header
  5. * Slug: leancv/header
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:group {"style":{"spacing":{"margin":{"top":"3rem","bottom":"3rem"},"blockGap":""}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  11. <div class="wp-block-group" style="margin-top:3rem;margin-bottom:3rem"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
  12. <div class="wp-block-group"><!-- wp:site-title /-->
  13. <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","justifyContent":"right"}} /--></div>
  14. <!-- /wp:group -->
  15. <!-- wp:group {"style":{"spacing":{"blockGap":"0rem"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  16. <div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"small"} -->
  17. <p class="has-small-font-size" style="font-style:normal;font-weight:700"><?php echo __('Emily Jones', 'leancv');?></p>
  18. <!-- /wp:paragraph -->
  19. <!-- wp:site-tagline /--></div>
  20. <!-- /wp:group --></div>
  21. <!-- /wp:group -->