Added alt to img

This commit is contained in:
Edgar P. Burkhart 2021-12-28 12:12:42 +01:00
parent 7143159fe9
commit b3da2d324b
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 8 additions and 3 deletions

View File

@ -13,14 +13,19 @@
<link rel="stylesheet" type="text/css" href="/static/css/index.css" />
</head>
<body>
<h1><img src="/static/svg/logo-inv.svg"/> Edgar P. <strong>Burkhart</strong></h1>
<h1>
<img src="/static/svg/logo-inv.svg"
alt="Logo : goéland avec un bec vert" />
Edgar P.
<strong>Burkhart</strong>
</h1>
<div class="biglinks">
<a href="#">
<img class="svg" src="/static/svg/rich--text--format.svg" />
<img class="svg" src="/static/svg/rich--text--format.svg" alt="" />
Curriculum Vitae
</a>
<a href="https://git.edgarpierre.fr">
<img class="svg" src="/static/svg/app--developer.svg" />
<img class="svg" src="/static/svg/app--developer.svg" alt="" />
Git
</a>
</div>