footer.php 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?php
  2. /**
  3. * Title: footer
  4. * Slug: startfit/footer
  5. * Categories: featured, footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|base"}}},"spacing":{"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0px","bottom":"0px"}}},"backgroundColor":"contrast","textColor":"base","layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group alignfull has-base-color has-contrast-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:var(--wp--preset--spacing--80);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--50)">
  11. <!-- wp:columns {"align":"wide"} -->
  12. <div class="wp-block-columns alignwide">
  13. <!-- wp:column {"width":"66.7%"} -->
  14. <div class="wp-block-column" style="flex-basis:66.7%">
  15. <!-- wp:group {"style":{"spacing":{"padding":{"right":"4rem"}},"dimensions":{"minHeight":"100%"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between"}} -->
  16. <div class="wp-block-group" style="min-height:100%;padding-right:4rem">
  17. <!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
  18. <div class="wp-block-group">
  19. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"top"}} -->
  20. <div class="wp-block-group">
  21. <!-- wp:site-title {"fontSize":"large"} /-->
  22. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}},"fontSize":"small"} -->
  23. <p class="has-small-font-size" style="line-height:1.5"><?php echo esc_html__( 'Personal fitness training service', 'startfit' ); ?></p>
  24. <!-- /wp:paragraph -->
  25. </div>
  26. <!-- /wp:group -->
  27. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}},"fontSize":"small"} -->
  28. <p class="has-small-font-size" style="line-height:1.5"><?php echo esc_html__( 'Unlock your potential and redefine your limits with us. Our trainers tailor workouts to your ability, ensuring you&rsquo;re fit today and undeniably stronger tomorrow. It&rsquo;s our commitment to your health. We deliver effective, efficient workouts paired with nutritional guidance to help you reach your fitness peak.', 'startfit' ); ?></p>
  29. <!-- /wp:paragraph -->
  30. </div>
  31. <!-- /wp:group -->
  32. <!-- wp:paragraph {"align":"left","style":{"typography":{"lineHeight":"1.5"}},"fontSize":"small"} -->
  33. <p class="has-text-align-left has-small-font-size" style="line-height:1.5"><?php
  34. /* Translators: WordPress link. */
  35. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'startfit' ) ) . '" rel="nofollow">WordPress</a>';
  36. echo sprintf(
  37. esc_html__( 'Designed with %1$s', 'startfit' ),
  38. $wordpress_link
  39. );?></p>
  40. <!-- /wp:paragraph -->
  41. </div>
  42. <!-- /wp:group -->
  43. </div>
  44. <!-- /wp:column -->
  45. <!-- wp:column {"width":"33.3%"} -->
  46. <div class="wp-block-column" style="flex-basis:33.3%">
  47. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40","margin":{"bottom":"2.4rem"}}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"space-between","justifyContent":"stretch"}} -->
  48. <div class="wp-block-group" style="margin-bottom:2.4rem">
  49. <!-- wp:heading {"level":4,"fontSize":"large"} -->
  50. <h4 class="wp-block-heading has-large-font-size"><?php echo esc_html__( 'Get updated', 'startfit' ); ?></h4>
  51. <!-- /wp:heading -->
  52. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}},"fontSize":"small"} -->
  53. <p class="has-small-font-size" style="line-height:1.5"><?php echo esc_html__( 'Stay ahead in your fitness journey with our exclusive tips and offers.', 'startfit' ); ?></p>
  54. <!-- /wp:paragraph -->
  55. <!-- wp:social-links {"iconColor":"contrast","iconColorValue":"#0F0F0F","iconBackgroundColor":"base","iconBackgroundColorValue":"#ffffff","size":"has-small-icon-size","style":{"spacing":{"blockGap":{"top":"1rem","left":"1rem"}}},"className":"is-style-default"} -->
  56. <ul class="wp-block-social-links has-small-icon-size has-icon-color has-icon-background-color is-style-default">
  57. <!-- wp:social-link {"url":"https://facebook.com","service":"facebook"} /-->
  58. <!-- wp:social-link {"url":"https://twitter.com","service":"twitter"} /-->
  59. <!-- wp:social-link {"url":"https://www.instagram.com","service":"instagram"} /-->
  60. <!-- wp:social-link {"url":"https://tiktok.com","service":"tiktok"} /-->
  61. </ul>
  62. <!-- /wp:social-links -->
  63. </div>
  64. <!-- /wp:group -->
  65. <!-- wp:jetpack/subscriptions {"buttonWidth":"","buttonBackgroundColor":"secondary","textColor":"contrast","fontSize":"0.8rem","customFontSize":"0.8rem","borderRadius":50,"borderWeight":0,"customBorderColor":"#a1a1a1","padding":10,"spacing":0,"successMessage":"Thanks! Please find the email now and click 'Confirm Follow' to start subscribing.","className":"is-style-compact"} /-->
  66. </div>
  67. <!-- /wp:column -->
  68. </div>
  69. <!-- /wp:columns -->
  70. </div>
  71. <!-- /wp:group -->