Fix broken testimonials: remove duplicate card, adjust CSS for glass morphism compatibility
This commit is contained in:
13
index.html
13
index.html
@@ -555,20 +555,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="card testimonial-card h-100">
|
||||
<div class="card-body">
|
||||
<p class="card-text testimonial-excerpt">"Working with Dustin at d@n tech was an absolute pleasure from start to finish. He is funny, engaging, and listens well. He offered grace for my lack of technical skill..."</p>
|
||||
<p class="card-text testimonial-full">"Working with Dustin at d@n tech was an absolute pleasure from start to finish. He is funny, engaging, and listens well. He offered grace for my lack of technical skill and worked from simple examples provided, which translated into a functional and funky-professional website that represents my brand.
|
||||
|
||||
His patience and technical skills are truly impressive. Furthermore, he was responsive throughout the entire process, always open to feedback, and quick to implement changes. What I appreciated most was how he spent time working toward what I wanted and was supportive in my goals."</p>
|
||||
<p class="card-text testimonial-author"> -Laura, Woman-Owned Small Business</p>
|
||||
<button class="testimonial-toggle" aria-label="Read full testimonial">Read More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -1039,17 +1039,12 @@ footer a:hover {
|
||||
.testimonial-card {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background-color: var(--bg-body);
|
||||
border: 1px solid var(--border-subtle);
|
||||
border-radius: 12px;
|
||||
padding: 2rem;
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.section-alt .testimonial-card {
|
||||
background-color: var(--bg-surface);
|
||||
}
|
||||
|
||||
|
||||
.testimonial-card:hover {
|
||||
transform: translateY(-5px);
|
||||
|
||||
Reference in New Issue
Block a user