Skip to content
Snippets Groups Projects
Commit ee1c80cd authored by Olivier Goulet's avatar Olivier Goulet
Browse files

feat: add new blocks for project resource page

parent 21dc5c4d
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,10 @@ ...@@ -23,9 +23,10 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row">
<div class="col-md-12 bg-neutral-tinted bg-hover-darker"> <div class="row margin-bottom-30">
<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">Eclipse Foundation Development Process</h2> <h2 class="h3 text-center">Eclipse Foundation Development Process</h2>
...@@ -38,12 +39,14 @@ ...@@ -38,12 +39,14 @@
</p> </p>
</div> </div>
<div class="tile-section-end display-flex justify-content-center"> <div class="tile-section-end display-flex justify-content-center">
<a class="btn btn-primary" href="/projects/dev_process/">Learn More</a> <div class="btn-group">
<a class="btn btn-primary" href="/projects/dev_process/">Learn More</a>
</div>
</div> </div>
</section> </section>
</div> </div>
<div class="col-md-12 bg-neutral-flat-dark 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">Eclipse Foundation Project Handbook</h2> <h2 class="h3 text-center">Eclipse Foundation Project Handbook</h2>
...@@ -51,14 +54,14 @@ ...@@ -51,14 +54,14 @@
become a committer on an existing one.</p> become a committer on an existing one.</p>
</div> </div>
<div class="tile-section-end display-flex justify-content-center"> <div class="tile-section-end display-flex justify-content-center">
<a class="btn btn-primary" href="/projects/handbook/">Learn More</a> <div class="btn-group">
<a class="btn btn-primary" href="/projects/handbook/">Learn More</a>
</div>
</div> </div>
</section> </section>
</div> </div>
</div>
<div class="row padding-top-30 padding-bottom-30"> <div class="tile-section-container col-md-12 bg-neutral-tinted bg-hover-darker">
<div class="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">Committer Training</h2> <h2 class="h3 text-center">Committer Training</h2>
...@@ -66,11 +69,13 @@ ...@@ -66,11 +69,13 @@
</p> </p>
</div> </div>
<div class="tile-section-end display-flex justify-content-center"> <div class="tile-section-end display-flex justify-content-center">
<a class="btn btn-primary" href="/projects/training/">Learn More</a> <div class="btn-group">
<a class="btn btn-primary" href="/projects/training/">Learn More</a>
</div>
</div> </div>
</section> </section>
</div> </div>
<div class="col-md-12 bg-neutral-flat-dark 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">EMO Office Hours</h2> <h2 class="h3 text-center">EMO Office Hours</h2>
...@@ -94,4 +99,41 @@ ...@@ -94,4 +99,41 @@
</div> </div>
</section> </section>
</div> </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">Start a Project</h2>
<p>
Start your open source project at Eclipse. We fuel success with
infrastructure, community, and governance. Join us and amplify your
impact!
</p>
</div>
<div class="tile-section-end display-flex justify-content-center">
<div class="btn-group">
<a class="btn btn-primary" href="/projects/handbook/#starting">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">OpenChain Conformance</h2>
<p>
All projects at the Eclipse Foundation are developed under a process
that conforms to the ISO 5230 standard, making them fully OpenChain
conformant.
</p>
</div>
<div class="tile-section-end display-flex justify-content-center">
<div class="btn-group">
<a class="btn btn-primary" href="/openchain">Learn More</a>
</div>
</div>
</section>
</div>
</div> </div>
...@@ -7,60 +7,47 @@ ...@@ -7,60 +7,47 @@
* *
* Contributors: * Contributors:
* Christopher Guindon <chris.guindon@eclipse-foundation.org> * Christopher Guindon <chris.guindon@eclipse-foundation.org>
* Olivier Goulet <olivier.goulet@eclipse-foundation.org>
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*/ */
@import (reference) '../../styles.less'; @import (reference) '../../styles.less';
/* .tile-section-container {
.page-projects-resources{ margin-bottom: 1rem;
h1{ }
text-align: center;
}
h2{ .tile-section {
text-align: center; display: flex;
color: @brand-primary; justify-content: stretch;
margin-bottom: 25px; flex-direction: column;
} text-align: center;
}
.col-md-12{ .tile-section-end {
background-color: #ede8e8; flex-grow: 1;
align-items: flex-end;
}
padding-bottom:100px; .tile-section .btn {
h3{ display: block;
text-align: center; width: 100%;
} }
.content{
padding: 3rem 6rem; @media (min-width: @screen-sm-min) {
} .tile-section .btn {
a.btn { display: inline-block;
margin: auto; width: unset;
position: absolute;
bottom: 20px;
text-align: center;
width: fit-content;
left: 0;
right: 0;
}
}
.col-md-12:first-child{
background-color: #d5d5d5;
} }
}
@media (min-width: @screen-md-min) {
.tile-section { .tile-section {
display: flex; text-align: left;
flex-direction: column; }
justify-content: flex-start;
height: 100%;
&-content {
flex-grow: 1;
}
&-end { .tile-section-container {
justify-self: flex-end; margin-bottom: 3rem;
}
} }
} }
*/
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