From eae428230d439b5e74b44797b3b061a84908fc9c Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 20 Jan 2024 16:54:05 +0100 Subject: [PATCH] Revert "savepoint" This reverts commit 3eb0cc075f3bc9f534fd5f4a57376ee88924443f. --- src/head.html | 5 ++--- src/index.md | 42 +++++++++++++++++++++++++++++++++++++++++- src/makefile | 3 --- 3 files changed, 43 insertions(+), 7 deletions(-) diff --git a/src/head.html b/src/head.html index ce43c52..0cf8966 100644 --- a/src/head.html +++ b/src/head.html @@ -1,4 +1,4 @@ - +
- - +
diff --git a/src/index.md b/src/index.md index 8ea8f8c..83b7b8d 100644 --- a/src/index.md +++ b/src/index.md @@ -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: + +
+
+ +

+ +

+

+ +

+ +

+ + +

+ +

+
+
diff --git a/src/makefile b/src/makefile index 804cf7a..950d807 100644 --- a/src/makefile +++ b/src/makefile @@ -1,7 +1,4 @@ build: rm ../out/index.html - echo "" >> ../out/index.html cat head.html >> ../out/index.html markdown index.md >> ../out/index.html - echo "" >> ../out/index.html -