-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use the newly redeployed newsletter server
- Loading branch information
Showing
4 changed files
with
57 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<form | ||
method="post" | ||
action="https://newsletter.developer-friendly.blog/subscription/form" | ||
class="md-typeset" | ||
> | ||
<div class="md-grid"> | ||
|
||
<span class="md-grid__cell"> | ||
<strong>Subscribe to get the latest updates!</strong> | ||
<span class="twemoji"> | ||
{% include ".icons/octicons/rocket-24.svg" %} | ||
</span> | ||
</span> | ||
<input type="hidden" name="nonce" /> | ||
|
||
<span class="md-grid__cell"> | ||
<input | ||
type="email" | ||
name="email" | ||
required | ||
placeholder="E-mail" | ||
class="md-input" | ||
/> | ||
</span> | ||
|
||
<span class="md-grid__cell"> | ||
<input | ||
type="text" | ||
name="name" | ||
placeholder="Name (optional)" | ||
class="md-input" | ||
/> | ||
</span> | ||
|
||
<span class="md-grid__cell"> | ||
<input | ||
id="ea947" | ||
type="hidden" | ||
name="l" | ||
value="ea947371-ce6e-46e5-ade0-736c1a72d55e" | ||
class="md-checkbox" | ||
/> | ||
</span> | ||
|
||
<span class="md-grid__cell"> | ||
<input | ||
type="submit" | ||
value="Subscribe" | ||
class="md-button md-button--primary" | ||
/> | ||
</span> | ||
</div> | ||
</form> |