Accessibilité des liens et des images pour résoudre #4
This commit is contained in:
parent
32f225d36f
commit
f5a5e2342b
20
index.html
20
index.html
@ -44,19 +44,20 @@
|
||||
<div class="media-content">
|
||||
<p id="buttonsUnderPhoto" class="buttons are-large ">
|
||||
<a class="button" rel="noopener" href="https://github.com/AdamasFR"
|
||||
target="_blank">
|
||||
target="_blank" aria-label="Profil Github">
|
||||
<span class="icon is-large">
|
||||
<i class="fab icon-github-alt"></i>
|
||||
</span>
|
||||
</a>
|
||||
<a class="button" rel="noopener"
|
||||
href="https://www.linkedin.com/in/anthonyyvondumas/" target="_blank">
|
||||
<span class="icon">
|
||||
<span class="icon" aria-label="Profil LinkedIn">
|
||||
<i class="fab icon-linke-square"></i>
|
||||
</span>
|
||||
</a>
|
||||
<a class="button" rel="noopener"
|
||||
href="https://www.twitter.com/anthony__dumas" target="_blank">
|
||||
href="https://www.twitter.com/anthony__dumas"
|
||||
aria-label="Profil Twitter" target="_blank">
|
||||
<span class="icon">
|
||||
<i class="fab icon-twit"></i>
|
||||
</span>
|
||||
@ -173,6 +174,7 @@
|
||||
<p class="title">adamas.dev</p>
|
||||
<figure class="image is-4by3">
|
||||
<img src="./images/vinyls.jpg"
|
||||
alt="Des mains parcourant des vinyles sur un étalage"
|
||||
title="Photo by Florencia Viadana on Unsplash" />
|
||||
</figure>
|
||||
</a>
|
||||
@ -187,7 +189,8 @@
|
||||
<a href="https://prezi.com/m/o8ey8mmpnkvp/" target="_blank" rel="noopener">
|
||||
<p class="title">IOT@Michelin</p>
|
||||
<figure class="image is-4by3">
|
||||
<img src="./images/computerNonSense.jpg" />
|
||||
<img alt="Une photo d'un micro ordinateur dans ma main"
|
||||
src="./images/computerNonSense.jpg" />
|
||||
</figure>
|
||||
</a>
|
||||
</article>
|
||||
@ -201,7 +204,8 @@
|
||||
<a href="//adm.photos" target="_blank" rel="noopener">
|
||||
<p class="title">adm.photos</p>
|
||||
<figure class="image is-4by3">
|
||||
<img src="./images/admPhotos.jpg" />
|
||||
<img alt="Une photo du village de mon enfance"
|
||||
src="./images/admPhotos.jpg" />
|
||||
</figure>
|
||||
</a>
|
||||
</article>
|
||||
@ -233,7 +237,7 @@
|
||||
</div>
|
||||
<div class="column is-3">
|
||||
<a class="button is-large is-fullw-mobile" rel="noopener"
|
||||
href="https://www.linkedin.com/in/anthonyyvondumas/" target="_blank">
|
||||
href="https://www.linkedin.com/in/anthonyyvondumas/" target="_blank" alt="Profil LinkedIn">
|
||||
<span class="icon">
|
||||
<i class="fab icon-linke-square"></i>
|
||||
</span>
|
||||
@ -242,7 +246,7 @@
|
||||
</div>
|
||||
<div class="column is-3">
|
||||
<a class="button is-large is-fullw-mobile" rel="noopener" href="https://t.me/adamas_FR"
|
||||
target="_blank">
|
||||
target="_blank" alt="Profil Telegram.me">
|
||||
<span class="icon">
|
||||
<i class="fab icon-teleg"></i>
|
||||
</span>
|
||||
@ -251,7 +255,7 @@
|
||||
</div>
|
||||
<div class="column is-3">
|
||||
<a class="button is-large is-fullw-mobile is-hidden-tablet" rel="noopener"
|
||||
href="https://github.com/AdamasFR" target="_blank">
|
||||
href="https://github.com/AdamasFR" target="_blank" alt="Profil Github">
|
||||
<span class="icon">
|
||||
<i class="fab icon-github-alt"></i>
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user