Skip to content

Commit 596b5b3

Browse files
Merge pull request #1031 from plausible/newsletter-back
newsletter back
2 parents 016c94b + 46ae2bd commit 596b5b3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

blog.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,20 @@ <h2 class="text-xl font-black">Browse by topic</h2>
8787

8888
<hr class="container max-w-screen-sm bg-gray-100 mt-16" style="height: 1px;">
8989

90+
<div class="container max-w-screen-sm mt-12">
91+
<p class="text-gray-700">Get new posts straight to your inbox. No ads, no tracking, unsubscribe any time.</p>
92+
<form class="mt-4 sm:flex" action="https://plausible.us20.list-manage.com/subscribe/post?u=aa3638e2a24986bbda7c17506&id=a307649d1b" method="post" id="newsletter-signup">
93+
<input type="email" name="EMAIL" required class="appearance-none w-full px-5 py-3 border border-gray-300 text-base leading-6 rounded-md text-gray-900 bg-white placeholder-gray-500 focus:outline-none focus:shadow-outline focus:border-blue-300 transition duration-150 ease-in-out sm:max-w-xs" placeholder="Enter your email" />
94+
<div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3 sm:flex-shrink-0">
95+
<button class="w-full flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-500 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out">
96+
Subscribe
97+
</button>
98+
</div>
99+
</form>
100+
</div>
101+
102+
<hr class="container max-w-screen-sm bg-gray-100 mt-16" style="height: 1px;">
103+
90104
<div class="container max-w-screen-sm mt-16">
91105
<h2 class="text-xl font-black">All posts</h2>
92106
</div>

0 commit comments

Comments
 (0)