mailing-list.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. /**
  3. * Title: Mailing List
  4. * Slug: course/mailing-list
  5. * Inserter: yes
  6. * Categories: sensei-lms
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","bottom":"100px","right":"20px","left":"20px"}}},"layout":{"type":"constrained","contentSize":"1000px"}} -->
  10. <div class="wp-block-group alignfull" style="padding-top:0px;padding-right:20px;padding-bottom:100px;padding-left:20px">
  11. <!-- wp:group {"style":{"spacing":{"padding":{"left":"38px","top":"20px","bottom":"20px"}},"border":{"top":{"width":"0px","style":"none"},"right":{"width":"0px","style":"none"},"bottom":{"width":"0px","style":"none"},"left":{"color":"var:preset|color|foreground"}}},"className":"is-style-group-left-border","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
  12. <div class="wp-block-group is-style-group-left-border" style="border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-color:var(--wp--preset--color--foreground);padding-top:20px;padding-bottom:20px;padding-left:38px">
  13. <!-- wp:heading {"textAlign":"left","style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"fontSize":"x-large","fontFamily":"secondary"} -->
  14. <h2 class="has-text-align-left has-secondary-font-family has-x-large-font-size" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;line-height:1"><?php
  15. echo wp_kses(
  16. __( 'Keep track of the latest<br>news and lessons.<br>Every week in your inbox.', 'course' ),
  17. [
  18. 'br' => []
  19. ]
  20. );
  21. ?></h2>
  22. <!-- /wp:heading -->
  23. <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"right","verticalAlignment":"center"}} -->
  24. <div class="wp-block-buttons">
  25. <!-- wp:button {"backgroundColor":"foreground","textColor":"background","style":{"border":{"radius":"8px"}},"fontSize":"x-small"} -->
  26. <div class="wp-block-button has-custom-font-size has-x-small-font-size"><a class="wp-block-button__link has-background-color has-foreground-background-color has-text-color has-background wp-element-button" style="border-radius:8px"><?php echo esc_html__( 'Join Our Mailing List', 'course' ); ?></a></div>
  27. <!-- /wp:button -->
  28. </div>
  29. <!-- /wp:buttons -->
  30. </div>
  31. <!-- /wp:group -->
  32. </div>
  33. <!-- /wp:group -->