savepoint after experimenting with typeform

This commit is contained in:
NunoSempere 2024-01-20 16:56:32 +01:00
parent eae428230d
commit c338166445
3 changed files with 8 additions and 4 deletions

View File

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

View File

@ -1,10 +1,11 @@
# Active Longtermist Emergency Response Team
ALERT is a response team, which will seek to react fast to developing catastrophes.
ALERT is a response team which will seek to react fast to developing catastrophes.
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:
<h3>Becoming a volunteer</h3>
If you want to express your interest in becoming a volunteer, you can fill-in the form below, after which a member of our team will be in touch:
<form
method="post"

View File

@ -1,4 +1,7 @@
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