Skip to content

Commit

Permalink
Remove broken newsletter signup links
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Feb 24, 2024
1 parent 6621aa2 commit 81b5330
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 42 deletions.
24 changes: 12 additions & 12 deletions content/download.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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) »
25 changes: 14 additions & 11 deletions content/newsletter/signup.slim
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ markdown:
You will only be e-mailed about important updates, news, and notifications regarding ImageResizer. I do not rent, share, or sell your info to anyone.

You can unsubscribe at any time.


form#signupform method="post" action="http://news.imazen.io/subscribe" accept-charset="UTF-8"
input type="hidden" name="list" value="9qAaYaDsCOem6WVY7jWnhA"
h3 style="margin-bottom:0"
| Notify me when important updates are available

p style="margin-top:10px"
| Email:
input type="text" name="email"
|  
button class="btn btn-primary" type="submit" name="Submit"
| Get notified (avg 8 per year)
Sorry, our mailing list is not currently active. Please check back later.

/ form#signupform method="post" action="http://news.imazen.io/subscribe" accept-charset="UTF-8"
/ input type="hidden" name="list" value="9qAaYaDsCOem6WVY7jWnhA"
/ h3 style="margin-bottom:0"
/ | Notify me when important updates are available
/ p style="margin-top:10px"
/ | Email:
/ input type="text" name="email"
/ |  
/ button class="btn btn-primary" type="submit" name="Submit"
/ | Get notified (avg 8 per year)
34 changes: 17 additions & 17 deletions content/part_middle_links.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/pricing/for.slim
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ css:
| Include parent companies and their subsidiaries in the employee count.
h2
| Unlimited servers, instances, and domains. One flat rate, one license key for your entire org, for
| a href="https://github.com/imazen/resizer"
a href="https://github.com/imazen/resizer"
| ImageResizer
| ,
a href="https://github.com/imazen/imageflow"
| Imageflow
| , and
a href="https://github.com/imazen/imageflow-dotnet-server"
| Imageflow Server
| combined.
| combined.
h4
| Reduce your risk and cost, improve your site performance/revenue, and innovate faster with our cutting-edge image processing and delivery platforms.
| We've maintained URL compatibility for longer than most image SaaS companies have existed, across 15 years of rewrites and updates. Adding ?width=300 (etc) is so intuitive, it's almost invisible.
Expand Down

0 comments on commit 81b5330

Please sign in to comment.