footer.php 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: footer
  5. * Slug: iotix/footer
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:group {"style":{"spacing":{"padding":{"top":"5vh","right":"5vw","bottom":"10vh","left":"5vw"}}},"layout":{"type":"constrained"}} -->
  11. <div class="wp-block-group" style="padding-top:5vh;padding-right:5vw;padding-bottom:10vh;padding-left:5vw"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"80px","bottom":"0px"}}},"layout":{"type":"default"}} -->
  12. <div class="wp-block-group alignwide" style="padding-top:80px;padding-bottom:0px"><!-- wp:group {"style":{"spacing":{"blockGap":"3em"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
  13. <div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0.6em"},"layout":{"selfStretch":"fixed","flexSize":"320px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
  14. <div class="wp-block-group"><!-- wp:site-title {"textColor":"primary"} /-->
  15. <!-- wp:site-tagline /--></div>
  16. <!-- /wp:group -->
  17. <!-- wp:spacer {"width":"16px","style":{"layout":{"flexSize":"16px","selfStretch":"fixed"}}} -->
  18. <div style="height:100px;width:16px" aria-hidden="true" class="wp-block-spacer"></div>
  19. <!-- /wp:spacer -->
  20. <!-- wp:columns {"verticalAlignment":"top","isStackedOnMobile":false,"align":"wide","style":{"layout":{"selfStretch":"fill","flexSize":null}}} -->
  21. <div class="wp-block-columns alignwide are-vertically-aligned-top is-not-stacked-on-mobile"><!-- wp:column {"verticalAlignment":"top"} -->
  22. <div class="wp-block-column is-vertically-aligned-top"><!-- wp:heading {"level":4,"fontSize":"medium"} -->
  23. <h4 class="wp-block-heading has-medium-font-size"><?php esc_html_e( 'Product', 'iotix' ); ?></h4>
  24. <!-- /wp:heading -->
  25. <!-- wp:navigation {"overlayMenu":"never","align":"wide","layout":{"type":"flex","flexWrap":"wrap","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} /--></div>
  26. <!-- /wp:column -->
  27. <!-- wp:column {"verticalAlignment":"top"} -->
  28. <div class="wp-block-column is-vertically-aligned-top"><!-- wp:heading {"level":4,"fontSize":"medium"} -->
  29. <h4 class="wp-block-heading has-medium-font-size"><?php esc_html_e('Company', 'iotix'); ?></h4>
  30. <!-- /wp:heading -->
  31. <!-- wp:navigation {"overlayMenu":"never","align":"wide","layout":{"type":"flex","flexWrap":"wrap","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} /--></div>
  32. <!-- /wp:column -->
  33. <!-- wp:column {"verticalAlignment":"top"} -->
  34. <div class="wp-block-column is-vertically-aligned-top"><!-- wp:heading {"level":4,"fontSize":"medium"} -->
  35. <h4 class="wp-block-heading has-medium-font-size"><?php esc_html_e('Resources', 'iotix'); ?></h4>
  36. <!-- /wp:heading -->
  37. <!-- wp:navigation {"overlayMenu":"never","align":"wide","layout":{"type":"flex","flexWrap":"wrap","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} /--></div>
  38. <!-- /wp:column --></div>
  39. <!-- /wp:columns --></div>
  40. <!-- /wp:group -->
  41. <!-- wp:spacer {"height":"14vh"} -->
  42. <div style="height:14vh" aria-hidden="true" class="wp-block-spacer"></div>
  43. <!-- /wp:spacer -->
  44. <!-- wp:group {"align":"full","style":{"typography":{"fontSize":"0.8rem"},"spacing":{"blockGap":"20px"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
  45. <div class="wp-block-group alignfull" style="font-size:0.8rem"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"0.8rem"}}} -->
  46. <p class="has-text-align-left" style="font-size:0.8rem"><?php
  47. /* Translators: WordPress link. */
  48. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'iotix' ) ) . '" rel="nofollow">WordPress</a>';
  49. echo sprintf(
  50. esc_html__( 'Designed with %1$s', 'iotix' ),
  51. $wordpress_link
  52. );
  53. ?></p>
  54. <!-- /wp:paragraph -->
  55. <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"horizontal"},"style":{"spacing":{"blockGap":"var:preset|spacing|40"}}} /--></div>
  56. <!-- /wp:group --></div>
  57. <!-- /wp:group --></div>
  58. <!-- /wp:group -->