diff --git a/user/pages/01.home/Republique-francaise-logo.svg b/user/pages/01.home/Republique-francaise-logo.svg new file mode 100644 index 0000000..0791052 --- /dev/null +++ b/user/pages/01.home/Republique-francaise-logo.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/user/pages/01.home/modular.md b/user/pages/01.home/modular.md index 1346458..bba6a52 100644 --- a/user/pages/01.home/modular.md +++ b/user/pages/01.home/modular.md @@ -14,6 +14,6 @@ content: - _rapports-dactivitees - _gouvernance - _contact -media_order: EPAU_logo_EPAU_vecto-seul.svg +media_order: 'EPAU_logo_EPAU_vecto-seul.svg,Republique-francaise-logo.svg,popsu.png' --- diff --git a/user/pages/01.home/popsu.png b/user/pages/01.home/popsu.png new file mode 100644 index 0000000..d5d65bd Binary files /dev/null and b/user/pages/01.home/popsu.png differ diff --git a/user/themes/epau-antimatter/images/EPAU_logo_EPAU_vecto-seul.svg b/user/themes/epau-antimatter/images/EPAU_logo_EPAU_vecto-seul.svg new file mode 100644 index 0000000..00ffdb1 --- /dev/null +++ b/user/themes/epau-antimatter/images/EPAU_logo_EPAU_vecto-seul.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/user/themes/epau-antimatter/images/hyperliens_marseille.PNG b/user/themes/epau-antimatter/images/hyperliens_marseille.PNG new file mode 100644 index 0000000..4e7ddc0 Binary files /dev/null and b/user/themes/epau-antimatter/images/hyperliens_marseille.PNG differ diff --git a/user/themes/epau-antimatter/images/jeux-olypiques-paris-2024-village-athle-lot-e2.jpg b/user/themes/epau-antimatter/images/jeux-olypiques-paris-2024-village-athle-lot-e2.jpg new file mode 100644 index 0000000..5bb2889 Binary files /dev/null and b/user/themes/epau-antimatter/images/jeux-olypiques-paris-2024-village-athle-lot-e2.jpg differ diff --git a/user/themes/epau-antimatter/scss/template/_header.scss b/user/themes/epau-antimatter/scss/template/_header.scss index af60770..85d3d1c 100644 --- a/user/themes/epau-antimatter/scss/template/_header.scss +++ b/user/themes/epau-antimatter/scss/template/_header.scss @@ -11,16 +11,19 @@ $dropdown-color: #f6f6f6; background-color: rgba(255,255,255,0.90); box-shadow: 0 0.05rem 1rem rgba(0,0,0, 0.15); + // scroll based changes &.scrolled { height: $header-height - 2rem; background-color: rgba(255,255,255,0.90) !important; box-shadow: 0 0.05rem 1rem rgba(0,0,0, 0.15) !important; + #logo h3 { color: $core-text !important; font-size: 1.6rem !important; } + #logo a, #navbar span { color: $core-text !important; } @@ -39,6 +42,27 @@ $dropdown-color: #f6f6f6; } } + + /* + // ajout ouidade marche pas + + #header #logo h3 > a { + display: inline-block; + } + + + .toplogo { + max-width: 230px; + width: 100%; + transition: width 500ms ease; + } + + .scrolled .toplogo { + width: 50%; + } +// +*/ + // set heights for vertical centering > .grid, #logo, #navbar { height: 100%; @@ -211,7 +235,7 @@ $dropdown-color: #f6f6f6; @include breakpoint(desktop-only) { display: none; } - } + } } .panel-activation { diff --git a/user/themes/epau-antimatter/templates/partials/base.html.twig b/user/themes/epau-antimatter/templates/partials/base.html.twig index 122a36c..2788d6e 100644 --- a/user/themes/epau-antimatter/templates/partials/base.html.twig +++ b/user/themes/epau-antimatter/templates/partials/base.html.twig @@ -44,28 +44,45 @@
{% block header %} + + {% endblock %} {% block showcase %}{% endblock %}