Skip to content

Commit e74e166

Browse files
committed
update testimonials
1 parent 192e92d commit e74e166

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

assets/scss/components/_testimonials.scss

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
h2 {
55
text-align: center;
6-
margin-bottom: 40px;
6+
margin-bottom: 20px;
77
position: relative;
88

99
&:after {
@@ -165,8 +165,8 @@
165165
padding-bottom: clamp(3rem, 8vw, 5rem);
166166
position: relative;
167167
text-align: center;
168-
padding-left: 5%;
169-
padding-right: 5%;
168+
padding-left: 1rem;
169+
padding-right: 1rem;
170170

171171
h2 {
172172
margin-bottom: clamp(2rem, 6vw, 3.75rem);
@@ -190,8 +190,8 @@
190190
.testimonial {
191191
background-color: transparent;
192192
max-width: 100%;
193-
margin: 0 auto;
194-
padding: clamp(1rem, 3vw, 2rem) 5%;
193+
margin: 0 0;
194+
padding: clamp(1rem, 3vw, 2rem) 1rem;
195195
position: relative;
196196
}
197197

@@ -310,14 +310,17 @@
310310
}
311311

312312
@media (min-width: 768px) {
313+
padding-left: 2rem;
314+
padding-right: 2rem;
315+
313316
.swiper {
314317
padding-left: clamp(2rem, 5vw, 4.375rem);
315318
padding-right: clamp(2rem, 5vw, 4.375rem);
316319
}
317320

318321
.testimonial {
319322
max-width: 90%;
320-
padding: clamp(1.5rem, 3vw, 2rem) 2%;
323+
padding: clamp(1.5rem, 3vw, 2rem) 2rem;
321324
}
322325

323326
.swiper-button-next,
@@ -420,7 +423,7 @@
420423
.testimonial {
421424
background-color: $white;
422425
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
423-
margin-bottom: 30px;
426+
margin-bottom: 20px;
424427
transition: transform 0.3s ease, box-shadow 0.3s ease;
425428

426429
&:hover {

data/testimonials.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,20 @@
1212
"company": "Zinc Learning Labs",
1313
"image": "images/testimonials/karthik.jpeg",
1414
"quote": "Working with the Infraspec team has been a very satisfying experience! They were completely dedicated to our mission and our product. Their commitment and dedication to our efforts felt like they are a part of our core team rather than being external consultants. They are a high quality technical team. They were able to take on and deliver projects with both familiar and unfamiliar technologies. Their commitment to writing clean code and good automated tests helped our team level up our own coding skills."
15+
},
16+
{
17+
"name": "Sidu Ponnappa",
18+
"title": "CEO",
19+
"company": "Realfast",
20+
"image": "images/testimonials/sidu.jpg",
21+
"quote": "Infraspec delivered exactly what we needed to set up tooling for our customers. Their self-service solution has significantly accelerated our team's productivity. Most importantly, they worked closely with us to design infrastructure that supports our AI agents while maintaining enterprise-grade standards. They provided an easy and reliable infrastructure foundation that we could extend effortlessly. This allowed us to focus on our core business goals, particularly the development of Salesforce AI agents. Their team also supported us in implementing ISO 27001 and SOC 2-compliant AWS infrastructure, complete with automated provisioning and rapid disaster recovery capabilities."
22+
},
23+
{
24+
"name": "Nikhil Mittal",
25+
"title": "CTO",
26+
"company": "Zepto",
27+
"image": "images/testimonials/nikhil.jpeg",
28+
"quote": "Collaborating with Infraspec was key to adopting practices suited to our growth. They helped drive important projects to closure with transparency. They crucially improved our tooling documentation, reducing key person risks. With infrastructure as code, they helped improve our infrastructure reliability and maintainability while also upskilling the team in infrastructure and DevOps practices. Additionally, they also helped enhance the reliability of our observability tools, reduce infrastructure costs and introduce continuous delivery for containerised workload."
1529
}
1630
]
31+
9.38 KB
Loading
7.67 KB
Loading

0 commit comments

Comments
 (0)