savepoint
This commit is contained in:
parent
1f40826569
commit
3eb0cc075f
|
@ -1,4 +1,4 @@
|
||||||
<header>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
@import url("https://cdn.jsdelivr.net/gh/aaaakshat/cm-web-fonts@latest/fonts.css");
|
@import url("https://cdn.jsdelivr.net/gh/aaaakshat/cm-web-fonts@latest/fonts.css");
|
||||||
* {
|
* {
|
||||||
|
@ -38,4 +38,5 @@
|
||||||
border-color: #0055d4;
|
border-color: #0055d4;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</header>
|
<script src="https://embed.typeform.com/next/embed.js"></script>
|
||||||
|
</head>
|
||||||
|
|
42
src/index.md
42
src/index.md
|
@ -4,44 +4,4 @@ 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).
|
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 the form below, after which someone will be in touch:
|
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.
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
build:
|
build:
|
||||||
rm ../out/index.html
|
rm ../out/index.html
|
||||||
|
echo "<!DOCTYPE html>" >> ../out/index.html
|
||||||
cat head.html >> ../out/index.html
|
cat head.html >> ../out/index.html
|
||||||
markdown index.md >> ../out/index.html
|
markdown index.md >> ../out/index.html
|
||||||
|
echo "</html>" >> ../out/index.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user