Skip to content

Commit

Permalink
dimensions photos slider
Browse files Browse the repository at this point in the history
  • Loading branch information
Florasol committed Sep 7, 2024
1 parent 63ef2d4 commit 70f99f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3 class="name">Nina Carducci</h3>
<li><a href="#gallery">Galerie</a></li>
<li><a href="#services">Service</a></li>
<li><a href="#contact">Contact</a></li>
<li><a class="social-link" href="https://www.instagram.com/ninacarducci.photo/?hl=fr" target="_blank"><img src="assets/images/instagram-icon.webp" alt="icone instagram"></a></li>
<li><a class="social-link" href="https://www.instagram.com/ninacarducci.photo/?hl=fr" target="_blank"><img src="assets/images/instagram-icon.webp" alt="icone instagram" width="20" height="20"></a></li>
</ul>
</div>
</div>
Expand All @@ -39,17 +39,17 @@ <h3 class="name">Nina Carducci</h3>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./assets/images/slider/ryoji-iwata-business-1920.webp" class="d-block w-100" alt="homme d'affaires sur un passage pieton"
<img src="./assets/images/slider/ryoji-iwata-business-1920.webp" class="d-block w-100" width="1920" height="888" alt="homme d'affaires sur un passage pieton"
srcset="./assets/images/slider/ryoji-iwata-business-480.webp 480w, ./assets/images/slider/ryoji-iwata-business-1920.webp 1920w"
aria-roledescription="slide" aria-label="Image 1"/>
</div>
<div class="carousel-item">
<img src="./assets/images/slider/nicholas-green-concert-1920.webp" class="d-block w-100" alt="une foule dans un concert"
<img src="./assets/images/slider/nicholas-green-concert-1920.webp" class="d-block w-100" width="1920" height="888" alt="une foule dans un concert"
srcset="./assets/images/slider/nicholas-green-concert-480.webp 480w, ./assets/images/slider/nicholas-green-concert-1920.webp 1920w"
aria-roledescription="slide" aria-label="Image 2"/>
</div>
<div class="carousel-item">
<img src="./assets/images/slider/edward-cisneros-wedding-1920.webp" class="d-block w-100" alt="un couple qui se marie et s'embrasse"
<img src="./assets/images/slider/edward-cisneros-wedding-1920.webp" class="d-block w-100" width="1920" height="888" alt="un couple qui se marie et s'embrasse"
srcset="./assets/images/slider/edward-cisneros-wedding-480.webp 480w, ./assets/images/slider/edward-cisneros-wedding-1920.webp 1920w"
aria-roledescription="slide" aria-label="Image 3"/>
</div>
Expand Down Expand Up @@ -162,7 +162,7 @@ <h3>Une question ? Une demande de devis ?</h3>
</form>
</div>
<div class="picture right">
<img src="./assets/images/camera-lens-1920.webp" alt="objectif d'un appareil photo minolta" width="392" height="350"/>
<img src="./assets/images/camera-lens-1920.webp" alt="objectif d'un appareil photo minolta" width="392" height="391"/>
</div>
</div>
</div>
Expand Down

0 comments on commit 70f99f8

Please sign in to comment.