Skip to content

Commit

Permalink
Edit testimonial section
Browse files Browse the repository at this point in the history
  • Loading branch information
sadique21hs committed Feb 16, 2024
1 parent 10c2cee commit c97b55a
Showing 1 changed file with 50 additions and 21 deletions.
71 changes: 50 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,27 +108,56 @@ <h3>Guaranteed to work.</h3>
<!-- Testimonials -->

<section class="color-section" id="testimonials">
<h2>
I no longer have to sniff other dogs for love. I've found the hottest
Corgi on TinDog. Woof.
</h2>
<img
class="testimonial-image"
src="images/dog-img.jpg"
alt="dog-profile"
/>
<em>Pebbles, New York</em>

<h2 class="testimonial-text">
My dog used to be so lonely, but with TinDog's help, they've found the
love of their life. I think.
</h2>
<img
class="testimonial-image"
src="images/lady-img.jpg"
alt="lady-profile"
/>
<em>Beverly, Illinois</em>
<div
id="carouselExampleAutoplaying"
class="carousel slide"
data-bs-ride="carousel"
>
<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 TinDog. Woof.
</h2>
<img
class="testimonial-image"
src="images/dog-img.jpg"
alt="dog-profile"
/>
<em>Pebbles, New York</em>
</div>
<div class="carousel-item" >
<h2 class="testimonial-text">
My dog used to be so lonely, but with TinDog's help, they've found
the love of their life. I think.
</h2>
<img
class="testimonial-image"
src="images/lady-img.jpg"
alt="lady-profile"
/>
<em>Beverly, Illinois</em>
</div>

<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleAutoplaying"
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="#carouselExampleAutoplaying"
data-bs-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>

<!-- Press -->
Expand Down

0 comments on commit c97b55a

Please sign in to comment.