Revert "savepoint"

This reverts commit 3eb0cc075f.
This commit is contained in:
NunoSempere 2024-01-20 16:54:05 +01:00
parent 3eb0cc075f
commit eae428230d
3 changed files with 43 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<head>
<header>
<style>
@import url("https://cdn.jsdelivr.net/gh/aaaakshat/cm-web-fonts@latest/fonts.css");
* {
@ -38,5 +38,4 @@
border-color: #0055d4;
}
</style>
<script src="https://embed.typeform.com/next/embed.js"></script>
</head>
</header>

View File

@ -4,4 +4,44 @@ ALERT is a response team, which will seek to react fast to developing catastroph
You can read more about the rationale behind it [here](https://forum.effectivealtruism.org/posts/sgcxDwyD2KL6BHH2C/case-for-emergency-response-teams), and about the latest iteration [here](https://manifund.org/projects/make-alert-happen).
If you want to express your interest in becoming a volunteer, you can fill-in [this form](https://form.typeform.com/to/PvWOa8DJ), after which someone will be in touch.
If you want to express your interest in becoming a volunteer, you can fill-in the form below, after which someone will be in touch:
<form
method="post"
action="https://list.nunosempere.com/subscription/form"
class="listmonk-form"
>
<div>
<input type="hidden" name="nonce" />
<p>
<input
type="email"
name="email"
required
placeholder="E-mail"
class="subscribe-input"
/>
</p>
<p>
<input
type="text"
name="name"
placeholder="Name (helps filter out malicious entries)"
class="subscribe-input"
/>
</p>
<p style="display: none;">
<input
id="a916d"
type="checkbox"
name="l"
checked
value="a916d49f-0201-46d8-8311-225e095cd82f"
/>
<label for="a916d" style="font-size: 18px;">ALERT</label>
</p>
<p><input type="submit" value="Apply" class="subscribe-button" /></p>
</div>
</form>

View File

@ -1,7 +1,4 @@
build:
rm ../out/index.html
echo "<!DOCTYPE html>" >> ../out/index.html
cat head.html >> ../out/index.html
markdown index.md >> ../out/index.html
echo "</html>" >> ../out/index.html