-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove broken newsletter signup links
- Loading branch information
Showing
4 changed files
with
45 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,16 +62,16 @@ h1 Download ImageResizer | |
| We hear | ||
em all the time | ||
| from customers who never realized the sheer variety of ImageResizer's capabilities. Come and see some of ImageResizer's wide assortment of features. | ||
li | ||
a href="/newsletter/signup" Make sure you signed up for our newsletter. | ||
|It's only happened once (a long time ago), but if there is a security-related bug, this is how we let you know. | ||
strong Extremely low-volume. | ||
/ li | ||
/ a href="/newsletter/signup" Make sure you signed up for our newsletter. | ||
/ |It's only happened once (a long time ago), but if there is a security-related bug, this is how we let you know. | ||
/ strong Extremely low-volume. | ||
p | ||
form#signupform.form-inline method="post" action="http://news.imazen.io/subscribe" accept-charset="UTF-8" | ||
input type="hidden" name="list" value="9qAaYaDsCOem6WVY7jWnhA" | ||
| Email: | ||
input type="text" name="email" placeholder="[email protected]" | ||
| | ||
button type="submit" name="Submit" class="btn btn-primary" style="margin-bottom:10px" | ||
| Subscribe (avg 4 per year) » | ||
/ p | ||
/ form#signupform.form-inline method="post" action="http://news.imazen.io/subscribe" accept-charset="UTF-8" | ||
/ input type="hidden" name="list" value="9qAaYaDsCOem6WVY7jWnhA" | ||
/ | Email: | ||
/ input type="text" name="email" placeholder="[email protected]" | ||
/ | | ||
/ button type="submit" name="Submit" class="btn btn-primary" style="margin-bottom:10px" | ||
/ | Subscribe (avg 4 per year) » |
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 |
---|---|---|
|
@@ -3,24 +3,24 @@ Layout: false | |
|
||
|
||
.row | ||
.span5 | ||
.hero-unit | ||
form#homesignup.form-inline method="post" action="http://news.imazen.io/subscribe" accept-charset="UTF-8" onsubmit="return verifyRequired('homesignup');" | ||
input type="hidden" name="redirect" value=latest_release.meta.fullfile | ||
input type="hidden" name="list" value="9qAaYaDsCOem6WVY7jWnhA" | ||
/ .span5 | ||
/ .hero-unit | ||
/ form#homesignup.form-inline method="post" action="http://news.imazen.io/subscribe" accept-charset="UTF-8" onsubmit="return verifyRequired('homesignup');" | ||
/ input type="hidden" name="redirect" value=latest_release.meta.fullfile | ||
/ input type="hidden" name="list" value="9qAaYaDsCOem6WVY7jWnhA" | ||
h3 | ||
| Download ImageResizer V#{latest_release.meta.shortversion} | ||
input type="text" name="email" placeholder="[email protected]" | ||
| | ||
button type="submit" name="Submit" class="btn btn-primary" | ||
| Download & subscribe » | ||
p | ||
| We send an average of 4 newsletters per year, and you can unsubscribe at any time. | ||
a href=releases.first.path | ||
| V#{latest_release.meta.shortversion} includes | ||
= latest_release.meta_summary | ||
| (see release notes and download page). | ||
/ h3 | ||
/ | Download ImageResizer V#{latest_release.meta.shortversion} | ||
/ input type="text" name="email" placeholder="[email protected]" | ||
/ | | ||
/ button type="submit" name="Submit" class="btn btn-primary" | ||
/ | Download & subscribe » | ||
/ p | ||
/ | We send an average of 4 newsletters per year, and you can unsubscribe at any time. | ||
/ a href=releases.first.path | ||
/ | V#{latest_release.meta.shortversion} includes | ||
/ = latest_release.meta_summary | ||
/ | (see release notes and download page). | ||
.span2 | ||
h3 Install | ||
ul.arrow_list | ||
|
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