Skip to content

Commit

Permalink
Update slider.html
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Schumacher <[email protected]>
  • Loading branch information
devinschumacher authored Aug 25, 2024
1 parent db9b1c7 commit 0c696b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</head>
<body>
<div class="slider">
<div><img src="image1.jpg" alt="Image 1"></div>
<div><img src="image2.jpg" alt="Image 2"></div>
<div><img src="image3.jpg" alt="Image 3"></div>
<div><img src="https://images.unsplash.com/photo-1724476737719-b2be721fe00a?q=80&w=3524&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Image 1"></div>
<div><img src="https://images.unsplash.com/photo-1724476740135-7a54545e81a0?q=80&w=3560&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Image 2"></div>
<div><img src="https://images.unsplash.com/photo-1719790524925-07850799f1e9?q=80&w=2880&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Image 3"></div>
</div>

<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
Expand Down

0 comments on commit 0c696b5

Please sign in to comment.