Skip to content

Commit

Permalink
feat: use the newly redeployed newsletter server
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Sep 6, 2024
1 parent 74ce82c commit 1f4036c
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ I have expertise and experience in the following areas:

## Outside of Work

Beyond my work, I’m someone who .
Beyond my work:

- [x] I workout 4-5 times a week in the mornings :man_lifting_weights:.
- [x] I've been practicing and learning piano since 2022 :musical_keyboard:.
Expand Down
6 changes: 3 additions & 3 deletions docs/sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ sneak peek at how your profile and preferred link could appear:
<div class="grid cards" markdown>

- <figure markdown="span">
![Your Name](/assets/logo-128x128.webp){ loading=lazy }
![Your Name](assets/logo-128x128.webp){ loading=lazy }
<figcaption>Your Name and/or title. [Profile Link](https://developer-friendly.blog)</figcaption>
</figure>

- <figure markdown="span">
![Your Name](/assets/logo-128x128.webp){ loading=lazy }
![Your Name](assets/logo-128x128.webp){ loading=lazy }
<figcaption>Your Name and/or title. [Profile Link](https://developer-friendly.blog)</figcaption>
</figure>

- <figure markdown="span">
![Your Name](/assets/logo-128x128.webp){ loading=lazy }
![Your Name](assets/logo-128x128.webp){ loading=lazy }
<figcaption>Your Name and/or title. [Profile Link](https://developer-friendly.blog)</figcaption>
</figure>
</div>
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ nav:
- index.md
- Blog:
- blog/index.md
- Newsletter: https://developerfriendly.eo.page/
- sponsors.md
- Status: https://developer-friendly.cronitorstatus.com/
- terms.md
Expand Down
53 changes: 53 additions & 0 deletions overrides/partials/announce.html
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>

0 comments on commit 1f4036c

Please sign in to comment.