From 88dbc55cd6cf68e9e22f4fadd2b1c08f05368852 Mon Sep 17 00:00:00 2001
From: Tobias Raufeisen <t.raufeisen@surrey.ac.uk>
Date: Wed, 31 Jan 2024 14:35:44 +0000
Subject: [PATCH] Updating the project participation section

---
 config/_default/menus.toml   | 10 +++++-----
 content/home/participate.md  | 20 +++++++++++---------
 content/participate/index.md | 19 +++++--------------
 3 files changed, 21 insertions(+), 28 deletions(-)

diff --git a/config/_default/menus.toml b/config/_default/menus.toml
index 5160bd3..a54b99a 100644
--- a/config/_default/menus.toml
+++ b/config/_default/menus.toml
@@ -39,11 +39,6 @@
   url = "#funding"
   weight = 80
 
-[[main]]
-  name = "Contact"
-  url = "#contact"
-  weight = 90
-
 [[main]]
   name = "Job openings"
   url = "#jobs"
@@ -54,6 +49,11 @@
   url = "#participate"
   weight = 100
 
+[[main]]
+  name = "Contact"
+  url = "#contact"
+  weight = 90
+
 # Link to a PDF of your resume/CV from the menu.
 # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
 # [[main]]
diff --git a/content/home/participate.md b/content/home/participate.md
index 601b1c3..1e15e8e 100644
--- a/content/home/participate.md
+++ b/content/home/participate.md
@@ -1,4 +1,8 @@
 +++
+
+<!-- Anchor for the Participate menu item -->
+<h2 id="participate">Participate in Our Projects</h2>
+
 # A Participate section
 widget = "custom"  # Replace with appropriate widget
 headless = true  # This file represents a page section.
@@ -6,7 +10,7 @@ active = true  # Activate this widget? true/false
 weight = 40  # Order that this section will appear.
 
 title = "Participate"
-subtitle = "Join our community and contribute to exciting projects"
+subtitle = "Take part in our studies!"
 
 # Here you can add content specific to the participation section.
 # This could be a call-to-action, instructions, or details about ongoing projects.
@@ -39,14 +43,12 @@ subtitle = "Join our community and contribute to exciting projects"
  css_class = ""
 +++
 
-<!-- Anchor for the Participate menu item -->
-<h2 id="participate">Participate in Our Projects</h2>
-
-## How to Participate
+If you would like to take part in one of our studies and get to know our research by participating yourself, you can contact us to take part in the following ongoing studies. 
+If you have any questions about participation and the project itself, please don't hesitate to ask!
 
-Participating in our projects is easy and open to everyone.
+## The following projects are available for participation:
 
-- **Step 1**: Choose a project that aligns with your interests.
-- **Step 2**: Contact us at [participate@example.com](mailto:participate@example.com) for more details.
-- **Step 3**: Start contributing and become part of our community!
+- **Project 1**: Project 1
+- **Project 2**: Project 2
+- **Project 3**: Project 3
 
diff --git a/content/participate/index.md b/content/participate/index.md
index 5bd2721..47a9bce 100644
--- a/content/participate/index.md
+++ b/content/participate/index.md
@@ -1,11 +1,11 @@
 ---
 title: "Participate in Our Projects"
-summary: "Join our efforts in contributing to impactful projects"
+summary: "Contact us if you would like to participate in one of our projects"
 date: "{{ .Date }}"
 
 image:
-  caption: "Join Us"
-  focal_point: "Center"
+  caption: 
+  focal_point: Smart
 
 # Participation Opportunities
 participation_opportunities:
@@ -21,14 +21,5 @@ contact_info: "Email/Phone/Form link for participation inquiries"
 
 ---
 
-# Introduction to Participation
-Here, write a brief introduction about the importance of participation, the impact of these projects, and an invitation to join.
-
-## Current Participation Opportunities
-For each project listed in the metadata, provide detailed descriptions here. Explain what the project is about, the role of participants, and any specific skills or commitments required.
-
-## How to Get Involved
-Detail the steps for getting involved. This could include filling out a form, sending an email, or other actions required from potential participants.
-
-## Contact Us
-Provide detailed contact information or links to contact forms for further inquiries.
+# Participation in: Project ...
+There are currently no projects listed for participation.
-- 
GitLab