Skip to content

Commit 92f3260

Browse files
committed
Add images
1 parent 10f3278 commit 92f3260

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

public/images/diego.jpeg

85.5 KB
Loading

public/images/jodie.jpeg

76.5 KB
Loading

public/images/rodrigo.jpeg

72.4 KB
Loading

public/images/thibaud.jpeg

8.79 KB
Loading

public/images/vassillikki.jpeg

68.3 KB
Loading

public/images/wojciech.jpeg

79.7 KB
Loading

src/components/sections/testimonials.astro

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,45 @@ const testimonials = [
55
{
66
id: 1,
77
name: "Thibaud Colas",
8-
profileImage: "https://via.placeholder.com/50x50",
9-
quote: "Pretty sure EuroPython 2025 was my top 1 fav conference ever. Just the perfect mixture of catching up with people I know, meeting people I dont know, learning new things. Time well spent chatting w/ Python veterans and also first-timers.",
8+
profileImage: "public/images/thibaud.jpeg",
9+
quote: "Pretty sure EuroPython 2025 was my top 1 fav conference ever. Just the perfect mixture of catching up with people I know, meeting people I don't know, learning new things. Time well spent chatting w/ Python veterans and also first-timers.",
1010
linkedinUrl: "https://www.linkedin.com/posts/thibaudcolas_django-python-europython2025-activity-7353026711569035265-bb1U"
1111
},
1212
{
1313
id: 2,
14-
name: "Alicja Kocieniewska",
15-
profileImage: "https://via.placeholder.com/50x50",
16-
quote: "The conference was the perfect mix of deep knowledge, inspiring speakers, a truly welcoming community, and an unexpected number of cat pictures in slides - as a proud cat mom, I fully approve! 🐈🐾",
17-
linkedinUrl: "https://www.linkedin.com/posts/activity-7353091873093181442-jUko/"
14+
name: "Wojciech Nowicki, MBA",
15+
profileImage: "public/images/wojciech.jpeg",
16+
quote: "I learned from brilliant speakers across topics spanning Python best practices, data engineering, and AI/ML applications. Even more valuable were the conversations with fellow developers, maintainers, community organizers, and representatives from many companies across the Python ecosystem.",
17+
linkedinUrl: "https://www.linkedin.com/posts/wonowicki_europython-python-opensource-activity-7352947135354433536-W_pQ"
1818
},
19-
{
19+
{
2020
id: 3,
2121
name: "Diego Russo",
22-
profileImage: "https://via.placeholder.com/50x50",
23-
quote: "Ive been attending EuroPython since 2011. To me, this is the Python conference. Period. Im proud to be part of this community, and I will do my best to keep it that way.",
22+
profileImage: "public/images/diego.jpeg",
23+
quote: "I've been attending EuroPython since 2011. To me, this is the Python conference. Period. I'm proud to be part of this community, and I will do my best to keep it that way.",
2424
linkedinUrl: "https://www.linkedin.com/posts/diegor_back-fromeuropython-2025and-still-buzzing-activity-7353354177646845953-4nNo/"
2525
},
2626
{
2727
id: 4,
2828
name: "Jodie Burchell",
29-
profileImage: "https://via.placeholder.com/50x50",
29+
profileImage: "public/images/jodie.jpeg",
3030
quote: "Last week's EuroPython was one of the most wonderful conferences I've ever been to, and my heart is still overflowing with all of the wonderful moments.",
3131
linkedinUrl: "https://www.linkedin.com/posts/jodieburchell_last-weeks-europython-was-one-of-the-most-ugcPost-7354418947993042947-NsXG/"
3232
},
33-
{
33+
{
3434
id: 5,
3535
name: "Vassiliki Dalakiari",
36-
profileImage: "https://via.placeholder.com/50x50",
36+
profileImage: "public/images/vassillikki.jpeg",
3737
quote: "This event was built by the community, for the community, with authentic support for local groups. From the PyLadies meetups to the Python documentary screening, inclusivity felt genuine and present throughout the conference.",
3838
linkedinUrl: "https://www.linkedin.com/posts/activity-7355237790462148608-VYL-/"
3939
},
4040
{
4141
id: 6,
4242
name: "Rodrigo Girão Serrão",
43-
profileImage: "https://via.placeholder.com/50x50",
43+
profileImage: "public/images/rodrigo.jpeg",
4444
quote: `This was also the most rewarding conference for me so far. A conference like EuroPython is much more than just talks and tutorials.
4545
There is the hallway track, lightning talks ⚡️, social events, snacks exchange 🍿, the sprints weekend, ...`,
46-
linkedinUrl: "https://www.linkedin.com/posts/rodrigo-gir%C3%A3o-serr%C3%A3o_its-been-4-weeks-but-it-feels-like-it-was-activity-7360678874222936064-N1eg"
46+
linkedinUrl: "https://www.linkedin.com/posts/rodrigo-gir%C3%A3o-serr%C3%A3o_its-been-4-weeks-but-it-feels-like-it-activity-7360678874222936064-N1eg"
4747
}
4848
];
4949

0 commit comments

Comments
 (0)