Ajout du loading=lazy
This commit is contained in:
@ -88,7 +88,7 @@ Bonne lecture ! -->
|
||||
<div class="p-10 grid grid-cols-1 sm:grid-cols-1 md:grid-cols-3 lg:grid-cols-3 xl:grid-cols-3 gap-5">
|
||||
<!-- Première carte -->
|
||||
<div class="rounded overflow-hidden shadow-lg">
|
||||
<img class="w-full" src="../images/SYNERGIS-BLANC.jpg" alt="">
|
||||
<img class="w-full" src="../images/SYNERGIS-BLANC.jpg" alt="" loading="lazy"/>
|
||||
<div class="px-6 py-4">
|
||||
<div class="font-bold text-xl mb-2">PROFESSIONNEL</div>
|
||||
<p class="text-gray-700 text-base">
|
||||
@ -105,7 +105,7 @@ Bonne lecture ! -->
|
||||
</div>
|
||||
<!-- Seconde carte-->
|
||||
<div class="rounded overflow-hidden shadow-lg">
|
||||
<img class="w-full" src="../images/BAGUAGE.jpg" alt="">
|
||||
<img class="w-full" src="../images/BAGUAGE.jpg" alt="" loading="lazy"/>
|
||||
<div class="px-6 py-4">
|
||||
<div class="font-bold text-xl mb-2">NATURALISME</div>
|
||||
<p class="text-gray-700 text-base">
|
||||
@ -128,7 +128,7 @@ Bonne lecture ! -->
|
||||
|
||||
<!-- Troisième carte -->
|
||||
<div class="rounded overflow-hidden shadow-lg">
|
||||
<img class="w-full" src="../images/NBM.jpg" alt="">
|
||||
<img class="w-full" src="../images/NBM.jpg" alt="" loading="lazy"/>
|
||||
<div class="px-6 py-4">
|
||||
<div class="font-bold text-xl mb-2">PROJETS</div>
|
||||
<p class="text-gray-700 text-base">
|
||||
@ -157,7 +157,7 @@ Bonne lecture ! -->
|
||||
<li><a href="../ACTUALITE/">Actualité</a></li>
|
||||
</ul>
|
||||
<ul class="copyright">
|
||||
<li><a href="https://git.adriencharbonneau.fr/Adrien/Site-internet" class="a_git"><img style="margin-right: .5rem; vertical-align: middle;" src="../images/GIT.svg" width="25px" height="25px"><b>Version : </b><span class="git git_color1 blanc"><?php echo Version::get(); ?></span><b> Branch : </b><span class="git git_color1 blanc"> master </span></a></li>
|
||||
<li><a href="https://git.adriencharbonneau.fr/Adrien/Site-internet" class="a_git"><img style="margin-right: .5rem; vertical-align: middle;" src="../images/GIT.svg" width="25px" height="25px"/><b>Version : </b><span class="git git_color1 blanc"><?php echo Version::get(); ?></span><b> Branch : </b><span class="git git_color1 blanc"> master </span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user