diff --git a/assets/sass/_custom.sass b/assets/sass/_custom.sass index 50207f9..d9c6085 100644 --- a/assets/sass/_custom.sass +++ b/assets/sass/_custom.sass @@ -43,23 +43,73 @@ display: bloc width: 20em +.nav_header + height: 100px + background-color: #1b3c6c + .nav_body justify-content: flex-end - -.nav_body .follow - flex: unset + gap: 50px .nav_item text-decoration: none color: inherit -.nav_item[title="Main EDRLab website"] +.nav_item[title="EDRLab website"] border: 1px solid white border-radius: 5px color: white - background-color: #002538 + background-color: #1b3c6c font-weight: bold +.footer + height: fit-content + background-color: #f4f8fe + + +.footer_inner + display: flex + align-items: flex-start + justify-content: space-around + margin: 0 40px + max-width: unset + height: 100% + color: #1b3c6c + div + flex: 1 + max-width: 300px + h6 + margin-bottom: 15px + svg + fill: #1b3c6c + background-color: white + padding: 10px + border-radius: 50% + height: 20px + width: 20px + box-sizing: content-box + +.readium_container + max-width: 250px + +.address, .mail + display: flex + align-items: center + gap: 10px + margin-bottom: 20px + address, a + font-style: unset + color: #1b3c6c + text-decoration: none + +.follow + justify-content: flex-start +.copyright + position: absolute + bottom: 0 + display: flex + align-items: center + .post_link text-decoration: none color: inherit @@ -86,6 +136,9 @@ @media screen and (max-width: 900px) .grid-inverse grid-column-gap: 1rem + .footer_inner + flex-direction: column + align-items: center @media screen and (max-width: 769px) .jsopen .nav_body diff --git a/config/_default/menus/menu.en.toml b/config/_default/menus/menu.en.toml index 2338ebe..0f66d98 100644 --- a/config/_default/menus/menu.en.toml +++ b/config/_default/menus/menu.en.toml @@ -47,7 +47,7 @@ # Submenus are done this way: parent -> identifier [[main]] - name = "Main EDRLab website" + name = "EDRLab website" url = "https://www.edrlab.org/about/" identifier = "edrlaborg" weight = 170 diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html new file mode 100644 index 0000000..9c639e6 --- /dev/null +++ b/layouts/partials/contact.html @@ -0,0 +1,21 @@ +