Skip to content

Commit 5b0d3d5

Browse files
committed
chore: update events
1 parent 270d4c6 commit 5b0d3d5

File tree

6 files changed

+30
-1
lines changed

6 files changed

+30
-1
lines changed

public/data/events.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,31 @@
8383
"/images/events/09-12-2025-oh-oh-oh/pythoncatania_1765564339_3786150550631795772_75742876461.jpg",
8484
"/images/events/09-12-2025-oh-oh-oh/pythoncatania_1765564339_3786150550648536342_75742876461.jpg",
8585
"/images/events/09-12-2025-oh-oh-oh/pythoncatania_1765564339_3786150550816328124_75742876461.jpg",
86-
"/images/events/09-12-2025-oh-oh-oh/pythoncatania_1765564339_3786150550858256139_75742876461.jpg"
86+
"/images/events/09-12-2025-oh-oh-oh/pythoncatania_1765564339_3786150550858256139_75742876461.jpg",
87+
"/images/events/09-12-2025-oh-oh-oh/photo_2026-03-17_21-39-31.jpg",
88+
"/images/events/09-12-2025-oh-oh-oh/photo_2026-03-17_21-39-33.jpg",
89+
"/images/events/09-12-2025-oh-oh-oh/photo_2026-03-17_21-39-39.jpg",
90+
"/images/events/09-12-2025-oh-oh-oh/photo_2026-03-17_21-39-40.jpg",
91+
"/images/events/09-12-2025-oh-oh-oh/photo_2026-03-17_21-39-42.jpg"
8792
],
8893
"speakers": [
8994
{
9095
"name": "Salvatore Rapisarda",
9196
"topic": "Condivisione delle ultime novità riguardo il linguaggio Python.",
9297
"topicEn": "Sharing the latest news about the Python language.",
9398
"image": "/images/about/SalvoRapisarda.jpeg"
99+
},
100+
{
101+
"name": "Matteo Jacopo Schembri",
102+
"topic": "",
103+
"topicEn": "",
104+
"image": "/images/about/MatteoJacopoSchembri.jpeg"
105+
},
106+
{
107+
"name": "Stefano Borzì",
108+
"topic": "Python multithreading",
109+
"topicEn": "Python multithreading",
110+
"image": "/images/about/StefanoBorzi.jpeg"
94111
}
95112
]
96113
},
@@ -137,6 +154,18 @@
137154
"topic": "Condivisione delle ultime novità riguardo il linguaggio Python.",
138155
"topicEn": "Sharing the latest news about the Python language.",
139156
"image": "/images/about/SalvoRapisarda.jpeg"
157+
},
158+
{
159+
"name": "Matteo Jacopo Schembri",
160+
"topic": "Garbage collection in Python",
161+
"topicEn": "Garbage collection in Python",
162+
"image": "/images/about/MatteoJacopoSchembri.jpeg"
163+
},
164+
{
165+
"name": "Stefano Borzì",
166+
"topic": "Python extendibility",
167+
"topicEn": "Python extendibility",
168+
"image": "/images/about/StefanoBorzi.jpeg"
140169
}
141170
]
142171
},
210 KB
Loading
226 KB
Loading
115 KB
Loading
160 KB
Loading
113 KB
Loading

0 commit comments

Comments
 (0)