Skip to content

Commit 4610734

Browse files
authored
Merge pull request #183 from austinjavascript/srozier/add-mailinglist-embed
Add email signup embed to sidebar
2 parents 59bf7c9 + f183735 commit 4610734

5 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"089a9c8735c0e830f7883eb369a0d6":"1"},{"cachedAt":1737923643935,"type":"2"},"buffer"]
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"659d2fec2088af8d208cd4943ca165":"1"},{"cachedAt":1737923643868,"type":"2"},"buffer"]
Binary file not shown.

index.html

+9
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,20 @@ <h2 class="is-size-4">Past speakers and talks</h2>
4848
{%- endfor -%}
4949
{%- endfor -%}
5050
</section>
51+
52+
<section class="section">
53+
<h2 class="is-size-4">Join our mailing list</h2>
54+
<iframe scrolling="no" style="width:100%!important;height:220px;border:1px #ccc solid !important"
55+
src="https://buttondown.com/austinjavascript?as_embed=true"></iframe><br /><br />
56+
</section>
5157
</div>
5258
</div>
5359

5460
<div class="column">
5561
<div class="content">
62+
<h3>Join our mailing list</h3>
63+
<iframe scrolling="no" style="width:100%!important;height:220px;border:1px #ccc solid !important"
64+
src="https://buttondown.com/austinjavascript?as_embed=true"></iframe><br /><br />
5665
<h3>Recent meetups</h3>
5766
<ul>
5867
{%- assign meetups = collections.meetups | flip -%}

0 commit comments

Comments
 (0)