Skip to content

Commit c3175dc

Browse files
committed
chore: update events speakers
1 parent b1f0f37 commit c3175dc

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

public/data/events.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,24 +172,34 @@
172172
"id": 308969846,
173173
"title": "Meetup Python Catania - Con la calata del fresco",
174174
"date": "2025-07-17",
175-
"image": "/images/events/event-308969846.jpg",
175+
"image": "/images/events/17-07-2025/event-308969846.jpg",
176176
"description": "In una calda serata d'estate la community Python Catania si incontra al Lido Grotta Smeralda per parlare di macchine a stati in Python e di game development con pygame.",
177177
"descriptionEn": "On a warm summer evening the Python Catania community meets at Lido Grotta Smeralda to talk about state machines in Python and game development with pygame.",
178178
"fullDescription": "Una serata estiva all'aperto al Lido Grotta Smeralda di Aci Castello: la cornice perfetta per due talk di alto livello. Luca Marturana ha presentato le macchine a stati in Python usando la libreria python-statemachine per modellare workflow complessi. Paolo Lo Bello ha invece mostrato come costruire un piccolo gioco in stile platform con pygame, puro divertimento e codice al tempo stesso. Aperitivo opzionale a seguire.",
179179
"fullDescriptionEn": "An outdoor summer evening at Lido Grotta Smeralda in Aci Castello: the perfect setting for two high-quality talks. Luca Marturana presented state machines in Python using the python-statemachine library to model complex workflows. Paolo Lo Bello then showed how to build a small platform-style game with pygame — pure fun and code at the same time. Optional aperitivo afterwards.",
180180
"attendees": 35,
181181
"url": "https://www.meetup.com/python-catania/events/308969846/",
182-
"gallery": ["/images/events/event-308969846.jpg"],
182+
"gallery": [
183+
"/images/events/17-07-2025/event-308969846.jpg",
184+
"/images/events/17-07-2025/pythoncatania_1753022774_3680944282235267964_75742876461.jpg",
185+
"/images/events/17-07-2025/pythoncatania_1753022774_3680944282243594666_75742876461.jpg",
186+
"/images/events/17-07-2025/pythoncatania_1753022774_3680944282243681070_75742876461.jpg",
187+
"/images/events/17-07-2025/pythoncatania_1753022774_3680944282251832210_75742876461.jpg",
188+
"/images/events/17-07-2025/pythoncatania_1753022774_3680944282251945845_75742876461.jpg",
189+
"/images/events/17-07-2025/pythoncatania_1753022774_3680944282528806857_75742876461.jpg"
190+
],
183191
"speakers": [
184192
{
185193
"name": "Luca Marturana",
186194
"topic": "Macchine a stati in Python",
187-
"topicEn": "State Machines in Python"
195+
"topicEn": "State Machines in Python",
196+
"image": "/images/events-speakers/Luca Marturana.jpeg"
188197
},
189198
{
190199
"name": "Paolo Lo Bello",
191200
"topic": "Piccoli giochi per puro divertimento con pygame",
192-
"topicEn": "Small Games for Pure Fun with pygame"
201+
"topicEn": "Small Games for Pure Fun with pygame",
202+
"image": "/images/events-speakers/PaoloLoBello.jpg"
193203
}
194204
]
195205
},
123 KB
Loading
140 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)