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

Merge branch 'zacharysabourin/main/285' into 'main'

feat: Update homepage jumbotron for accessibility

Closes #285

See merge request !63
parents fc65da4e 3ecad40e
No related branches found
No related tags found
1 merge request!63feat: Update homepage jumbotron for accessibility
Pipeline #16633 passed
...@@ -21,7 +21,7 @@ links: ...@@ -21,7 +21,7 @@ links:
- text: Business Value - text: Business Value
container: container-fluid container: container-fluid
lastmod: 2022-04-29T14:50:37.859Z lastmod: 2022-04-29T14:50:37.859Z
header_wrapper_class: header-wrapper header-anniversary-bg-img header-default-bg-img header_wrapper_class: header-wrapper header-anniversary-bg-img header-dark-bg-img
featured-jumbotron-bottom-shape featured-jumbotron-bottom-shape
description: The Eclipse Foundation provides our global community of individuals and description: The Eclipse Foundation provides our global community of individuals and
organizations with a mature, scalable, and business-friendly environment for organizations with a mature, scalable, and business-friendly environment for
......
...@@ -10,3 +10,5 @@ ...@@ -10,3 +10,5 @@
* *
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*/ */
@header-dark-bg-img: url('images/jumbotron/home-jumbo-image.jpg');
\ No newline at end of file
less/images/jumbotron/home-jumbo-image.jpg

152 KiB

...@@ -56,4 +56,8 @@ ...@@ -56,4 +56,8 @@
.featured-jumbotron h1:after { .featured-jumbotron h1:after {
border-color: #f7941e; border-color: #f7941e;
}
.header-dark-bg-img {
background-image: @header-dark-bg-img;
} }
\ 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