Skip to content

Commit

Permalink
Added logo images
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Feb 27, 2024
1 parent 7d1892f commit c149c48
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/nli-logo-desktop-rtl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/nli-logo-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,19 @@ html, body, #app {
.kima-welcome .p6o-info-modal-main svg {
font-size: 16px;
vertical-align: text-top;
}

.kima-nli-logo {
bottom: 0;
position: absolute;
right: 0;
}
.kima-nli-logo img.desktop {
margin: 0 15px 25px 0;
width: 240px;
}

.kima-nli-logo img.mobile {
margin: 0 15px 45px 0;
width: 180px;
}
20 changes: 20 additions & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,26 @@ const App = () => {
{loading &&
<LoadIndicator />
}

<div className="kima-nli-logo">
<a href="https://www.nli.org.il" target="_blank" title="National Library of Israel website">
<Desktop>
<img
className="desktop"
src="/nli-logo-desktop-rtl.svg"
alt="לוגו הספרייה הלאומית של ישראל"
title="לוגו הספרייה הלאומית של ישראל" />
</Desktop>

<Mobile>
<img
className="mobile"
src="/nli-logo-mobile.svg"
alt="לוגו הספרייה הלאומית של ישראל"
title="לוגו הספרייה הלאומית של ישראל" />
</Mobile>
</a>
</div>
</Controls>
</KimaStore>
</Peripleo>
Expand Down

0 comments on commit c149c48

Please sign in to comment.