Skip to content

Commit

Permalink
Updating copy and sst config
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Aug 31, 2023
1 parent 937a7e1 commit 37e552a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _includes/newsletter-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{% if include.type == "guide" %}
<p class="eyebrow">Part of the</p>
<h6>SST Guide</h6>
<p class="body">Download the FREE 1000 page ebook!</p>
<p class="body">Download the FREE 300 page ebook!</p>
<p class="description">Get the most popular resource for building serverless apps. We'll also send you updates when new versions are published.</p>
{% else %}
<p class="eyebrow">Learn serverless</p>
<h6>SST Guide</h6>
<p class="body">Download the FREE 1000 page ebook!</p>
<p class="body">Download the FREE 300 page ebook!</p>
<p class="description">Get the most popular resource for building serverless apps. We'll also send you updates when new versions are published.</p>
{% endif %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/standalone-newsletter-form.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="standalone-newsletter-form">
<div class="copy">
<p>Join {{ site.stats.newsletter }} other readers and subscribe to our monthly newsletter. We’ll send you the entire SST Guide as a 1000 page ebook for free!</p>
<p>Join {{ site.stats.newsletter }} other readers and subscribe to our monthly newsletter. We’ll send you the entire SST Guide as a 300 page ebook for free!</p>
</div>
<div class="controls">
{% include email-octopus-form.html %}
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ description: "Build modern full-stack serverless applications on AWS with Next.j

<div class="form-container">
<div class="form-copy">
<p>Download the FREE 1000 page ebook</p>
<p>Download the FREE 300 page ebook</p>
<p>Join {{ site.stats.newsletter }} readers from the biggest companies in the world. We'll also send you updates when new versions are published.</p>
</div>
<div class="form">
Expand Down
2 changes: 1 addition & 1 deletion newsletter.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Subscribe to our newsletter
description: Subscribe to our monthly newsletter and receive the entire SST guide as a 1000 page ebook for free!
description: Subscribe to our monthly newsletter and receive the entire SST guide as a 300 page ebook for free!
---

- No spam
Expand Down
2 changes: 1 addition & 1 deletion resources/ebook.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h4>
</div>

<div class="cta">
<h3>Download the FREE 1000 page ebook</h3>
<h3>Download the FREE 300 page ebook</h3>
<p class="copy">Enter your email and we’ll send you this ebook as PDF and EPUB. And we’ll also send you updates when new versions are published!</p>
<div class="controls">
{% include email-octopus-form.html %}
Expand Down
2 changes: 1 addition & 1 deletion resources/serverless-framework-vs-sst.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Here is a video of it in action.

And that's it! You can now add other parts of your infrastructure with [SST's constructs]({{ site.docs_url }}), CDK's constructs, or by adding your own.

As a next step, you can check out this free 1000 page ebook on how to build full-stack serverless applications using SST and React. It's the most widely read resource for serverless and a great way to get started.
As a next step, you can check out this free 300 page ebook on how to build full-stack serverless applications using SST and React. It's the most widely read resource for serverless and a great way to get started.

<div class="extras">
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Sponsors
description: SST is a free open source guide. Show your support by sponsoring SST.
---

[SST](https://sst.dev) is a free open source 1000+ page guide for building full-stack apps using Serverless and React on AWS. It attracts over 3.5K daily and 60K monthly visitors with over 230K page views per month. And we have over 20K email subscribers.
[SST](https://sst.dev) is a free open source 300+ page guide for building full-stack apps using Serverless and React on AWS. It attracts over 3.5K daily and 60K monthly visitors with over 230K page views per month. And we have over 20K email subscribers.

Learn to create a note taking app from scratch using Serverless and React. Follow our step-by-step tutorials with screenshots and code samples. And use [our forums](https://discourse.sst.dev) to ask us any questions.

Expand Down
2 changes: 1 addition & 1 deletion sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
}

stack.addOutputs({
Url: site.url,
Url: site.customDomainUrl || site.url,
});
});
},
Expand Down

0 comments on commit 37e552a

Please sign in to comment.