Skip to content

Commit

Permalink
added email sign up forms to several pages
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwisdom committed Dec 12, 2024
1 parent a210f56 commit 5578bd8
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 5 deletions.
19 changes: 18 additions & 1 deletion docs/coffee.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
In 2025 we will host a 'coffee roulette' to regularly match people within the Newspeak House network with similar interests and experience and knowledge to share.
In 2025 we will host a 'coffee roulette' to regularly match people within the Newspeak House network with similar interests and experience and knowledge to share.

Enter your email below to sign up for the waitlist!

<form action="https://formspree.io/f/mgvebqoy" method="POST">
<div style="max-width: 300px; margin: 10px 0;">
<input
type="email"
name="email"
placeholder="Your email"
required
style="padding: 8px; width: 200px; margin-right: 8px;"
>
<button type="submit" style="padding: 8px 16px;">
Subscribe
</button>
</div>
</form>
2 changes: 1 addition & 1 deletion docs/cowork.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
We host cowork days every Tuesday from 9am onwards in the Newspeak House drawing room. Come work with us!
We host coworking days every Tuesday from 9am onwards in the Newspeak House drawing room. Come work with us!

<img src="/images/classroom-pano.jpg" alt="Bookshelves" class="img-fluid">
18 changes: 17 additions & 1 deletion docs/experiments.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
We are testing hypotheses on how to live together well and self-organise better so we can share our learnings with the world.
We are testing hypotheses on how to live together well and self-organise better so we can share our learnings with the world.

Want to be a guinea pig? Have ideas you'd like to test? Sign up and we'll be in touch!
<form action="https://formspree.io/f/xovqzbjd" method="POST">
<div style="max-width: 300px; margin: 10px 0;">
<input
type="email"
name="email"
placeholder="Your email"
required
style="padding: 8px; width: 200px; margin-right: 8px;"
>
<button type="submit" style="padding: 8px 16px;">
Subscribe
</button>
</div>
</form>
18 changes: 17 additions & 1 deletion docs/sensing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
What if Newspeak House could actively communicate with us or make decisions?

What does an "autonomous house” mean? How would it interact with people or itself?

If this interests you and you want to explore these questions, sign up below and we'll be in touch:
<form action="https://formspree.io/f/mpwzenql" method="POST">
<div style="max-width: 300px; margin: 10px 0;">
<input
type="email"
name="email"
placeholder="Your email"
required
style="padding: 8px; width: 200px; margin-right: 8px;"
>
<button type="submit" style="padding: 8px 16px;">
Subscribe
</button>
</div>
</form>

<img src="../images/FrontNewspeakHouse02.jpg" alt="NWSPK House" class="img-fluid">

19 changes: 18 additions & 1 deletion docs/wordlab.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
Writing Club - Coming soon
Want to improve your writing? Join our writing club, starting early 2025.

Enter your email below and we'll reach out when we get started.

<form action="https://formspree.io/f/mwpkjzvw" method="POST">
<div style="max-width: 300px; margin: 10px 0;">
<input
type="email"
name="email"
placeholder="Your email"
required
style="padding: 8px; width: 200px; margin-right: 8px;"
>
<button type="submit" style="padding: 8px 16px;">
Subscribe
</button>
</div>
</form>

0 comments on commit 5578bd8

Please sign in to comment.