footer.php 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?php
  2. /**
  3. * Title: Default footer pattern
  4. * Slug: masu/footer
  5. * Categories: featured,footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"style":{"spacing":{"blockGap":"0px","padding":{"top":"7vw","bottom":"2rem"}}},"layout":{"inherit":true,"type":"constrained"}} -->
  10. <div class="wp-block-group" style="padding-top:7vw;padding-bottom:2rem">
  11. <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"48px","left":"48px"}}}} -->
  12. <div class="wp-block-columns alignwide">
  13. <!-- wp:column {"width":"50%","fontSize":"14px"} -->
  14. <div class="wp-block-column has-14-px-font-size" style="flex-basis:50%">
  15. <!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
  16. <div class="wp-block-group">
  17. <!-- wp:group {"style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"constrained","contentSize":"600px"}} -->
  18. <div class="wp-block-group">
  19. <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"x-small"} -->
  20. <p class="has-x-small-font-size" style="font-style:normal;font-weight:700"><?php _e( 'About the blog', 'masu' ); ?></p>
  21. <!-- /wp:paragraph -->
  22. <!-- wp:paragraph {"fontSize":"x-small"} -->
  23. <p class="has-x-small-font-size"><?php echo esc_html__( 'Masu is a blog that documents an individual\'s journey with regular quadrilateral images. Don\'t forget to follow me on:', 'masu' ); ?></p>
  24. <!-- /wp:paragraph -->
  25. <!-- wp:social-links {"iconColor":"foreground","iconColorValue":"#000000","style":{"spacing":{"margin":{"top":"1.32rem"},"blockGap":{"left":"1rem"}}},"className":"is-style-logos-only"} -->
  26. <ul class="wp-block-social-links has-icon-color is-style-logos-only" style="margin-top:1.32rem">
  27. <!-- wp:social-link {"url":"https://facebook.com/","service":"facebook"} /-->
  28. <!-- wp:social-link {"url":"https://twitter.com/","service":"twitter"} /-->
  29. <!-- wp:social-link {"url":"https://instagram.com/","service":"instagram"} /-->
  30. </ul>
  31. <!-- /wp:social-links -->
  32. </div>
  33. <!-- /wp:group -->
  34. </div>
  35. <!-- /wp:group -->
  36. </div>
  37. <!-- /wp:column -->
  38. <!-- wp:column {"width":"50%","fontSize":"14px"} -->
  39. <div class="wp-block-column has-14-px-font-size" style="flex-basis:50%">
  40. <!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
  41. <div class="wp-block-group">
  42. <!-- wp:group {"style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"constrained","contentSize":"600px","justifyContent":"left"}} -->
  43. <div class="wp-block-group">
  44. <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"x-small"} -->
  45. <p class="has-x-small-font-size" style="font-style:normal;font-weight:700"><?php _e( 'Newsletter', 'masu' ); ?></p>
  46. <!-- /wp:paragraph -->
  47. <!-- wp:paragraph {"fontSize":"x-small"} -->
  48. <p class="has-x-small-font-size"><?php _e( 'Subscribe to my email newsletter full of inspiring stories about my journey that continues.', 'masu' ); ?></p>
  49. <!-- /wp:paragraph -->
  50. <!-- wp:jetpack/subscriptions {"buttonBackgroundColor":"primary","textColor":"background","fontSize":"14px","customFontSize":"14px","customBorderColor":"#949494","padding":10,"spacing":10,"className":"is-style-split"} -->
  51. <div class="wp-block-jetpack-subscriptions wp-block-jetpack-subscriptions__supports-newline is-style-split">[jetpack_subscription_form show_subscribers_total="false" button_on_newline="false" custom_font_size="14px" custom_border_radius="0" custom_border_weight="1" custom_border_color="#949494" custom_padding="10" custom_spacing="10" submit_button_classes="has-14-px-font-size has-text-color has-background-color has-background has-primary-background-color" email_field_classes="has-14-px-font-size" show_only_email_and_button="true" success_message="<?php echo esc_html__( 'Success! An email was just sent to confirm your subscription. Please find the email now and click \'Confirm Follow\' to start subscribing.', 'masu' ); ?>"]</div>
  52. <!-- /wp:jetpack/subscriptions --></div>
  53. <!-- /wp:group -->
  54. </div>
  55. <!-- /wp:group -->
  56. </div>
  57. <!-- /wp:column -->
  58. </div>
  59. <!-- /wp:columns -->
  60. <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"3.5vw"}}}} -->
  61. <div class="wp-block-group alignwide" style="margin-top:3.5vw"><!-- wp:paragraph {"className":"has-x-small-font-size","fontSize":"x-small"} -->
  62. <p class="has-x-small-font-size">
  63. <?php
  64. printf(
  65. /* Translators: WordPress.com link. */
  66. esc_html__( 'Designed with %s', 'masu' ),
  67. '<a href="' . esc_url( __( 'https://wordpress.com', 'masu' ) ) . '" rel="nofollow">WordPress.com</a>'
  68. );
  69. ?>
  70. </p>
  71. <!-- /wp:paragraph -->
  72. </div>
  73. <!-- /wp:group -->
  74. </div>
  75. <!-- /wp:group -->