sidebar.php 1.5 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * Title: Site updates
  4. * Slug: lois/sidebar
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
  9. <div class="wp-block-group"><!-- wp:heading {"level":3,"style":{"typography":{"letterSpacing":"0px","fontSize":"2.3rem"}}} -->
  10. <h3 style="font-size:2.3rem;letter-spacing:0px"><?php echo esc_html__( 'Get updates', 'lois' ); ?></h3>
  11. <!-- /wp:heading -->
  12. <!-- wp:spacer {"height":"1.5rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  13. <div style="margin-top:0px;margin-bottom:0px;height:1.5rem" aria-hidden="true" class="wp-block-spacer"></div>
  14. <!-- /wp:spacer -->
  15. <!-- wp:paragraph {"fontSize":"medium"} -->
  16. <p class="has-medium-font-size"><?php echo esc_html__( 'From art exploration to the latest archeological findings, all here in our weekly newsletter.', 'lois' ); ?></p>
  17. <!-- /wp:paragraph -->
  18. <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"700","textDecoration":"underline"}},"fontSize":"small","fontFamily":"libre-franklin"} -->
  19. <p class="has-libre-franklin-font-family has-small-font-size" style="font-style:normal;font-weight:700;text-decoration:underline"><?php echo esc_html__( 'Subscribe', 'lois' ); ?></p>
  20. <!-- /wp:paragraph --></div>
  21. <!-- /wp:group -->
  22. <!-- wp:spacer {"height":"6rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  23. <div style="margin-top:0px;margin-bottom:0px;height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
  24. <!-- /wp:spacer -->