Skip to content

Commit

Permalink
Update assets and colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed Apr 26, 2024
1 parent e76733d commit a97c0b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
17 changes: 2 additions & 15 deletions 2024/src/html/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header class="intro container-fluid position-relative">
<div class="row">
<div class="logo col-lg-5 text-center">
<img src="./img/osm.svg" alt="State of the Map France, 28-30 Juin 2024" />
<img src="./img/2082-sotm2024-logos_Sotm-2024-logo-horizontal.png" alt="State of the Map France, 28-30 Juin 2024" />
</div>
<div class="col mt-3 me-lg-5 text-center d-flex flex-column align-items-center justify-content-center">
<span class="fs-1 w-75">
Expand All @@ -10,19 +10,6 @@
</div>
</div>
<div class="position-absolute bottom-0 end-0 attribution pb-4 px-4">
Logo : <a class="link-primary" href="https://bardelli.fr/">Antoine Bardelli</a>
<br>Photo : <span class="attribution">
"<a class="link-primary" href="https://www.flickr.com/photos/61533954@N00/15319585287"
rel="noopener noreferrer"
target="_blank">Vieux Lyon, France</a>" by <a
href="https://www.flickr.com/photos/61533954@N00" rel="noopener noreferrer"
target="_blank">Dimitry B</a> is licensed under <a
href="https://creativecommons.org/licenses/by/2.0/?ref=openverse"
rel="noopener noreferrer"
target="_blank">CC BY 2.0 <img
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg"
style="height: 1em; margin-right: 0.125em; display: inline;"></img><img
src="https://mirrors.creativecommons.org/presskit/icons/by.svg"
style="height: 1em; margin-right: 0.125em; display: inline;"></img></a>. </span>
Logo et fond: <a class="link-primary" href="https://bardelli.fr/">Antoine Bardelli</a>
</div>
</header>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions 2024/src/scss/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

.navbar-nav {
--bs-nav-link-hover-color: var(--colour-4);
--bs-nav-link-hover-color: var(--colour-2);
}

.navbar-brand {
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -586,4 +586,5 @@ td.scheduleBreak {

.attribution{
font-size: 1rem;
color:var(--primary-dark);
}

0 comments on commit a97c0b7

Please sign in to comment.