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 ...@@ -20,7 +20,7 @@ pluralizeListTitles = false
gcse_result_url = "/home/search/" gcse_result_url = "/home/search/"
# eclipse_search_icon = "<i data-feather=\"search\" stroke-width=\"1\"></i>" # eclipse_search_icon = "<i data-feather=\"search\" stroke-width=\"1\"></i>"
js = "js/main.js" 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_text = "Download"
call_for_action_url = "/download/" call_for_action_url = "/download/"
call_for_action_icon = "fa-download" call_for_action_icon = "fa-download"
......
--- ---
title: eclipse.org title: eclipse.org
headline: The Community for Open Innovation and Collaboration 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_page_title: true
hide_sidebar: true hide_sidebar: true
hide_breadcrumb: true hide_breadcrumb: true
show_featured_story: true show_featured_story: true
date: '2004-02-02T18:54:43.927Z' date: 2004-02-02T18:54:43.927Z
layout: single layout: single
links: links:
- - href: /projects/ - - href: /projects/
...@@ -18,13 +20,16 @@ links: ...@@ -18,13 +20,16 @@ links:
- - href: /org/value - - href: /org/value
- text: Business Value - text: Business Value
container: container-fluid container: container-fluid
lastmod: '2022-01-07T17:52:46.083Z' lastmod: 2022-03-21T15:21:29.336Z
header_wrapper_class: header-anniversary-bg-img featured-jumbotron-bottom-shape header_wrapper_class: header-wrapper header-anniversary-bg-img header-default-bg-img
featured-jumbotron-bottom-shape
aliases: aliases:
- /home - /home
- /home/ - /home/
- /home/index.php - /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: keywords:
- eclipse - eclipse
- project - project
......
...@@ -11,10 +11,9 @@ ...@@ -11,10 +11,9 @@
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*/ */
.header-anniversary-bg-img { .header-anniversary-bg-img {
background-image: url('../images/jumbotron/anniversary-xs.jpg');
min-height: 600px; min-height: 600px;
background-position: center; background-position: 65%;
} }
.featured-jumbotron { .featured-jumbotron {
...@@ -34,39 +33,27 @@ ...@@ -34,39 +33,27 @@
margin-bottom: 0; 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) { @media (min-width: 992px) {
.header-anniversary-bg-img {
background-image: url('../images/jumbotron/anniversary.jpg');
}
.featured-jumbotron-anniversary h1 { .featured-jumbotron-anniversary h1 {
margin-bottom: 45px; margin-bottom: 45px;
}
.anniversary-logo {
position: absolute;
right: -170px;
top: -85px;
}
.anniversary-logo img {
width: 220px;
} }
} }
@media (max-width: 1199px) { @media (max-width: 1199px) {
.jumbotron p { .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 { .featured-jumbotron h1:after {
border-color: #f7941e; border-color: #f7941e;
} }
\ No newline at end of file
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"install": "NODE_ENV=production npm run production" "install": "NODE_ENV=production npm run production"
}, },
"dependencies": { "dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.139", "eclipsefdn-hugo-solstice-theme": "0.0.143",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"json-minify": "^1.0.0" "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