From d2c2ae76d29e1e5ed4c79bd1738d8e87d808bb7d Mon Sep 17 00:00:00 2001 From: Zachary Sabourin <zachary.sabourin@eclipse-foundation.org> Date: Mon, 25 Mar 2024 13:14:26 -0400 Subject: [PATCH] feat: Add specification section to project resources Resolves https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org/-/issues/496 --- .../shortcodes/pages/projects/resources.html | 27 +++++++++++++++---- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/layouts/shortcodes/pages/projects/resources.html b/layouts/shortcodes/pages/projects/resources.html index 628a327..db69001 100644 --- a/layouts/shortcodes/pages/projects/resources.html +++ b/layouts/shortcodes/pages/projects/resources.html @@ -1,5 +1,5 @@ <!-- - Copyright (c) 2023 Eclipse Foundation, Inc. + Copyright (c) 2023, 2024 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. @@ -17,7 +17,7 @@ <div class="col-md-18 match-height-item-by-row"> <h1>Project Resources</h1> <div class="h2 text-primary-light"> - Get involved in Eclipse projects to help<br aria-hidden="true"/> contribute to their + Get involved in Eclipse projects to help<br aria-hidden="true" /> contribute to their success </div> </div> @@ -62,6 +62,23 @@ </div> <div class="tile-section-container col-md-12 bg-neutral-tinted bg-hover-darker"> + <section class="tile-section padding-40 match-height-item-by-row"> + <div class="tile-section-content"> + <h2 class="h3 text-center">Eclipse Foundation Specification Process</h2> + <p> + The Eclipse Foundation Specification Process (EFSP) provides an open and transparent framework for the + development of community-driven, open source-friendly specifications. + </p> + </div> + <div class="tile-section-end display-flex justify-content-center"> + <div class="btn-group"> + <a class="btn btn-primary" href="/projects/efsp/">Learn More</a> + </div> + </div> + </section> + </div> + + <div class="tile-section-container col-md-12 bg-neutral-flat-dark bg-hover-darker"> <section class="tile-section padding-40 match-height-item-by-row"> <div class="tile-section-content"> <h2 class="h3 text-center">Committer Training</h2> @@ -75,7 +92,7 @@ </div> </section> </div> - <div class="tile-section-container col-md-12 bg-neutral-flat-dark bg-hover-darker"> + <div class="tile-section-container col-md-12 bg-neutral-tinted bg-hover-darker"> <section class="tile-section padding-40 match-height-item-by-row"> <div class="tile-section-content"> <h2 class="h3 text-center">EMO Office Hours</h2> @@ -100,7 +117,7 @@ </section> </div> - <div class="tile-section-container col-md-12 bg-neutral-tinted bg-hover-darker"> + <div class="tile-section-container col-md-12 bg-neutral-flat-dark bg-hover-darker"> <section class="tile-section padding-40 match-height-item-by-row"> <div class="tile-section-content"> <h2 class="h3 text-center">Start a Project</h2> @@ -118,7 +135,7 @@ </section> </div> - <div class="tile-section-container col-md-12 bg-neutral-flat-dark bg-hover-darker"> + <div class="tile-section-container col-md-12 bg-neutral-tinted bg-hover-darker"> <section class="tile-section padding-40 match-height-item-by-row"> <div class="tile-section-content"> <h2 class="h3 text-center">OpenChain Conformance</h2> -- GitLab