Skip to content
Snippets Groups Projects
Commit 27d44307 authored by Zachary Sabourin's avatar Zachary Sabourin
Browse files

feat: Add specification section to project resources

Resolves #496
parent 5366c2ab
No related branches found
No related tags found
2 merge requests!221feat: Add specification section to project resources,!171feat: Add specification section to project resources
Pipeline #42166 passed with warnings
<!-- <!--
Copyright (c) 2023 Eclipse Foundation, Inc. Copyright (c) 2023, 2024 Eclipse Foundation, Inc.
This program and the accompanying materials are made available under the This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0. http://www.eclipse.org/legal/epl-2.0.
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<div class="col-md-18 match-height-item-by-row"> <div class="col-md-18 match-height-item-by-row">
<h1>Project Resources</h1> <h1>Project Resources</h1>
<div class="h2 text-primary-light"> <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 success
</div> </div>
</div> </div>
...@@ -62,6 +62,23 @@ ...@@ -62,6 +62,23 @@
</div> </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-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"> <section class="tile-section padding-40 match-height-item-by-row">
<div class="tile-section-content"> <div class="tile-section-content">
<h2 class="h3 text-center">Committer Training</h2> <h2 class="h3 text-center">Committer Training</h2>
...@@ -75,7 +92,7 @@ ...@@ -75,7 +92,7 @@
</div> </div>
</section> </section>
</div> </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"> <section class="tile-section padding-40 match-height-item-by-row">
<div class="tile-section-content"> <div class="tile-section-content">
<h2 class="h3 text-center">EMO Office Hours</h2> <h2 class="h3 text-center">EMO Office Hours</h2>
...@@ -100,7 +117,7 @@ ...@@ -100,7 +117,7 @@
</section> </section>
</div> </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"> <section class="tile-section padding-40 match-height-item-by-row">
<div class="tile-section-content"> <div class="tile-section-content">
<h2 class="h3 text-center">Start a Project</h2> <h2 class="h3 text-center">Start a Project</h2>
...@@ -118,7 +135,7 @@ ...@@ -118,7 +135,7 @@
</section> </section>
</div> </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"> <section class="tile-section padding-40 match-height-item-by-row">
<div class="tile-section-content"> <div class="tile-section-content">
<h2 class="h3 text-center">OpenChain Conformance</h2> <h2 class="h3 text-center">OpenChain Conformance</h2>
......
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