From ecdc3d3384b693dca997d32772c02f5ea865b07f Mon Sep 17 00:00:00 2001 From: Julie Blanc Date: Sun, 17 May 2026 11:32:06 +0200 Subject: [PATCH] footer --- agenda/evenement.html | 28 +++++++++++++- assets/css/05.blocks.css | 38 +++++++++++++++++-- assets/css/06.utilities.css | 35 ++++++++++++++++- .../logos/ebabx-logo-nom-complet-inline.svg | 36 ++++++++++++++++++ assets/media/logos/ebabx-logo.svg | 33 ++++++++++++++++ index.html | 35 ++++++++++++++--- 6 files changed, 192 insertions(+), 13 deletions(-) create mode 100644 assets/media/logos/ebabx-logo-nom-complet-inline.svg create mode 100644 assets/media/logos/ebabx-logo.svg diff --git a/agenda/evenement.html b/agenda/evenement.html index 106ef0a..8ba0e0b 100644 --- a/agenda/evenement.html +++ b/agenda/evenement.html @@ -91,6 +91,8 @@ diff --git a/assets/css/05.blocks.css b/assets/css/05.blocks.css index fd561ad..d7187ec 100644 --- a/assets/css/05.blocks.css +++ b/assets/css/05.blocks.css @@ -326,6 +326,12 @@ text-decoration: underline; content: "→"; position: absolute; right: -2ch; + top: 2px; + font-weight: normal; + /* opacity: 0.5; */ +} +.submenu .submenu-level-1 a:hover::after{ +top: -1px; } @@ -338,7 +344,7 @@ text-decoration: underline; font-size: var(--text-size-heading-4); line-height: 1.2; max-width: 46ch; - min-height: 10rem; + min-height: 14rem; } #ecole header{ @@ -348,7 +354,7 @@ text-decoration: underline; #ecole header .tag{ padding: 10px 2ch; - margin-bottom: 20px; + margin-bottom: 4rem; margin-left: 20px; transform: rotate(-4deg); white-space: nowrap; @@ -362,18 +368,42 @@ text-decoration: underline; column-gap: var(--space-gutter); /* margin-top: calc(-1 * var(--border-width)); */ /* margin-top: 10vh; */ - font-size: var(--size-step--2); + font-size: 0.75rem; + line-height: 1.2; font-weight: 500; margin-inline: var(--space-regions); + margin-bottom: 6em; } .site-footer > * { border-top: var(--border); } .site-footer nav { text-transform: uppercase; + font-weight: 500; +} + +.site-footer nav a{ + display: block; + margin-bottom: 0.5rem; } .site-footer .region{ margin-inline: 0; + display: flex; + flex-direction: column; + justify-content: space-between; + + +} + +.site-footer .logo-compact{ + max-width: 150px; + margin-bottom: 2rem; +} + +.site-footer p{ + max-width: 40ch; + margin-bottom: 0.5rem; +} + -} \ No newline at end of file diff --git a/assets/css/06.utilities.css b/assets/css/06.utilities.css index 1463331..b448723 100644 --- a/assets/css/06.utilities.css +++ b/assets/css/06.utilities.css @@ -47,4 +47,37 @@ .socials li{ padding: 0!important; margin: 0!important; -} \ No newline at end of file +} + + +.newsletter form input{ + border: var(--border); + font-family: var(--font-base); + font-weight: normal; + color: black; + padding: 4px 1ch; + margin-right: -7px; + +} + +.newsletter form input::placeholder { + font-family: var(--font-base); +} + +.newsletter button{ + border-radius: var(--border-radius); + border: var(--border); + background-color: white; + /* background-color: black; + color: white; */ + text-transform: uppercase; + padding: 4px 1ch; + position: relative; +} + +.newsletter button:hover{ + background-color: black; + color: white; + cursor: pointer; + border-color: black; +} diff --git a/assets/media/logos/ebabx-logo-nom-complet-inline.svg b/assets/media/logos/ebabx-logo-nom-complet-inline.svg new file mode 100644 index 0000000..3a1b5e1 --- /dev/null +++ b/assets/media/logos/ebabx-logo-nom-complet-inline.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/media/logos/ebabx-logo.svg b/assets/media/logos/ebabx-logo.svg new file mode 100644 index 0000000..70c2f24 --- /dev/null +++ b/assets/media/logos/ebabx-logo.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 7eae983..615e409 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,6 @@