Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,17 @@

[![Netlify Status](https://api.netlify.com/api/v1/badges/a12816da-77eb-44b0-950f-f72d7fa73704/deploy-status)](https://app.netlify.com/sites/eloquent-knuth-6dbbe5/deploys)

# build
## Development

For local development consider using docker with below command:

```bash
docker run --rm -it \
-p 8000:8000 \
-p 8001:8001 \
-v "$PWD":/app \
-v pythonpizza_node_modules:/app/node_modules \
-w /app \
node:16-bullseye \
bash -lc "corepack enable && yarn install && yarn develop -H 0.0.0.0 -p 8000"
```
4 changes: 2 additions & 2 deletions src/components/hero/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
min-height: 48rem;
padding-top: 32.9rem;
position: relative;
background: url(../../images/events/ostrava-2026.jpg) center / cover;
background: url(../../images/events/warsaw-2026.png) center / cover;

@media (--mobile) {
padding-top: 16.9rem;
Expand Down Expand Up @@ -71,4 +71,4 @@
color: var(--white);
}
}
}
}
2 changes: 1 addition & 1 deletion src/components/past-event/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default props => {
>
<div
style={{
backgroundImage: `url(${require(`../../images/events/${image}.jpg`)})`,
backgroundImage: `url(${require(`../../images/events/${image}`)})`,
}}
className="PastEvent--background"
/>
Expand Down
10 changes: 5 additions & 5 deletions src/data/future-events.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- city: Ostrava
date: '2026-02-21'
where: "Impact Hub Ostrava, Sokolská tř. 1263/24"
site: https://ostrava.python.pizza/
image: ostrava-2026
- city: Warsaw
date: '2026-05-09'
where: 'PJAIT building A, Koszykowa 86, Warsaw, Poland'
site: https://warsaw.python.pizza/
image: warsaw-2026.png
28 changes: 17 additions & 11 deletions src/data/past-events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,59 @@
date: '2017-07-16'
where: Riot Studio
site: https://2017.naples.python.pizza
image: naples-2017
image: naples-2017.jpg
nofilter: true

- city: Naples
date: '2018-07-15'
where: PAN
site: https://2018.naples.python.pizza
image: naples-2018
image: naples-2018.jpg

- city: Berlin
date: '2019-02-23'
where: Wooga
site: https://2019.berlin.python.pizza
image: berlin-2019
image: berlin-2019.jpg

- city: Berlin Night
date: '2019-08-23'
where: Wooga
site: https://night.berlin.python.pizza/
image: berlin-night
image: berlin-night.jpg

- city: Hamburg
date: '2019-11-09'
where: SinnerSchrader
site: https://2019.hamburg.python.pizza/
image: hamburg-2019
image: hamburg-2019.jpg

- city: Remote
date: '2020-04-25'
where: Online
site: https://remote.python.pizza
image: remote-2020
image: remote-2020.jpg

- city: Holguín
date: '2020-11-14'
where: Holguín Cuba
site: https://holguin.python.pizza/
image: holguin-2020
image: holguin-2020.jpg

- city: Prague
date: '2024-02-24'
where: "Apify office, Lucerna Palace"
where: 'Apify office, Lucerna Palace'
site: https://prague.python.pizza/
image: prague-2024
image: prague-2024.jpg

- city: Brno
date: '2025-02-22'
where: "Clubco Brno, Vlněna 5"
where: 'Clubco Brno, Vlněna 5'
site: https://brno.python.pizza/
image: brno-2025
image: brno-2025.jpg

- city: Ostrava
date: '2026-02-21'
where: 'Impact Hub Ostrava, Sokolská tř. 1263/24'
site: https://ostrava.python.pizza/
image: ostrava-2026.jpg
Binary file added src/images/events/warsaw-2026.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.