123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- /**
- * Title: Mailing List
- * Slug: course/mailing-list
- * Inserter: yes
- * Categories: sensei-lms
- */
- ?>
- <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","bottom":"100px","right":"20px","left":"20px"}}},"layout":{"type":"constrained","contentSize":"1000px"}} -->
- <div class="wp-block-group alignfull" style="padding-top:0px;padding-right:20px;padding-bottom:100px;padding-left:20px">
- <!-- 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"}} -->
- <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">
- <!-- wp:heading {"textAlign":"left","style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"fontSize":"x-large","fontFamily":"secondary"} -->
- <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
- echo wp_kses(
- __( 'Keep track of the latest<br>news and lessons.<br>Every week in your inbox.', 'course' ),
- [
- 'br' => []
- ]
- );
- ?></h2>
- <!-- /wp:heading -->
- <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"right","verticalAlignment":"center"}} -->
- <div class="wp-block-buttons">
- <!-- wp:button {"backgroundColor":"foreground","textColor":"background","style":{"border":{"radius":"8px"}},"fontSize":"x-small"} -->
- <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>
- <!-- /wp:button -->
- </div>
- <!-- /wp:buttons -->
- </div>
- <!-- /wp:group -->
- </div>
- <!-- /wp:group -->
|