Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _cache/eleventy-fetch-089a9c8735c0e830f7883eb369a0d6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"089a9c8735c0e830f7883eb369a0d6":"1"},{"cachedAt":1737923643935,"type":"2"},"buffer"]
Binary file not shown.
1 change: 1 addition & 0 deletions _cache/eleventy-fetch-659d2fec2088af8d208cd4943ca165
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"659d2fec2088af8d208cd4943ca165":"1"},{"cachedAt":1737923643868,"type":"2"},"buffer"]
Binary file not shown.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,20 @@ <h2 class="is-size-4">Past speakers and talks</h2>
{%- endfor -%}
{%- endfor -%}
</section>

<section class="section">
<h2 class="is-size-4">Join our mailing list</h2>
<iframe scrolling="no" style="width:100%!important;height:220px;border:1px #ccc solid !important"
src="https://buttondown.com/austinjavascript?as_embed=true"></iframe><br /><br />
</section>
</div>
</div>

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