From e006069f9f5c27cb38d5b3b90862c784337d2ea2 Mon Sep 17 00:00:00 2001 From: Dmytro Trotsko Date: Mon, 19 Aug 2024 18:17:49 +0300 Subject: [PATCH] Added two more items to the 'Join Us' section. --- config.toml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b1d7e7a4..51b79c97 100644 --- a/config.toml +++ b/config.toml @@ -56,7 +56,21 @@ relativeURLs = false parent = "join-us" name = "Open paid positions" url = "/about/careers" - weight = 8 + weight = 10 +[[menu.main]] + parent = "join-us" + name = "Invitation to faculty" + url = "https://docs.google.com/forms/d/e/1FAIpQLSeAKmjTuRZePMy4qneyloxhQ3HT9u6ukb3KcyAnIL89uGflxw/viewform" + weight = 20 + [menu.main.params] + external = true +[[menu.main]] + parent = "join-us" + name = "Invitation to students and volunteers" + url = "https://docs.google.com/forms/d/e/1FAIpQLSdPz62Zxg7DC2iyqN7Yv9dCxagpUaOXNIXJjLFJ-R848X0FOQ/viewform" + weight = 30 + [menu.main.params] + external = true [[menu.main]] parent = "about" name = "Support Us (Donate)"