made progressive enhancement less bad
This commit is contained in:
parent
3f67964da2
commit
3ebcb14e06
1 changed files with 4 additions and 4 deletions
|
@ -26,13 +26,13 @@
|
|||
<header id="header" role="menubar">
|
||||
<div class="left">
|
||||
<a class="obj-wrapper" rel="prefetch" href="/" role="menuitem"><object aria-label="Home" tabindex="-1"
|
||||
class="icon svg" data="/static/images/house.svg">
|
||||
class="icon svg" data="/static/images/house.svg" width="10" height="10">
|
||||
<a href="/" class="nav-link" aria-hidden="true" tabindex="-1">Home</a>
|
||||
</object></a>
|
||||
</div>
|
||||
<div class="right">
|
||||
<a class="obj-wrapper" role="menuitem" href="/index.xml"> <object aria-label="Web Feed" tabindex="-1"
|
||||
class="icon svg" data="/static/images/rss.svg">
|
||||
class="icon svg" data="/static/images/rss.svg" width="10" height="10">
|
||||
<a href="/index.xml" class="nav-link" aria-hidden="true" tabindex="-1">Web Feed</a>
|
||||
</object>
|
||||
</a>
|
||||
|
@ -50,8 +50,8 @@
|
|||
<div class="socials">
|
||||
<a class="obj-wrapper" aria-label="Github" href="https://github.com/Pagwin-Fedora"><object aria-label="true"
|
||||
tabindex="-1" class="icon svg small" data="/static/images/github.svg">
|
||||
<a href="https://github.com/Pagwin-Fedora" class="nav-link" aria-hidden="true"
|
||||
tabindex="-1">Github</a>
|
||||
<a href="https://github.com/Pagwin-Fedora" class="nav-link" aria-hidden="true" tabindex="-1"
|
||||
width="10" height="10">Github</a>
|
||||
</object></a>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue