Skip to content

Commit

Permalink
frontend: header: fix Bootlin logo paths and commit logo png+svg
Browse files Browse the repository at this point in the history
Signed-off-by: Théo Lebrun <[email protected]>
  • Loading branch information
tleb committed Aug 27, 2024
1 parent 6010470 commit ab9d776
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 2 deletions.
Binary file added static/img/bootlin-logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 122 additions & 0 deletions static/img/bootlin-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<a class="message-link" target="_blank" href="https://bootlin.com/training/audio/"></a>
</div>
<h1>
<object data="/static/images/bootlin-logo-white.svg" type="image/svg+xml">
<object data="/static/img/bootlin-logo-white.svg" type="image/svg+xml">
<!-- If the browser doesn't support SVG -->
<img src="/static/images/bootlin-logo-white.png" alt="Bootlin logo" />
<img src="/static/img/bootlin-logo-white.png" alt="Bootlin logo" />
</object>
</h1>
<h2>Elixir Cross Referencer</h2>
Expand Down

0 comments on commit ab9d776

Please sign in to comment.