diff --git a/2024/src/html/partials/header.html b/2024/src/html/partials/header.html index 53c7805..8ab61f6 100644 --- a/2024/src/html/partials/header.html +++ b/2024/src/html/partials/header.html @@ -1,7 +1,7 @@
@@ -10,19 +10,6 @@
- Logo : Antoine Bardelli -
Photo : - "Vieux Lyon, France" by Dimitry B is licensed under CC BY 2.0 . + Logo et fond: Antoine Bardelli
\ No newline at end of file diff --git a/2024/src/img/2082-sotm2024-logos_Sotm-2024-logo-horizontal.png b/2024/src/img/2082-sotm2024-logos_Sotm-2024-logo-horizontal.png new file mode 100644 index 0000000..f21be7a Binary files /dev/null and b/2024/src/img/2082-sotm2024-logos_Sotm-2024-logo-horizontal.png differ diff --git a/2024/src/img/Sotm-2024-banniere-site-1826x600.png b/2024/src/img/Sotm-2024-banniere-site-1826x600.png new file mode 100644 index 0000000..093092d Binary files /dev/null and b/2024/src/img/Sotm-2024-banniere-site-1826x600.png differ diff --git a/2024/src/scss/main.css b/2024/src/scss/main.css index 816c8e1..878b584 100644 --- a/2024/src/scss/main.css +++ b/2024/src/scss/main.css @@ -34,7 +34,7 @@ } .navbar-nav { - --bs-nav-link-hover-color: var(--colour-4); + --bs-nav-link-hover-color: var(--colour-2); } .navbar-brand { @@ -280,9 +280,9 @@ footer p { .intro { padding-top: 150px; padding-bottom: 150px; - color: var(--white); + color: var(--primary-dark); text-shadow: 0 3px 10px rgba(0,0,0,0.8); - background-image: url("../img/vieux_lyon_paceholder.jpg"); + background-image: url("../img/Sotm-2024-banniere-site-1826x600.png"); background-color: var(--colour-5); background-size: cover; background-repeat: no-repeat; @@ -586,4 +586,5 @@ td.scheduleBreak { .attribution{ font-size: 1rem; + color:var(--primary-dark); }