f2d6a5f7a6
* Add Lettre * Move patterns out of inc * Remove unused font face * Remove index.php * Remove alignment CSS * Update newsletter bold * Update hidden subscription form * Update about single * Update categories * Update about multiple * Update hidden 404 * Add missing echos * Update hidden footer * Update patterns * Update remaining patterns * Remove image ids * Add footer to 404 template * Use global padding * Fix typo! * Update all subscribe block markup * Remove blank template * Remove reference to .com * Move CSS to theme.json * Add Newsreader font * Manual version bump * Remove page title * Add temp fix for Jetpack issue * Update min version * Remove archive search content * Add search template * Remove content from search block * Remove buttonText attribute * Fix media and text pattern * Remove link hover CSS * Fix button padding * Remove Jetpack CSS fix * Add Jetpack fix back Needed until Jetpack 11.7 is released * Update opacity GB issue link * Add container element to index; remove search template * Enable root padding * Remove top and bottom global padding * Add core/button styles back * Add load_theme_textdomain * Change tested up to versions to 6.1 * Exclude editor from Jetpack fix The fix doesn't need to be applied in the editor, only on the front end * Remove stable tag * Update readme and style.css * Fix echo typos * Version bump
19 lines
1.8 KiB
PHP
19 lines
1.8 KiB
PHP
<?php
|
|
/**
|
|
* Title: Bold newsletter signup
|
|
* Slug: lettre/newsletter-bold
|
|
* Categories: featured, newsletter
|
|
*/
|
|
?>
|
|
|
|
<!-- wp:cover {"customOverlayColor":"#cdffe8","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}}}} -->
|
|
<div class="wp-block-cover alignfull is-light" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#cdffe8"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
|
|
<div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:group {"style":{"spacing":{"padding":{"bottom":"1.5em"}}}} -->
|
|
<div class="wp-block-group" style="padding-bottom:1.5em"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"max(48px, 10vw)","lineHeight":"1"}},"textColor":"foreground"} -->
|
|
<p class="has-text-align-left has-foreground-color has-text-color" style="font-size:max(48px, 10vw);line-height:1"><strong><?php echo esc_html__( 'Sign up for updates', 'lettre' ); ?></strong></p>
|
|
<!-- /wp:paragraph --></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:jetpack/subscriptions {"subscribePlaceholder":"<?php echo esc_html__( 'Email Address', 'lettre' ); ?>","buttonOnNewLine":true,"buttonWidth":"100%","submitButtonText":"<?php echo esc_html__( 'Subscribe', 'lettre' ); ?>","buttonBackgroundColor":"foreground","textColor":"secondary","fontSize":"50px","customFontSize":"50px","borderRadius":0,"borderWeight":8,"borderColor":"foreground","padding":40,"spacing":40,"className":"is-style-split"} /--></div>
|
|
<!-- /wp:group --></div></div>
|
|
<!-- /wp:cover -->
|