Automattic / blockpatterns

Repo of block patterns to work with
7 stars 2 forks source link

Newsletter Signup with Media on the Left #286

Closed iamtakashi closed 1 year ago

iamtakashi commented 1 year ago

Imported from Lettre.

Screenshot: dotcompatterns wordpress com__p=7608 preview=true

<!-- wp:media-text {"align":"full","mediaId":7610,"mediaType":"image","mediaWidth":42,"verticalAlignment":"center","style":{"color":{"background":"#ffe030"}}} -->
<div class="wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center has-background" style="background-color:#ffe030;grid-template-columns:42% auto"><figure class="wp-block-media-text__media"><img src="https://dotcompatterns.files.wordpress.com/2022/10/flowers-vase.jpeg?w=831" alt="" class="wp-image-7610 size-full"/></figure><div class="wp-block-media-text__content"><!-- wp:group {"style":{"spacing":{"blockGap":"0px"}}} -->
<div class="wp-block-group"><!-- wp:spacer {"height":"60px"} -->
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->

<!-- wp:paragraph {"textColor":"black","fontSize":"large"} -->
<p class="has-black-color has-text-color has-large-font-size">Subscribe to our newsletter to get the latest stories in your inbox.</p>
<!-- /wp:paragraph -->

<!-- wp:spacer {"height":"40px"} -->
<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer --></div>
<!-- /wp:group -->

<!-- wp:jetpack/subscriptions {"subscribePlaceholder":"Email Address","buttonOnNewLine":true,"buttonWidth":"100%","submitButtonText":"\u003cstrong\u003eSubscribe\u003c/strong\u003e","buttonBackgroundColor":"black","customTextColor":"#ffe030","fontSize":"1.75rem","customFontSize":"1.75rem","borderRadius":50,"borderWeight":1,"borderColor":"black","padding":24,"spacing":15,"className":"is-style-split"} -->
<div class="wp-block-jetpack-subscriptions wp-block-jetpack-subscriptions__supports-newline wp-block-jetpack-subscriptions__use-newline is-style-split">[jetpack_subscription_form subscribe_placeholder="Email Address" show_subscribers_total="false" button_on_newline="true" submit_button_text="&lt;strong&gt;Subscribe&lt;/strong&gt;" custom_text_button_color="#ffe030" custom_font_size="1.75rem" custom_border_radius="50" custom_border_weight="1" custom_button_width="100%" custom_padding="24" custom_spacing="15" submit_button_classes="has-1-75-rem-font-size has-black-border-color has-background has-black-background-color" email_field_classes="has-1-75-rem-font-size has-black-border-color" show_only_email_and_button="true" success_message="Success! An email was just sent to confirm your subscription. Please find the email now and click &#039;Confirm Follow&#039; to start subscribing."]</div>
<!-- /wp:jetpack/subscriptions --></div></div>
<!-- /wp:media-text -->

Preview: https://dotcompatterns.wordpress.com/?p=7608&preview=true

cc: @alaczek @onuro

alaczek commented 1 year ago

This one is missing padding below the form on mobile:

image
iamtakashi commented 1 year ago

Good catch. Added another spacer and published.