Add empty alt tag
This commit is contained in:
parent
a86623b45e
commit
41f5c15e2f
1 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
<h2>Contact</h2>
|
||||
<div class="block link-block">
|
||||
<a href="mailto:contact@edgarpierre.fr">
|
||||
<img src="/static/svg/icons/Business/mail-send-fill.svg" />
|
||||
<img src="/static/svg/icons/Business/mail-send-fill.svg" alt="" />
|
||||
<span>Email <em>contact@edgarpierre.fr</em></span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -38,15 +38,15 @@
|
|||
<h2>Liens</h2>
|
||||
<div class="block link-block">
|
||||
<a href="https://git.edgarpierre.fr/edpibu">
|
||||
<img src="/static/svg/icons/Development/git-repository-fill.svg" />
|
||||
<img src="/static/svg/icons/Development/git-repository-fill.svg" alt="" />
|
||||
<span>Git<span>
|
||||
</a>
|
||||
<a href="https://github.com/edpiburkhart">
|
||||
<img src="/static/svg/icons/Logos/github-fill.svg" />
|
||||
<img src="/static/svg/icons/Logos/github-fill.svg" alt="" />
|
||||
<span>Github <em>edpiburkhart</em><span>
|
||||
</a>
|
||||
<a href="https://www.komoot.fr/user/383887346799">
|
||||
<img src="/static/svg/icons/Map/map-2-fill.svg" />
|
||||
<img src="/static/svg/icons/Map/map-2-fill.svg" alt="" />
|
||||
<span>Komoot <em>edpibu</em></span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue