Skip to content

Commit cf344be

Browse files
committed
add logo from cnrs
1 parent e791cec commit cf344be

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

src/css/header.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ body {
5353
max-height: 2em;
5454
}
5555

56+
.cnrs-logo {
57+
max-height: 2em;
58+
}
59+
5660
.unistra-logo {
5761
max-height: 2em;
5862
}

src/img/logo-cnrs.svg

Lines changed: 41 additions & 0 deletions
Loading

src/partials/header-content.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
<img class="cemosis-logo" src="{{{uiRootPath}}}/img/cemosis-logo.svg" alt="Cemosis logo"/>
6464
</a>
6565
</div>
66+
<div class="navbar-item">
67+
<a class="navbar-brand" href="https://www.cnrs.fr">
68+
<img class="cnrs-logo" src="{{{uiRootPath}}}/img/logo-cnrs.svg" alt="CNRS logo"/>
69+
</a>
70+
</div>
6671
<div class="navbar-item">
6772
<a class="navbar-brand" href="https://www.unistra.fr">
6873
<img class="unistra-logo" src="{{{uiRootPath}}}/img/unistra-logo.svg" alt="Université de Strasbourg logo"/>

0 commit comments

Comments
 (0)