Skip to content

Commit

Permalink
Fix homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
odolbeau committed Dec 22, 2024
1 parent 89ace59 commit e95472f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/homepage.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="col">
<div class="card card-hover">
<div>
<img loading="lazy" src="{{ image_url(asset('images/bike-on-road.jpg'), 828, 550) }}" class="card-img-top" alt"Un vélo seul sur une route qui serpente dans un magnifique paysage vallonné" style="max-height: 275px" />
<img loading="lazy" src="{{ asset('images/bike-on-road.jpg') }}" class="card-img-top" alt"Un vélo seul sur une route qui serpente dans un magnifique paysage vallonné" style="max-height: 275px" />
<p class="float-end text-secondary fw-ligher me-2 mb-0">
<small>Photo de <a href="https://unsplash.com/fr/@urban_vintage" rel="nofollow" class="text-reset">Urban Vintage</a></small>
</p>
Expand All @@ -87,7 +87,7 @@
<div class="col">
<div class="card card-hover">
<div>
<img loading="lazy" src="{{ image_url(asset('images/people-doing-hearth.jpg'), 828, 550) }}" class="card-img-top" alt="Quatre personnes debout dans un champ, de dos et faisant des coeurs avec leur mains." style="max-height: 275px" />
<img loading="lazy" src="{{ asset('images/people-doing-hearth.jpg') }}" class="card-img-top" alt="Quatre personnes debout dans un champ, de dos et faisant des coeurs avec leur mains." style="max-height: 275px" />
<p class="float-end text-secondary fw-ligher me-2 mb-0">
<small>Photo de <a href="https://unsplash.com/fr/@melissaaskew" rel="nofollow" class="text-reset">Melissa Askew</a></small>
</p>
Expand All @@ -111,7 +111,7 @@
<div class="col">
<div class="card card-hover">
<div>
<img loading="lazy" src="{{ image_url(asset('images/map-with-pins.jpg'), 828, 550) }}" class="card-img-top" alt="Quatre personnes debout dans un champ, de dos et faisant des coeurs avec leur mains." style="max-height: 275px" />
<img loading="lazy" src="{{ asset('images/map-with-pins.jpg') }}" class="card-img-top" alt="Quatre personnes debout dans un champ, de dos et faisant des coeurs avec leur mains." style="max-height: 275px" />
<p class="float-end text-secondary fw-ligher me-2 mb-0">
<small>Photo de <a href="https://unsplash.com/fr/@dead____artist" rel="nofollow" class="text-reset">Z</a></small>
</p>
Expand Down

0 comments on commit e95472f

Please sign in to comment.