-
Notifications
You must be signed in to change notification settings - Fork 343
Add email subscription button #1538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
36890a6
Add unstyled subscribe button
janhohenheim f9b7114
Use new campaign
janhohenheim 46a0974
Move signup button to similar ones
janhohenheim e4fbaf0
Trim down HTML
janhohenheim 1cd6564
Merge branch 'source' into email-signup
janhohenheim 15f7592
Write about email
janhohenheim 616ab69
Style Email Signup Form (#1541)
bash 74c344e
Merge branch 'source' into email-signup
janhohenheim 854387e
Update content/news/052/index.md
janhohenheim 086d973
Update content/news/052/index.md
janhohenheim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
|
@@ -65,7 +65,16 @@ If needed, a section can be split into subsections with a "------" delimiter. | |
|
||
## Announcements | ||
|
||
TODO: I'll be working on adding an email subscription this weekend, so I'll write about it here once that's done :) - Jan | ||
Since years, our readers have asked for a way to subscribe to this newsletter by email. This again came up in our [recent survey][survey]. | ||
We're happy to announce that this feature is now available! When you visit our [homepage], | ||
you can now scroll a bit down and find an email subscription form. | ||
janhohenheim marked this conversation as resolved.
Show resolved
Hide resolved
|
||
We'll send you an email whenever a new post is published, which currently is once per month. | ||
|
||
The emails are currently sent from [[email protected]](mailto:[email protected]). | ||
We will switch this to an actual @gamedev.rs address in the future. Please tell us if you encounter any issues with the emails. | ||
|
||
[survey]: https://gamedev.rs/blog/survey-02/ | ||
[homepage]: https://gamedev.rs/ | ||
|
||
## Game Updates | ||
|
||
|
This file contains hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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,22 @@ | ||
<form action="https://gamedev.us22.list-manage.com/subscribe/post?u=3b2317bf9350c11e252162541&id=aaf37783ec&f_id=0011cde1f0" method="post" name="mc-embedded-subscribe-form"> | ||
<div class="email-form"> | ||
<svg class="email-form__icon" aria-hidden="true"> | ||
<svg><use xlink:href="{{ get_url(path='intro-icons.svg#incoming-envelope') }}"></use></svg> | ||
</svg> | ||
|
||
<div class="email-form__description"> | ||
Get the Rust GameDev Workgroup’s monthly newsletter delivered directly to your inbox. | ||
</div> | ||
|
||
<div class="email-form__input email-input"> | ||
<label for="email-input">Email Address</label> | ||
<input type="email" inputmode="email" name="EMAIL" id="email-input" placeholder="[email protected]" required> | ||
<button type="submit" name="subscribe" class="btn">Subscribe</button> | ||
|
||
<div style="position: absolute; left: -5000px;" aria-hidden="true"> | ||
<input type="text" name="b_3b2317bf9350c11e252162541_aaf37783ec" tabindex="-1" value=""> | ||
</div> | ||
</div> | ||
</div> | ||
</form> | ||
|
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.