
* 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
25 lines
1.9 KiB
PHP
25 lines
1.9 KiB
PHP
<?php
|
||
/**
|
||
* Title: Two-column newsletter signup
|
||
* Slug: lettre/newsletter-columns
|
||
* Categories: featured, newsletter
|
||
*/
|
||
?>
|
||
|
||
<!-- wp:cover {"customOverlayColor":"#ff513d","contentPosition":"center left","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}}} -->
|
||
<div class="wp-block-cover alignfull is-light has-custom-content-position is-position-center-left" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#ff513d"></span><div class="wp-block-cover__inner-container"><!-- wp:columns {"align":"full"} -->
|
||
<div class="wp-block-columns alignfull"><!-- wp:column {"width":"60%"} -->
|
||
<div class="wp-block-column" style="flex-basis:60%"><!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}},"textColor":"black","fontSize":"x-large"} -->
|
||
<p class="has-black-color has-text-color has-x-large-font-size" style="text-transform:uppercase"><?php echo esc_html__( 'Don’t miss an update', 'lettre' ); ?></p>
|
||
<!-- /wp:paragraph --></div>
|
||
<!-- /wp:column -->
|
||
|
||
<!-- wp:column {"width":"40%"} -->
|
||
<div class="wp-block-column" style="flex-basis:40%"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2"}},"fontSize":"x-large"} -->
|
||
<p class="has-x-large-font-size" style="line-height:1.2"><?php echo esc_html__( 'Enter your email and hit the subscribe button to receive our latest stories in your inbox.', 'lettre' ); ?></p>
|
||
<!-- /wp:paragraph -->
|
||
|
||
<!-- wp:jetpack/subscriptions {"buttonOnNewLine":true,"buttonWidth":"100%","buttonBackgroundColor":"black","customTextColor":"#ff513d","fontSize":"1.75rem","customFontSize":"1.75rem","borderRadius":50,"borderWeight":2,"borderColor":"black","padding":16,"align":"wide","className":"is-style-split"} /--></div>
|
||
<!-- /wp:column --></div>
|
||
<!-- /wp:columns --></div></div>
|
||
<!-- /wp:cover -->
|