mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-21 08:31:50 +02:00
Update newsletter
This commit is contained in:
@@ -5,7 +5,7 @@ import CaptchaFields from './Captcha/CaptchaFields.astro';
|
|||||||
|
|
||||||
<Popup id='download-popup' title='Download' subtitle='Enter your email below to receive the download link.'>
|
<Popup id='download-popup' title='Download' subtitle='Enter your email below to receive the download link.'>
|
||||||
<form
|
<form
|
||||||
action='https://newsletter.roadmap.sh/subscribe'
|
action='https://news.roadmap.sh/subscribe'
|
||||||
method='POST'
|
method='POST'
|
||||||
accept-charset='utf-8'
|
accept-charset='utf-8'
|
||||||
target='_blank'
|
target='_blank'
|
||||||
|
@@ -5,7 +5,7 @@ import CaptchaFields from './Captcha/CaptchaFields.astro';
|
|||||||
|
|
||||||
<Popup id='subscribe-popup' title='Subscribe' subtitle='Enter your email below to receive updates.'>
|
<Popup id='subscribe-popup' title='Subscribe' subtitle='Enter your email below to receive updates.'>
|
||||||
<form
|
<form
|
||||||
action='https://newsletter.roadmap.sh/subscribe'
|
action='https://news.roadmap.sh/subscribe'
|
||||||
method='POST'
|
method='POST'
|
||||||
accept-charset='utf-8'
|
accept-charset='utf-8'
|
||||||
target='_blank'
|
target='_blank'
|
||||||
|
@@ -9,7 +9,7 @@ import Icon from './Icon.astro';
|
|||||||
<h2 class='text-3xl mb-1 font-medium hidden sm:block'>Upcoming</h2>
|
<h2 class='text-3xl mb-1 font-medium hidden sm:block'>Upcoming</h2>
|
||||||
<p class='text-gray-600 mb-0 sm:mb-5'>Please check back later or subscribe below.</p>
|
<p class='text-gray-600 mb-0 sm:mb-5'>Please check back later or subscribe below.</p>
|
||||||
|
|
||||||
<form action='https://newsletter.roadmap.sh/subscribe' method='post' accept-charset='utf-8' captcha-form>
|
<form action='https://news.roadmap.sh/subscribe' method='post' accept-charset='utf-8' captcha-form>
|
||||||
<input
|
<input
|
||||||
type='email'
|
type='email'
|
||||||
required
|
required
|
||||||
|
@@ -25,7 +25,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form
|
<form
|
||||||
action='https://newsletter.roadmap.sh/subscribe'
|
action='https://news.roadmap.sh/subscribe'
|
||||||
method='POST'
|
method='POST'
|
||||||
accept-charset='utf-8'
|
accept-charset='utf-8'
|
||||||
class='w-full'
|
class='w-full'
|
||||||
|
Reference in New Issue
Block a user