commit 65da7cbbc91101c41d2ffb012810f7f0e6f06c2c Author: NunoSempere Date: Sat Jan 20 16:42:13 2024 +0100 savepoint diff --git a/head.html b/head.html new file mode 100644 index 0000000..0cf8966 --- /dev/null +++ b/head.html @@ -0,0 +1,41 @@ +
+ +
diff --git a/index.md b/index.md new file mode 100644 index 0000000..83b7b8d --- /dev/null +++ b/index.md @@ -0,0 +1,47 @@ +# Active Longtermist Emergency Response Team + +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: + +
+
+ +

+ +

+

+ +

+ +

+ + +

+ +

+
+
diff --git a/makefile b/makefile new file mode 100644 index 0000000..950d807 --- /dev/null +++ b/makefile @@ -0,0 +1,4 @@ +build: + rm ../out/index.html + cat head.html >> ../out/index.html + markdown index.md >> ../out/index.html