From 467a7dfa17bf8009c27213b93d686fbb90f66bae Mon Sep 17 00:00:00 2001 From: Tobias Raufeisen <t.raufeisen@surrey.ac.uk> Date: Wed, 31 Jan 2024 14:24:53 +0000 Subject: [PATCH] Attempt 2 at adding participation section --- content/home/participate.md | 52 +++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 content/home/participate.md diff --git a/content/home/participate.md b/content/home/participate.md new file mode 100644 index 0000000..601b1c3 --- /dev/null +++ b/content/home/participate.md @@ -0,0 +1,52 @@ ++++ +# A Participate section +widget = "custom" # Replace with appropriate widget +headless = true # This file represents a page section. +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" + +# Here you can add content specific to the participation section. +# This could be a call-to-action, instructions, or details about ongoing projects. +# You can format this section similarly to how you would write a Markdown file. + +[content] + # Page type to display. E.g., a custom page type for participation. + page_type = "participate" + + # You can also add filter buttons if needed, or remove them for a simple static content section. + +[design] + # Choose how many columns the section has. Valid values: 1 or 2. + columns = "1" + + # Toggle between the various page layout types. + # 1 = List + # 2 = Compact + # 3 = Card + # 5 = Showcase + view = 1 + + # Additional design settings can be adjusted as per your theme's documentation. + +[advanced] + # Custom CSS. + css_style = "" + + # CSS class. + css_class = "" ++++ + +<!-- Anchor for the Participate menu item --> +<h2 id="participate">Participate in Our Projects</h2> + +## How to Participate + +Participating in our projects is easy and open to everyone. + +- **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! + -- GitLab