templates: Remove png version of logo
Backwards compatibility for browsers without svg support (in this version) causes the logo to unnecessarily flicker on navigation. According to caniuse.com SVG in img elements is supported in browsers used by 97.85% of users. https://caniuse.com/svg-img Firefox introduced support in 2011, Chrome in 2013, Safari in 2015.
This commit is contained in:
parent
8c5e12fffd
commit
f5c7c3c1ec
2 changed files with 1 additions and 4 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB |
|
|
@ -12,10 +12,7 @@
|
|||
<a class="message-link" target="_blank" href="https://bootlin.com/training/audio/"></a>
|
||||
</div>
|
||||
<h1>
|
||||
<object data="/static/img/bootlin-logo-white.svg" type="image/svg+xml">
|
||||
<!-- If the browser doesn't support SVG -->
|
||||
<img src="/static/img/bootlin-logo-white.png" alt="Bootlin logo" />
|
||||
</object>
|
||||
<img src="/static/img/bootlin-logo-white.svg" alt="Bootlin logo"/>
|
||||
</h1>
|
||||
<h2>Elixir Cross Referencer</h2>
|
||||
<nav>
|
||||
|
|
|
|||
Loading…
Reference in a new issue