|
1 | 1 | ---
|
2 | 2 | import { Image } from "astro:assets";
|
3 | 3 | import petros from "../images/avatars/petros.jpeg";
|
| 4 | +import oscar from "../images/avatars/oscar_pinchen.jpeg"; |
4 | 5 | import tom_mitchell from "../images/avatars/tom_mitchell.jpeg";
|
5 | 6 | ---
|
6 | 7 |
|
@@ -77,6 +78,38 @@ import tom_mitchell from "../images/avatars/tom_mitchell.jpeg";
|
77 | 78 | </p>
|
78 | 79 | </div>
|
79 | 80 | <!-- 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 --> |
80 | 113 | </div>
|
81 | 114 | </div>
|
82 | 115 | <!-- end testimonial slider swiper-wrapper -->
|
|
0 commit comments