mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Merge pull request #78 from safing/success-page
Add newsletter success page
This commit is contained in:
commit
6b2252ecbb
1 changed files with 22 additions and 0 deletions
22
newsletter/success.html
Normal file
22
newsletter/success.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
title: Thanks for subscribing!
|
||||
layout: page
|
||||
---
|
||||
|
||||
<section class="my-56">
|
||||
<div class="text-center max-w-2xl mx-auto">
|
||||
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10">
|
||||
Thanks for subscribing!
|
||||
</h2>
|
||||
<p class="text-md opacity-55">
|
||||
An email with a confirmation link is on its way.
|
||||
</p>
|
||||
<div class="pt-10">
|
||||
<a href="{{ site.base_url }}">
|
||||
<button type="button" style="background-color: #6188ff;" class="mb-5 md:mb-0 transform hover:scale-95 inline-flex items-center px-5 px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||
take me back home
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Loading…
Add table
Reference in a new issue