Skip to content

Commit 9b8ef48

Browse files
committed
feat: improve event-details page
1 parent 7c7f159 commit 9b8ef48

15 files changed

+62
-8
lines changed

public/data/events.json

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,15 @@
5252
"name": "Dario Camonita",
5353
"topic": "Distributed Systems and Big Data (DSBD) Project",
5454
"topicEn": "Distributed Systems and Big Data (DSBD) Project",
55-
"image": "/images/events-speakers/DarioCamonita.jpeg"
55+
"image": "/images/events-speakers/DarioCamonita.jpeg",
56+
"project": "https://github.com/danterolle/dsbd"
5657
},
5758
{
5859
"name": "Matteo Jacopo Schembri",
5960
"topic": "Distributed Systems and Big Data (DSBD) Project",
6061
"topicEn": "Distributed Systems and Big Data (DSBD) Project",
61-
"image": "/images/about/MatteoJacopoSchembri.jpeg"
62+
"image": "/images/about/MatteoJacopoSchembri.jpeg",
63+
"project": "https://github.com/Teosche/dsbd"
6264
}
6365
]
6466
},
@@ -106,7 +108,9 @@
106108
"name": "Stefano Borzì",
107109
"topic": "Python multithreading",
108110
"topicEn": "Python multithreading",
109-
"image": "/images/about/StefanoBorzi.jpeg"
111+
"image": "/images/about/StefanoBorzi.jpeg",
112+
"slide": "https://slides.com/stefanoborzi/code-e7d3ed/fullscreen#/1",
113+
"project": "https://github.com/Helias/PythonCatania-multithreading"
110114
}
111115
]
112116
},
@@ -164,7 +168,9 @@
164168
"name": "Stefano Borzì",
165169
"topic": "Python extendibility",
166170
"topicEn": "Python extendibility",
167-
"image": "/images/about/StefanoBorzi.jpeg"
171+
"image": "/images/about/StefanoBorzi.jpeg",
172+
"slide": "https://slides.com/stefanoborzi/code-e7d3ed/fullscreen",
173+
"project": "https://github.com/Helias/PythonCatania-extendibility"
168174
}
169175
]
170176
},
@@ -235,20 +241,33 @@
235241
"id": 306025381,
236242
"title": "Meetup Python Catania - Carnival Party Time",
237243
"date": "2025-02-22",
238-
"image": "/images/events/event-306025381.jpg",
244+
"image": "/images/events/22-02-2025/event-306025381.jpg",
239245
"description": "La community di Python Catania si incontra nel primo meetup del 2025 per stare insieme e condividere del buon codice sorgente.",
240246
"descriptionEn": "The Python Catania community meets for the first meetup of 2025 to spend time together and share great source code.",
241247
"fullDescription": "Il primo meetup del 2025 si è tenuto in periodo di Carnevale da The Level Group: un'occasione per iniziare l'anno con il piede giusto. La serata ha incluso le ultime novità Python, annunci su PyCon 2025, un workshop \"How Coding Works!\" e si è conclusa con il PyDinner in maschera.",
242248
"fullDescriptionEn": "The first meetup of 2025 was held during Carnival at The Level Group: an opportunity to start the year on the right foot. The evening included the latest Python news, PyCon 2025 announcements, a \"How Coding Works!\" workshop and concluded with a costumed PyDinner.",
243249
"attendees": 36,
244250
"url": "https://www.meetup.com/python-catania/events/306025381/",
245-
"gallery": ["/images/events/event-306025381.jpg"],
251+
"gallery": [
252+
"/images/events/22-02-2025/event-306025381.jpg",
253+
"/images/events/22-02-2025/photo_2026-03-18_00-42-38.jpg",
254+
"/images/events/22-02-2025/photo_2026-03-18_00-42-39.jpg",
255+
"/images/events/22-02-2025/photo_2026-03-18_00-42-41.jpg",
256+
"/images/events/22-02-2025/photo_2026-03-18_00-42-42.jpg"
257+
],
246258
"speakers": [
247259
{
248260
"name": "Salvatore Rapisarda",
249261
"topic": "Condivisione delle ultime novità riguardo il linguaggio Python.",
250262
"topicEn": "Sharing the latest news about the Python language.",
251263
"image": "/images/about/SalvoRapisarda.jpeg"
264+
},
265+
{
266+
"name": "Matteo Jacopo Schembri",
267+
"topic": "Ball Balance PI",
268+
"topicEn": "Ball Balance PI",
269+
"image": "/images/about/MatteoJacopoSchembri.jpeg",
270+
"project": "https://github.com/Teosche/ball-balance-pi"
252271
}
253272
]
254273
},
File renamed without changes.
142 KB
Loading
200 KB
Loading
101 KB
Loading
163 KB
Loading
16 KB
Loading
13.2 KB
Loading
14 KB
Loading
12.8 KB
Loading

0 commit comments

Comments
 (0)