Skip to content

Commit aef7304

Browse files
Merge pull request #844 from pythonpizza/brno-pizza
Add Brno 2025 event
2 parents c1127bc + c6585d4 commit aef7304

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

src/components/hero/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
min-height: 48rem;
99
padding-top: 32.9rem;
1010
position: relative;
11-
background: url(../../images/events/prague-2024.jpg) center / cover;
11+
background: url(../../images/events/brno-2025.jpg) center / cover;
1212

1313
@media (--mobile) {
1414
padding-top: 16.9rem;

src/data/future-events.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- city: Prague
2-
date: '2024-02-24'
3-
where: "Apify office, Lucerna Palace"
4-
site: https://prague.python.pizza/
5-
image: prague-2024
1+
- city: Brno
2+
date: '2025-02-22'
3+
where: "Clubco Brno, Vlněna 5"
4+
site: https://brno.python.pizza/
5+
image: brno-2025

src/data/past-events.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,9 @@
4040
where: Holguín Cuba
4141
site: https://holguin.python.pizza/
4242
image: holguin-2020
43-
43+
44+
- city: Prague
45+
date: '2024-02-24'
46+
where: "Apify office, Lucerna Palace"
47+
site: https://prague.python.pizza/
48+
image: prague-2024

src/images/events/brno-2025.jpg

219 KB
Loading

0 commit comments

Comments
 (0)