diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 00bcef8..4dc2f28 100755 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +== 1.0.1 - 2024-05-22 + +=== Added + +* top and footer menu items jobs and blog + +=== Changed + +* background color of navbar-dropdown +* copyright year to 2024 + == 1.0.0 - 2023-06-24 === Changed diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip index d25501c..e468bf6 100644 Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ diff --git a/package-lock.json b/package-lock.json index 8906f77..16ea2bd 100755 --- a/package-lock.json +++ b/package-lock.json @@ -2342,9 +2342,9 @@ "dev": true }, "node_modules/caniuse-lite": { - "version": "1.0.30001507", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001507.tgz", - "integrity": "sha512-SFpUDoSLCaE5XYL2jfqe9ova/pbQHEmbheDf5r4diNwbAgR3qxM9NQtfsiSscjqoya5K7kFcHPUQ+VsUkIJR4A==", + "version": "1.0.30001621", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001621.tgz", + "integrity": "sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA==", "dev": true, "funding": [ { @@ -17123,9 +17123,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001507", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001507.tgz", - "integrity": "sha512-SFpUDoSLCaE5XYL2jfqe9ova/pbQHEmbheDf5r4diNwbAgR3qxM9NQtfsiSscjqoya5K7kFcHPUQ+VsUkIJR4A==", + "version": "1.0.30001621", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001621.tgz", + "integrity": "sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA==", "dev": true }, "caw": { diff --git a/public/_/css/site.css b/public/_/css/site.css index 095b7b6..fa18c73 100755 --- a/public/_/css/site.css +++ b/public/_/css/site.css @@ -3067,8 +3067,8 @@ footer.footer { -webkit-box-shadow: 0 16px 48px 0 rgba(31, 32, 68, 0.08); padding: 20px 24px 16px 20px; border: none; - background-color: #e1e1e1; - background-color: var(--color-xmr-light); + background-color: #fff; + background-color: var(--color-white); border-radius: 10px; border-radius: var(--border-radius-default); } @@ -3079,8 +3079,8 @@ footer.footer { } .navbar-dropdown a.navbar-item:hover { - background: #e1e1e1; - background: var(--color-xmr-light); + background: #fff; + background: var(--color-white); color: #f55e2c; color: var(--color-xmr-accent); } diff --git a/public/_/partials/footer-content.hbs b/public/_/partials/footer-content.hbs index a21eaf1..fec6def 100755 --- a/public/_/partials/footer-content.hbs +++ b/public/_/partials/footer-content.hbs @@ -22,6 +22,8 @@ + + @@ -39,6 +41,6 @@
- © 2021 - 2023 xmera Solutions. + © 2021 - 2024 xmera Solutions.
diff --git a/public/_/partials/header-content.hbs b/public/_/partials/header-content.hbs index 3170466..0f972c1 100755 --- a/public/_/partials/header-content.hbs +++ b/public/_/partials/header-content.hbs @@ -32,6 +32,8 @@ Unternehmen diff --git a/src/css/custom.css b/src/css/custom.css index 669b939..84a4660 100755 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -53,7 +53,7 @@ -webkit-box-shadow: 0 16px 48px 0 rgba(31, 32, 68, 0.08); padding: 20px 24px 16px 20px; border: none; - background-color: var(--color-xmr-light); + background-color: var(--color-white); border-radius: var(--border-radius-default); } @@ -63,7 +63,7 @@ } .navbar-dropdown a.navbar-item:hover { - background: var(--color-xmr-light); + background: var(--color-white); color: var(--color-xmr-accent); } diff --git a/src/partials/footer-content.hbs b/src/partials/footer-content.hbs index a21eaf1..fec6def 100755 --- a/src/partials/footer-content.hbs +++ b/src/partials/footer-content.hbs @@ -22,6 +22,8 @@ + + @@ -39,6 +41,6 @@
- © 2021 - 2023 xmera Solutions. + © 2021 - 2024 xmera Solutions.
diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs index 3170466..0f972c1 100755 --- a/src/partials/header-content.hbs +++ b/src/partials/header-content.hbs @@ -32,6 +32,8 @@ Unternehmen