header-home.php 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?php
  2. /**
  3. * Title: Header Home
  4. * slug: iotix/header-home
  5. * inserter: no
  6. */
  7. ?>
  8. <!-- wp:cover {"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/Hero-Image.png","id":474,"dimRatio":0,"overlayColor":"primary","contentPosition":"center center"} -->
  9. <div class="wp-block-cover"><span aria-hidden="true" class="wp-block-cover__background has-primary-background-color has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-474" alt="" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/Hero-Image.png" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:group {"layout":{"type":"constrained"},"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|70"}}}} -->
  10. <div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"},"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","right":"0","bottom":"var:preset|spacing|60","left":"0"}}}} -->
  11. <div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--60);padding-right:0;padding-bottom:var(--wp--preset--spacing--60);padding-left:0"><!-- wp:site-title {"style":{"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}}}} /-->
  12. <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"},"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}}} -->
  13. <div class="wp-block-group has-link-color" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:navigation {"fontSize":"medium"} /-->
  14. <!-- wp:buttons -->
  15. <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"tertiary","textColor":"foreground","fontSize":"small"} -->
  16. <div class="wp-block-button has-custom-font-size has-small-font-size"><a class="wp-block-button__link has-foreground-color has-tertiary-background-color has-text-color has-background wp-element-button"><?php echo esc_html__( 'Sign In', 'iotix' ); ?></a></div>
  17. <!-- /wp:button --></div>
  18. <!-- /wp:buttons --></div>
  19. <!-- /wp:group --></div>
  20. <!-- /wp:group -->
  21. <!-- wp:columns {"align":"wide","style":{"spacing":{"padding":{"top":"11rem","bottom":"11rem"}}}} -->
  22. <div class="wp-block-columns alignwide" style="padding-top:11rem;padding-bottom:11rem"><!-- wp:column {"width":"33.34%"} -->
  23. <div class="wp-block-column" style="flex-basis:33.34%"></div>
  24. <!-- /wp:column -->
  25. <!-- wp:column {"width":"80%"} -->
  26. <div class="wp-block-column" style="flex-basis:80%"><!-- wp:heading {"textAlign":"center","level":1,"align":"wide","style":{"typography":{"lineHeight":1},"spacing":{"margin":{"top":"0","right":"0","bottom":"0","left":"0"},"padding":{"bottom":"0","right":"0"}}},"textColor":"tertiary","fontSize":"x-large"} -->
  27. <h1 class="alignwide has-text-align-center has-tertiary-color has-text-color has-x-large-font-size" style="margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-right:0;padding-bottom:0;line-height:1"><?php echo esc_html__( 'Machine learning for designers, made easy.', 'iotix' ); ?></h1>
  28. <!-- /wp:heading -->
  29. <!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"0","right":"0","bottom":"0","left":"0"},"padding":{"right":"0vw","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"textColor":"background","fontSize":"medium"} -->
  30. <p class="has-text-align-center has-background-color has-text-color has-medium-font-size" style="margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:var(--wp--preset--spacing--50);padding-right:0vw;padding-bottom:var(--wp--preset--spacing--50)"><?php echo esc_html__( 'Speed up your design process by creating realistic mockups with AI-driven content, all through the power of machine learning.', 'iotix' ); ?></p>
  31. <!-- /wp:paragraph -->
  32. <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
  33. <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"foreground","textColor":"tertiary","className":"is-style-fill","fontSize":"medium"} -->
  34. <div class="wp-block-button has-custom-font-size is-style-fill has-medium-font-size"><a class="wp-block-button__link has-tertiary-color has-foreground-background-color has-text-color has-background wp-element-button"><?php echo esc_html__( 'Get Started', 'iotix' ); ?></a></div>
  35. <!-- /wp:button --></div>
  36. <!-- /wp:buttons --></div>
  37. <!-- /wp:column -->
  38. <!-- wp:column {"width":"33.33%"} -->
  39. <div class="wp-block-column" style="flex-basis:33.33%"></div>
  40. <!-- /wp:column --></div>
  41. <!-- /wp:columns --></div>
  42. <!-- /wp:group --></div></div>
  43. <!-- /wp:cover -->