Created
February 21, 2022 11:39
-
-
Save Marthyn/98b0f4ec479e2d0b145286e8fee16580 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="testimonials"> | |
<div id="testimonial-carousel" class="carousel slide" data-bs-ride="false" data-bs-interval="false"> | |
<div class="carousel-inner"> | |
<div class="carousel-item active"> | |
<h2>I no longer have to sniff other dogs for love. I've found the hottest Corgi on Tin Dog. Woof.</h2> | |
<img src="images/dog-img.jpg" alt="dog-profile"> | |
<em>Pebbles, New York</em> | |
</div> | |
<div class="carousel-item"> | |
<h2>My dog used to be so lonely, but with TinDog's help, they've found the love of their life. I think.</h2> | |
<img src="images/lady-img.jpg" alt="lady-profile"> | |
<em>Beverly, Illinois</em> | |
</div> | |
<button class="carousel-control-prev" type="button" data-bs-target="#testimonial-carousel" data-bs-slide="prev"> | |
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | |
<span class="visually-hidden">Previous</span> | |
</button> | |
<button class="carousel-control-next" type="button" data-bs-target="#testimonial-carousel" data-bs-slide="next"> | |
<span class="carousel-control-next-icon" aria-hidden="true"></span> | |
<span class="visually-hidden">Next</span> | |
</button> | |
</div> | |
</div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment