Skip to content

Commit 955732d

Browse files
committed
Add Oscar testimonial
1 parent ed7bb58 commit 955732d

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

src/components/Testimonials.astro

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
import { Image } from "astro:assets";
33
import petros from "../images/avatars/petros.jpeg";
4+
import oscar from "../images/avatars/oscar_pinchen.jpeg";
45
import tom_mitchell from "../images/avatars/tom_mitchell.jpeg";
56
---
67

@@ -77,6 +78,38 @@ import tom_mitchell from "../images/avatars/tom_mitchell.jpeg";
7778
</p>
7879
</div>
7980
<!-- end testimonial-slider__slide -->
81+
<div class="testimonial-slider__slide swiper-slide">
82+
<div class="testimonial-slider__author">
83+
<Image
84+
src={oscar}
85+
width={300}
86+
alt="Oscar Pinchen"
87+
class="testimonial-slider__avatar"
88+
/>
89+
<cite class="testimonial-slider__cite">
90+
<strong>Oscar Pinchen</strong>
91+
<span>Frontend Developer</span>
92+
</cite>
93+
</div>
94+
<p>
95+
Many junior software engineers have THAT specific mentor who takes
96+
them under their wing and helps bring them up to speed in the
97+
world of coding. For me, Jesus was that engineer. He's a deeply
98+
passionate software engineer with a tremendous breadth of
99+
knowledge but, what's more, he's also an extremely empathetic
100+
person who's willing to take the time to understand his junior
101+
engineer's problems and help them understand and overcome them.
102+
After a previous bad onboarding experience in a different company,
103+
Jesus Cano was precisely who I needed to help get my coding
104+
journey off to a proper start. I will forever be in his debt for
105+
the patience and generosity he afforded me.
106+
</p>
107+
<p>
108+
He's as kind and generous as he is knowledgeable and passionate,
109+
and I'd highly recommend him and his services to anyone.
110+
</p>
111+
</div>
112+
<!-- end testimonial-slider__slide -->
80113
</div>
81114
</div>
82115
<!-- end testimonial slider swiper-wrapper -->
118 KB
Loading

0 commit comments

Comments
 (0)