Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Small Technology Foundation web site
site
Commits
da688862
Commit
da688862
authored
Jun 17, 2021
by
Laura Kalbag
⚡
Browse files
Add shortcode for buttondown signup form and add to SiB page
parent
d5b08342
Changes
2
Hide whitespace changes
Inline
Side-by-side
.hugo/content/events/small-is-beautiful/index.md
View file @
da688862
...
...
@@ -28,7 +28,7 @@ _(For more frequent, development-related updates, see [Aral’s blog](https://ar
### Next Stream
The next scheduled stream is on June 17, 2021.
The next scheduled stream is on June 17, 2021.
You can
[
get monthly reminders for future live streams below
](
#get-live-stream-reminders
)
#### Can the Small Web be as easy (or easier) to use than the Big Web? (Spoiler: Yes.)
...
...
@@ -54,3 +54,6 @@ __Join in!__ _Have your webcam/microphone and headphones ready if you want to jo
[
Watch live
](
/small-is-beautiful
)
.
### Get live stream reminders
{{
<
notify
>
}}
.hugo/layouts/shortcodes/notify.html
0 → 100644
View file @
da688862
<p>
Every month we’ll send you a reminder for the next episode of Small is Beautiful, the Small Technology Foundation
livestream, so you can watch the stream live.
</p>
<p>
That’s all we’ll send you! No spam or any other nonsense, and we will never use your email address for anything else.
</p>
<form
action=
"https://buttondown.email/api/emails/embed-subscribe/small-is-beautiful"
method=
"post"
target=
"popupwindow"
onsubmit=
"window.open('notify.small-tech.org', 'popupwindow')"
class=
"embeddable-buttondown-form"
>
<label
for=
"bd-email"
>
Your email address:
</label>
<input
type=
"email"
name=
"email"
id=
"bd-email"
/>
<input
type=
"hidden"
value=
"1"
name=
"embed"
/>
<input
type=
"submit"
value=
"Subscribe"
/>
</form>
<p>
If you’d prefer, you can also
<a
href=
'https://buttondown.email/small-is-beautiful/rss'
>
subscribe to monthly reminders via RSS
</a>
.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment