footer.php 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: bute/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"8vw","right":"var:preset|spacing|60","bottom":"8vw","left":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}}},"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" style="margin-top:0;margin-bottom:0;padding-top:8vw;padding-right:var(--wp--preset--spacing--60);padding-bottom:8vw;padding-left:var(--wp--preset--spacing--60)">
  11. <!-- wp:columns {"align":"wide"} -->
  12. <div class="wp-block-columns alignwide">
  13. <!-- wp:column {"width":"50%","style":{"spacing":{"blockGap":"var:preset|spacing|40"}}} -->
  14. <div class="wp-block-column" style="flex-basis:50%">
  15. <!-- wp:heading {"level":3,"style":{"typography":{"textTransform":"uppercase"}}} -->
  16. <h3 class="wp-block-heading" style="text-transform:uppercase"><?php echo esc_html__( 'About the Blog', 'bute' ); ?></h3>
  17. <!-- /wp:heading -->
  18. <!-- wp:paragraph {"fontSize":"small","fontFamily":"raleway"} -->
  19. <p class="has-raleway-font-family has-small-font-size"><?php echo esc_html__( 'We’re dedicated to sharing enchanting tales from our globe-trotting adventures, bringing you authentic experiences, hidden gems, and practical travel tips.', 'bute' ); ?></p>
  20. <!-- /wp:paragraph -->
  21. <!-- wp:social-links {"iconColor":"base","iconColorValue":"#ffffff","size":"has-small-icon-size","className":"is-style-logos-only"} -->
  22. <ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only">
  23. <!-- wp:social-link {"url":"#","service":"facebook"} /-->
  24. <!-- wp:social-link {"url":"#","service":"instagram"} /-->
  25. <!-- wp:social-link {"url":"#","service":"tumblr"} /-->
  26. </ul>
  27. <!-- /wp:social-links -->
  28. <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|base"},":hover":{"color":{"text":"var:preset|color|base"}}}}},"fontSize":"x-small","fontFamily":"raleway"} -->
  29. <p class="has-link-color has-raleway-font-family has-x-small-font-size"><?php
  30. /* Translators: WordPress link. */
  31. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'bute' ) ) . '" rel="nofollow">WordPress</a>';
  32. echo sprintf(
  33. esc_html__( 'Designed with %1$s', 'bute' ),
  34. $wordpress_link
  35. );?></p>
  36. <!-- /wp:paragraph -->
  37. </div>
  38. <!-- /wp:column -->
  39. <!-- wp:column {"width":"50%","style":{"spacing":{"blockGap":"var:preset|spacing|40"}}} -->
  40. <div class="wp-block-column" style="flex-basis:50%">
  41. <!-- wp:heading {"level":3,"style":{"typography":{"textTransform":"uppercase"}}} -->
  42. <h3 class="wp-block-heading" style="text-transform:uppercase"><?php echo esc_html__( 'Newsletter', 'bute' ); ?></h3>
  43. <!-- /wp:heading -->
  44. <!-- wp:paragraph {"fontSize":"small"} -->
  45. <p class="has-small-font-size"><?php echo esc_html__( 'Subscribe now to fuel your wanderlust, and join our community of passionate explorers. Don’t miss out - your next adventure awaits!', 'bute' ); ?></p>
  46. <!-- /wp:paragraph -->
  47. <!-- wp:jetpack/subscriptions {"buttonBackgroundColor":"primary","textColor":"base","borderColor":"primary"} /-->
  48. </div>
  49. <!-- /wp:column -->
  50. </div>
  51. <!-- /wp:columns -->
  52. </div>
  53. <!-- /wp:group -->