Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 7 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -784,46 +784,31 @@ <h3 class="h3 card-title">Raise Hand To Save Animals</h3>
-->

<section class="testi">

<div class="testi-content">

<p class="section-subtitle">
<img src="./assets/images/subtitle-img-green.png" width="32" height="7" alt="Wavy line">

<span>Our Testimonials</span>
<span>Testimonials</span>
</p>

<h2 class="h2 section-title">
What People Say About <strong>Our Organization</strong>
What People Say About <strong>Our Mission</strong>
</h2>

<div class="testi-card">

<figure class="card-avatar">
<img src="./assets/images/testi-avatar.png" width="60" height="60" loading="lazy" alt="David S. Neuman">
<img src="./assets/images/testi-avatar.png" width="60" height="60" loading="lazy" alt="Sarah Thompson">
</figure>

<div>
<blockquote class="testi-text">
Sed ut perspiciatis unde omnis iste natus error voluptatem accusantium doloremque laudantium totam rem
aperiam eaquesa
quae abillo inventore veritatis quasi architecto beatae vitae dicta sunt explicabo enimpsam voluptatem
"Wildvine has truly inspired me with their dedication to protecting wildlife. Their efforts to save endangered species and restore natural habitats are making a real difference in the world."
</blockquote>

<h3 class="testi-name">David S. Neuman</h3>

<p class="testi-title">Business Manager</p>
<h3 class="testi-name">Sarah Thompson</h3>
<p class="testi-title">Environmental Advocate</p>
</div>

</div>

</div>

<figure class="testi-banner">
<img src="./assets/images/testi-banner.jpg" width="960" height="846" loading="lazy" alt="Rhinoceros"
<img src="./assets/images/testi-banner.jpg" width="960" height="846" loading="lazy" alt="Rhinoceros Conservation"
class="img-cover">
</figure>

</section>


Expand Down