-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added email sign up forms to several pages
- Loading branch information
1 parent
a210f56
commit 5578bd8
Showing
5 changed files
with
71 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |