forked from anomalyco/guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnewsletter-form.html
More file actions
28 lines (25 loc) · 967 Bytes
/
Copy pathnewsletter-form.html
File metadata and controls
28 lines (25 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div class="copy">
{% 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="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="description">Get the most popular resource for building serverless apps. We'll also send you updates when new versions are published.</p>
{% endif %}
</div>
<div class="controls">
<div class="support">
<a class="button" target="_blank" href="{{ site.sst_github_repo }}">
Star us on GitHub
</a>
</div>
<div class="divider">
<div></div>
<span>&</span>
</div>
{% include email-octopus-form.html button_copy="Download" source="post-footer" %}
</div>