Skip to content

Commit 3c91c94

Browse files
committed
Add email signup forms to main page and newsletter page
- Added one-liner signup form to main page with streamlined design - Added full signup form to newsletter index page - Updated form action URL to use production listmonk instance - Forms include SafeAI-Aus list subscription with descriptive text
1 parent 848c4c5 commit 3c91c94

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

docs/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ We help Australian businesses adopt AI responsibly, safely, and in compliance wi
2828
## Our Mission
2929
To enable safe, ethical, and growth-oriented AI adoption in Australian businesses through open standards, practical tools, and collaborative knowledge-sharing.
3030

31+
## Stay Updated
32+
Subscribe today for practical tools to make AI safe — and work for your growth.
33+
34+
<form method="post" action="https://lists.safeaiaus.org/subscription/form" class="listmonk-form" style="margin: 20px 0;">
35+
<div style="display: flex; gap: 10px; align-items: center; flex-wrap: wrap;">
36+
<input type="hidden" name="nonce" />
37+
<input type="email" name="email" required placeholder="Enter your email" style="flex: 1; min-width: 200px; padding: 8px; border: 1px solid #ccc; border-radius: 4px;" />
38+
<input type="hidden" name="l" value="48a923d4-0865-49f1-9c94-67a234cbcae3" />
39+
<input type="submit" value="Subscribe" style="padding: 8px 16px; background-color: #007bff; color: white; border: none; border-radius: 4px; cursor: pointer;" />
40+
</div>
41+
</form>
42+
3143
## What You'll Find Here
3244
- **Guidelines** — Best practices aligned with the Australian Voluntary AI Safety Standard.
3345
- **Governance Templates** — AI use policies, risk assessments, incident forms, vendor evaluation tools, and readiness checklists.

docs/newsletter/0_newsletter_index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# Subscribe to Our Newsletter
2+
3+
Stay informed with news, resources, and practical tools on safe and responsible AI adoption in Australia.
4+
5+
<form method="post" action="http://localhost:9000/subscription/form" class="listmonk-form">
6+
<div>
7+
<h3>Subscribe</h3>
8+
<input type="hidden" name="nonce" />
9+
10+
<p><input type="email" name="email" required placeholder="E-mail" /></p>
11+
<p><input type="text" name="name" placeholder="Name (optional)" /></p>
12+
13+
<p>
14+
<input id="48a92" type="checkbox" name="l" checked value="48a923d4-0865-49f1-9c94-67a234cbcae3" />
15+
<label for="48a92">SafeAI-Aus</label>
16+
<br />
17+
<span>Stay informed with news, resources, and practical tools on safe and responsible AI adoption in Australia. We'll share templates, governance guides, workshop materials, and research highlights curated by the SafeAI-Aus project. Expect occasional updates (not spam), focused on helping Australian businesses and organisations adopt AI safely, ethically, and effectively for growth.</span>
18+
</p>
19+
20+
<input type="submit" value="Subscribe " />
21+
</div>
22+
</form>
23+
24+
---
25+
126
If you want to follow the meaningful changes of this site, you can either:
227

328
* [Subscribe to the RSS feed](#rss_feed)

0 commit comments

Comments
 (0)