Skip to content
Snippets Groups Projects
Commit 73ad4052 authored by Christopher Guindon's avatar Christopher Guindon
Browse files

Merge branch 'cguindon/master/update-theme' into 'main'

sync with production

See merge request eclipsefdn/it/websites/eclipse.org!17
parents 82a04bbc ce3ab344
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ pluralizeListTitles = false
gcse_result_url = "/home/search/"
# eclipse_search_icon = "<i data-feather=\"search\" stroke-width=\"1\"></i>"
js = "js/main.js"
header_wrapper_class = "header-wrapper header-default-bg-img featured-jumbotron-bottom-shape"
header_wrapper_class = "header-wrapper header-default-bg-img"
call_for_action_text = "Download"
call_for_action_url = "/download/"
call_for_action_icon = "fa-download"
......
---
title: eclipse.org
headline: The Community for Open Innovation and Collaboration
tagline: 'The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for open source software collaboration and innovation.'
tagline: The Eclipse Foundation provides our global community of individuals and
organizations with a mature, scalable, and business-friendly environment for
open source software collaboration and innovation.
hide_page_title: true
hide_sidebar: true
hide_breadcrumb: true
show_featured_story: true
date: '2004-02-02T18:54:43.927Z'
date: 2004-02-02T18:54:43.927Z
layout: single
links:
- - href: /projects/
......@@ -18,13 +20,16 @@ links:
- - href: /org/value
- text: Business Value
container: container-fluid
lastmod: '2022-01-07T17:52:46.083Z'
header_wrapper_class: header-anniversary-bg-img featured-jumbotron-bottom-shape
lastmod: 2022-03-21T15:21:29.336Z
header_wrapper_class: header-wrapper header-anniversary-bg-img header-default-bg-img
featured-jumbotron-bottom-shape
aliases:
- /home
- /home/
- /home/index.php
description: 'The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for open source software collaboration and innovation.'
description: The Eclipse Foundation provides our global community of individuals and
organizations with a mature, scalable, and business-friendly environment for
open source software collaboration and innovation.
keywords:
- eclipse
- project
......
......@@ -11,10 +11,9 @@
* SPDX-License-Identifier: EPL-2.0
*/
.header-anniversary-bg-img {
background-image: url('../images/jumbotron/anniversary-xs.jpg');
.header-anniversary-bg-img {
min-height: 600px;
background-position: center;
background-position: 65%;
}
.featured-jumbotron {
......@@ -34,39 +33,27 @@
margin-bottom: 0;
}
.anniversary-logo {
background-position: -1675px;
}
@media (min-width: 768px) {
.header-anniversary-bg-img {
background-image: url('../images/jumbotron/anniversary-sm.jpg');
}
}
@media (min-width: 992px) {
.header-anniversary-bg-img {
background-image: url('../images/jumbotron/anniversary.jpg');
}
.featured-jumbotron-anniversary h1 {
margin-bottom: 45px;
}
.anniversary-logo {
position: absolute;
right: -170px;
top: -85px;
}
.anniversary-logo img {
width: 220px;
margin-bottom: 45px;
}
}
@media (max-width: 1199px) {
.jumbotron p {
text-shadow: 0px 0px 12px #000;
text-shadow: 0px 0px 12px #000;
}
#body_solstice .header-anniversary-bg-img {
background-position: left;
}
}
@media (max-width: 768px) {
#body_solstice .header-anniversary-bg-img {
background-position: 20%;
}
}
.featured-jumbotron h1:after {
border-color: #f7941e;
}
}
\ No newline at end of file
......@@ -20,7 +20,7 @@
"install": "NODE_ENV=production npm run production"
},
"dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.139",
"eclipsefdn-hugo-solstice-theme": "0.0.143",
"js-yaml": "^3.13.1",
"json-minify": "^1.0.0"
},
......
This diff is collapsed.
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