Skip to content
Snippets Groups Projects
Commit 32307d14 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

feat(elections): Use cascading related links for quick links in elections pages

parent 5ceb11f1
No related branches found
No related tags found
1 merge request!308update: migrate elections section to hugo
Pipeline #68898 passed
......@@ -2,6 +2,20 @@
title: Eclipse Foundation Elections
page_css_file: "/public/css/org/elections.css"
layout: single
cascade:
related:
title: Quick Links
links:
- text: Board Election Home
url: /org/elections
- text: 2025 Board Candidates
url: /org/elections/nominees
- text: 2025 Election Key Dates
url: /org/elections/key-dates
- text: Board Election Process
url: /org/elections/election-process
- text: Current Board of Directors
url: /org/foundation/directors.php
---
The Eclipse Foundation holds elections for board members representing two very important groups within the Eclipse membership: the Committer Members and the Contributing Members. The terms of office for these elected board members is one year, commencing April 1.
......@@ -23,5 +37,3 @@ Please see the announcement [here](https://newsroom.eclipse.org/news/announcemen
We would like to thank everyone who participated in the 2025 Elections process.
See the Quick Links here below for more details.
{{< pages/org/elections/quick-election-links >}}
\ No newline at end of file
......@@ -27,5 +27,3 @@ The process for the Eclipse Foundation’s annual elections is described below.
-----
* \[1\] [Election Buddy](https://electionbuddy.com)
{{< pages/org/elections/quick-election-links >}}
\ No newline at end of file
......@@ -17,6 +17,3 @@ Each year, the Eclipse Foundation holds elections for board members representing
* 28 February - Voting ends at 21h CET/ 3 pm EST
* 03 March - New representatives announced via Community Bulletin
* 08 April - Annual General Assembly (AGA) Meeting
{{< pages/org/elections/quick-election-links >}}
\ No newline at end of file
......@@ -9,6 +9,4 @@ Please see the announcement [here](https://newsroom.eclipse.org/news/announcemen
We would like to thank everyone who participated in the 2025 Elections process.
See the Quick Links here below for more details.
{{< pages/org/elections/quick-election-links >}}
\ No newline at end of file
See the Quick Links here below for more details.
\ No newline at end of file
<!--
Copyright (c) 2025 Eclipse Foundation, Inc.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0
-->
<div id="rightcolumn" class="margin-top-20">
<div class="sideitem">
<h2 class="underlined-heading">Quick Links</h2>
<ul>
<li><a href="/org/elections">Board Election Home</a></li>
<li><a href="/org/elections/nominees">2025 Board Candidates</a></li>
<li><a href="/org/elections/key-dates">2025 Election Key Dates</a></li>
<li><a href="/org/elections/election-process">Board Election Process</a></li>
<li><a href="/org/foundation/directors.php">Current Board of Directors</a></li>
</ul>
</div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment