feat: Update styles and add new footer background color

- Added a footer background color using $chill-green in custom.scss and custom.css.
- Removed unused page-hero section styles from custom.scss.
- Updated pricing page content to reflect new service offerings and pricing in French.
- Created new markdown files for contact and installation guides.
- Updated hugo.toml for menu links and logo path.
- Added new CSS classes for border colors in style.css.
This commit is contained in:
Boris Waaub
2026-01-27 16:14:18 +01:00
parent f00db5a558
commit 7e28963a5d
10 changed files with 83 additions and 121 deletions
+5 -11
View File
@@ -93,6 +93,9 @@ body{
header.header {
background-color: $bg-dark-blue;
}
footer.footer {
background-color: $chill-green;
}
.chill-pres {
padding-top: 0rem;
@@ -332,16 +335,7 @@ section.dark {
///// PAGES
section {
&.page-hero {
height: 40vh;
background-color: $bg-dark-blue;
@include add-bg-pattern(1);
h1 { color: $text-green; }
i {
color: $chill-lightgray;
}
}
.content-subtitle {
text-transform: uppercase;
padding-left: 2rem;
@@ -358,7 +352,7 @@ section {
.bord-4 {
border-left: 4px solid $chill-green;
}
}
.chapo {
font-size: large;