style: reformat
This commit is contained in:
parent
a33f269253
commit
23fafcbcf0
11 changed files with 130 additions and 61 deletions
|
|
@ -7,13 +7,52 @@ title: Ansible email course
|
|||
|
||||
Register for my upcoming Ansible email course.
|
||||
|
||||
<form class="mx-auto mt-8 max-w-md" action="https://app.convertkit.com/forms/3588392/subscriptions" method="post" data-sv-form="3588392" data-uid="f0c1d2b57f" data-format="inline" data-version="5" data-options="{"settings":{"after_subscribe":{"action":"message","success_message":"Success! Now check your email to confirm your subscription.","redirect_url":""},"analytics":{"google":null,"fathom":null,"facebook":null,"segment":null,"pinterest":null,"sparkloop":null,"googletagmanager":null},"modal":{"trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15},"powered_by":{"show":true,"url":"https://convertkit.com/features/forms?utm_campaign=poweredby&utm_content=form&utm_medium=referral&utm_source=dynamic"},"recaptcha":{"enabled":false},"return_visitor":{"action":"show","custom_content":""},"slide_in":{"display_in":"bottom_right","trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15},"sticky_bar":{"display_in":"top","trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15}},"version":"5"}" min-width="400"><div data-style="clean"><ul class="formkit-alert formkit-alert-error" data-element="errors" data-group="alert"></ul>
|
||||
<div data-element="fields" data-stacked="false" class="seva-fields formkit-fields"><div class="formkit-field">
|
||||
<input class="block mt-1 w-full" name="email_address" style="color: rgb(0, 0, 0); border-color: rgb(227, 227, 227); border-radius: 4px; font-weight: 400;" aria-label="Email Address" placeholder="What is your best email address?" required="" type="email"/>
|
||||
<form
|
||||
class="mx-auto mt-8 max-w-md"
|
||||
action="https://app.convertkit.com/forms/3588392/subscriptions"
|
||||
method="post"
|
||||
data-sv-form="3588392"
|
||||
data-uid="f0c1d2b57f"
|
||||
data-format="inline"
|
||||
data-version="5"
|
||||
data-options='{"settings":{"after_subscribe":{"action":"message","success_message":"Success! Now check your email to confirm your subscription.","redirect_url":""},"analytics":{"google":null,"fathom":null,"facebook":null,"segment":null,"pinterest":null,"sparkloop":null,"googletagmanager":null},"modal":{"trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15},"powered_by":{"show":true,"url":"https://convertkit.com/features/forms?utm_campaign=poweredby&utm_content=form&utm_medium=referral&utm_source=dynamic"},"recaptcha":{"enabled":false},"return_visitor":{"action":"show","custom_content":""},"slide_in":{"display_in":"bottom_right","trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15},"sticky_bar":{"display_in":"top","trigger":"timer","scroll_percentage":null,"timer":5,"devices":"all","show_once_every":15}},"version":"5"}'
|
||||
min-width="400"
|
||||
>
|
||||
<div data-style="clean">
|
||||
<ul
|
||||
class="formkit-alert formkit-alert-error"
|
||||
data-element="errors"
|
||||
data-group="alert"
|
||||
></ul>
|
||||
<div
|
||||
data-element="fields"
|
||||
data-stacked="false"
|
||||
class="seva-fields formkit-fields"
|
||||
>
|
||||
<div class="formkit-field">
|
||||
<input
|
||||
class="block mt-1 w-full"
|
||||
name="email_address"
|
||||
style="color: rgb(0, 0, 0); border-color: rgb(227, 227, 227); border-radius: 4px; font-weight: 400;"
|
||||
aria-label="Email Address"
|
||||
placeholder="What is your best email address?"
|
||||
required=""
|
||||
type="email"
|
||||
/>
|
||||
</div>
|
||||
<div class="mt-4">
|
||||
<button
|
||||
data-element="submit"
|
||||
class="inline-flex justify-center items-center py-3 px-6 w-full font-medium text-white no-underline rounded-md border duration-200 ease-in-out hover:bg-white focus:bg-white border-blue-primary bg-blue-primary transition-color hover:text-blue-primary focus:text-blue-primary"
|
||||
>
|
||||
<div class="formkit-spinner">
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
<span class="">Register for updates →</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-4">
|
||||
<button data-element="submit" class="inline-flex justify-center items-center py-3 px-6 w-full font-medium text-white no-underline rounded-md border duration-200 ease-in-out hover:bg-white focus:bg-white border-blue-primary bg-blue-primary transition-color hover:text-blue-primary focus:text-blue-primary">
|
||||
<div class="formkit-spinner"><div></div><div></div><div></div></div><span class="">Register for updates →</span>
|
||||
</button></div>
|
||||
</div>
|
||||
</div></form>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue