From b090e00d6ea5a6a724d9e9d5983b2c7c9b935c84 Mon Sep 17 00:00:00 2001 From: Mia Date: Sun, 11 May 2025 17:56:49 +0200 Subject: [PATCH 01/26] Add About us page --- src/content/pages/about.mdx | 141 ++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 src/content/pages/about.mdx diff --git a/src/content/pages/about.mdx b/src/content/pages/about.mdx new file mode 100644 index 000000000..5b7c87b00 --- /dev/null +++ b/src/content/pages/about.mdx @@ -0,0 +1,141 @@ +--- +title: About +url: /about +subtitle: About +--- + +# About Us +The EuroPython conference is organized by volunteers from the Python community across Europe and beyond. + +Behind the scenes, it is run by the EuroPython Society (EPS), a Swedish non-profit organization responsible for the legal and financial aspects of the conference, as well as overall coordination. + +In accordance with Swedish bylaws, the Society is governed by a board of seven people, elected annually by its members. + +Current Board Members: +* Anders Hammarquist +* Aris Nivorils +* Artur Czepiel (Chair) +* Cyril Bitterich +* Ege Akman +* Mia Bajić (Vice Chair) +* Shekhar Koirala + +## Where Does Our Profit Go? +If the conference generates a surplus, all proceeds go back to the community. The funds are allocated as follows: +* Grants – We support Python community events across Europe through our grants program. Learn more about grants [here](https://europython-society.org/grants/). +* Financial Aid – We provide assistance to help individuals attend EuroPython who might not otherwise be able to. Learn more about finaid [here](/finaid). + +## Teams +We’re organized into teams, each focused on a different area of the conference. Every team is made up of volunteers donating their time and skills to make the event possible. + +These are our team members, listed in alphabetical order within their respective teams: + +
+
+ + {/* Column 1 */} +
+
+

🎤 Programme Team

+
    +
  • Cristián Maureira-Fredes
  • +
  • Diego Russo
  • +
  • Jodie Burchell
  • +
  • Marina Moro
  • +
  • Naa Ashiorkor Nortey
  • +
  • Rodrigo Girão Serrão
  • +
  • Yuliia Barabash
  • +
+
+ +
+

🎨 Communications & Design

+
    +
  • Daksh P. Jain
  • +
  • Mia Bajić
  • +
  • Tim Hobbs
  • +
+
+ +
+

🏃‍♀️ Sprints Team

+
    +
  • Daria Grudzien Linhart
  • +
  • Honza Javorek
  • +
  • Rodrigo Girão Serrão
  • +
+
+
+ + {/* Column 2 */} +
+
+

🗣️ Speaker Mentorship

+
    +
  • Joana Owusu-Appiah
  • +
  • Naa Ashiorkor Nortey
  • +
+
+ +
+

💸 Financial Aid

+
    +
  • Artur Czepiel
  • +
  • Doreen Peace Nangira Wanyama
  • +
  • Koti Vellanki
  • +
  • Vicky Twomey-Lee
  • +
+
+ +
+

🛡️ Code of Conduct

+
    +
  • Cheuk Ting Ho
  • +
  • Jakub Vysoký
  • +
  • Lumír Balhar
  • +
  • Vicky Twomey-Lee
  • +
+
+
+ + {/* Column 3 */} +
+
+

🤝 Sponsors Team

+
    +
  • Artur Czepiel
  • +
  • Iryna Kondrashchenko
  • +
  • Jake Balaš
  • +
  • Konstantin Ignatov
  • +
  • Kshitijaa Jaglan
  • +
  • Marcin Wierzbanowski
  • +
  • Mia Bajić
  • +
  • Oleh Kostromin
  • +
+
+ +
+

⚙️ Operations Team

+
    +
  • Aneta Popelová
  • +
  • Aris Nivorlis
  • +
  • George Margaritis
  • +
  • George Zisopoulos
  • +
  • Jakub Červinka
  • +
  • Jake Balaš
  • +
  • John Robert
  • +
  • Kateřina Vaňková
  • +
  • Liberta Gani
  • +
  • Mahe Iram Khan
  • +
  • Martin Borus
  • +
  • Moisés Guimarães
  • +
  • Niklas Mertsch
  • +
  • Piotr Gnus
  • +
  • Saurav Pandey
  • +
  • Simon Peter Dagbui
  • +
+
+
+ +
+
From 4102351937c5fd63c57f5cdb5923434b9a5a77e2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 15:57:22 +0000 Subject: [PATCH 02/26] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/about.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/pages/about.mdx b/src/content/pages/about.mdx index 5b7c87b00..196a7e5ad 100644 --- a/src/content/pages/about.mdx +++ b/src/content/pages/about.mdx @@ -1,10 +1,10 @@ --- -title: About +title: About url: /about subtitle: About --- -# About Us +# About Us The EuroPython conference is organized by volunteers from the Python community across Europe and beyond. Behind the scenes, it is run by the EuroPython Society (EPS), a Swedish non-profit organization responsible for the legal and financial aspects of the conference, as well as overall coordination. @@ -28,7 +28,7 @@ If the conference generates a surplus, all proceeds go back to the community. Th ## Teams We’re organized into teams, each focused on a different area of the conference. Every team is made up of volunteers donating their time and skills to make the event possible. -These are our team members, listed in alphabetical order within their respective teams: +These are our team members, listed in alphabetical order within their respective teams:
From b77375cbbf0ef52cc83f9d769a216895d2253e1b Mon Sep 17 00:00:00 2001 From: Mia Date: Sun, 11 May 2025 18:02:47 +0200 Subject: [PATCH 03/26] Update links --- src/data/links.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/data/links.json b/src/data/links.json index 37a78bda1..89cf6b874 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -111,7 +111,21 @@ }, { "name": "Community", - "path": "/community-partners" + "items": [ + { + "name": "About Us", + "path": "/about" + }, + { + "name": "EuroPython Society", + "path": "https://europython-society.org/" + }, + { + "name": "Community Partners", + "path": "/community-partners" + } + ] + }, { "name": "Jobs", From bc6e51f40a5629d5ad5b9f23ea53d4a1c7aafbb9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 16:03:10 +0000 Subject: [PATCH 04/26] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/data/links.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/data/links.json b/src/data/links.json index 89cf6b874..1abaa6f6a 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -121,11 +121,10 @@ "path": "https://europython-society.org/" }, { - "name": "Community Partners", - "path": "/community-partners" - } + "name": "Community Partners", + "path": "/community-partners" + } ] - }, { "name": "Jobs", From a6dab8da4bf814e7a369090aa1dcfbb40bed26ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=C5=9B?= Date: Sun, 11 May 2025 23:56:12 +0200 Subject: [PATCH 05/26] Convert mdx content to md. --- src/content/pages/about.md | 94 ++++++++++++++++++++++++ src/content/pages/about.mdx | 141 ------------------------------------ 2 files changed, 94 insertions(+), 141 deletions(-) create mode 100644 src/content/pages/about.md delete mode 100644 src/content/pages/about.mdx diff --git a/src/content/pages/about.md b/src/content/pages/about.md new file mode 100644 index 000000000..5deea4151 --- /dev/null +++ b/src/content/pages/about.md @@ -0,0 +1,94 @@ +--- +title: About +url: /about +subtitle: About +--- + +# About Us +The EuroPython conference is organized by volunteers from the Python community across Europe and beyond. + +Behind the scenes, it is run by the EuroPython Society (EPS), a Swedish non-profit organization responsible for the legal and financial aspects of the conference, as well as overall coordination. + +In accordance with Swedish bylaws, the Society is governed by a board of seven people, elected annually by its members. + +Current Board Members: +* Anders Hammarquist +* Aris Nivorils +* Artur Czepiel (Chair) +* Cyril Bitterich +* Ege Akman +* Mia Bajić (Vice Chair) +* Shekhar Koirala + +## Where Does Our Profit Go? +If the conference generates a surplus, all proceeds go back to the community. The funds are allocated as follows: +* Grants – We support Python community events across Europe through our grants program. Learn more about grants [here](https://europython-society.org/grants/). +* Financial Aid – We provide assistance to help individuals attend EuroPython who might not otherwise be able to. Learn more about finaid [here](/finaid). + +## Teams +We’re organized into teams, each focused on a different area of the conference. Every team is made up of volunteers donating their time and skills to make the event possible. + +These are our team members, listed in alphabetical order within their respective teams: + +### 🎤 Programme Team +- Cristián Maureira-Fredes +- Diego Russo +- Jodie Burchell +- Marina Moro +- Naa Ashiorkor Nortey +- Rodrigo Girão Serrão +- Yuliia Barabash + +### 🎨 Communications & Design +- Daksh P. Jain +- Mia Bajić +- Tim Hobbs + +### 🏃‍♀️ Sprints Team +- Daria Grudzien Linhart +- Honza Javorek +- Rodrigo Girão Serrão + +### 🗣️ Speaker Mentorship +- Joana Owusu-Appiah +- Naa Ashiorkor Nortey + +### 💸 Financial Aid +- Artur Czepiel +- Doreen Peace Nangira Wanyama +- Koti Vellanki +- Vicky Twomey-Lee + +### 🛡️ Code of Conduct +- Cheuk Ting Ho +- Jakub Vysoký +- Lumír Balhar +- Vicky Twomey-Lee + +### 🤝 Sponsors Team +- Artur Czepiel +- Iryna Kondrashchenko +- Jake Balaš +- Konstantin Ignatov +- Kshitijaa Jaglan +- Marcin Wierzbanowski +- Mia Bajić +- Oleh Kostromin + +### ⚙️ Operations Team +- Aneta Popelová +- Aris Nivorlis +- George Margaritis +- George Zisopoulos +- Jakub Červinka +- Jake Balaš +- John Robert +- Kateřina Vaňková +- Liberta Gani +- Mahe Iram Khan +- Martin Borus +- Moisés Guimarães +- Niklas Mertsch +- Piotr Gnus +- Saurav Pandey +- Simon Peter Dagbui diff --git a/src/content/pages/about.mdx b/src/content/pages/about.mdx deleted file mode 100644 index 196a7e5ad..000000000 --- a/src/content/pages/about.mdx +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: About -url: /about -subtitle: About ---- - -# About Us -The EuroPython conference is organized by volunteers from the Python community across Europe and beyond. - -Behind the scenes, it is run by the EuroPython Society (EPS), a Swedish non-profit organization responsible for the legal and financial aspects of the conference, as well as overall coordination. - -In accordance with Swedish bylaws, the Society is governed by a board of seven people, elected annually by its members. - -Current Board Members: -* Anders Hammarquist -* Aris Nivorils -* Artur Czepiel (Chair) -* Cyril Bitterich -* Ege Akman -* Mia Bajić (Vice Chair) -* Shekhar Koirala - -## Where Does Our Profit Go? -If the conference generates a surplus, all proceeds go back to the community. The funds are allocated as follows: -* Grants – We support Python community events across Europe through our grants program. Learn more about grants [here](https://europython-society.org/grants/). -* Financial Aid – We provide assistance to help individuals attend EuroPython who might not otherwise be able to. Learn more about finaid [here](/finaid). - -## Teams -We’re organized into teams, each focused on a different area of the conference. Every team is made up of volunteers donating their time and skills to make the event possible. - -These are our team members, listed in alphabetical order within their respective teams: - -
-
- - {/* Column 1 */} -
-
-

🎤 Programme Team

-
    -
  • Cristián Maureira-Fredes
  • -
  • Diego Russo
  • -
  • Jodie Burchell
  • -
  • Marina Moro
  • -
  • Naa Ashiorkor Nortey
  • -
  • Rodrigo Girão Serrão
  • -
  • Yuliia Barabash
  • -
-
- -
-

🎨 Communications & Design

-
    -
  • Daksh P. Jain
  • -
  • Mia Bajić
  • -
  • Tim Hobbs
  • -
-
- -
-

🏃‍♀️ Sprints Team

-
    -
  • Daria Grudzien Linhart
  • -
  • Honza Javorek
  • -
  • Rodrigo Girão Serrão
  • -
-
-
- - {/* Column 2 */} -
-
-

🗣️ Speaker Mentorship

-
    -
  • Joana Owusu-Appiah
  • -
  • Naa Ashiorkor Nortey
  • -
-
- -
-

💸 Financial Aid

-
    -
  • Artur Czepiel
  • -
  • Doreen Peace Nangira Wanyama
  • -
  • Koti Vellanki
  • -
  • Vicky Twomey-Lee
  • -
-
- -
-

🛡️ Code of Conduct

-
    -
  • Cheuk Ting Ho
  • -
  • Jakub Vysoký
  • -
  • Lumír Balhar
  • -
  • Vicky Twomey-Lee
  • -
-
-
- - {/* Column 3 */} -
-
-

🤝 Sponsors Team

-
    -
  • Artur Czepiel
  • -
  • Iryna Kondrashchenko
  • -
  • Jake Balaš
  • -
  • Konstantin Ignatov
  • -
  • Kshitijaa Jaglan
  • -
  • Marcin Wierzbanowski
  • -
  • Mia Bajić
  • -
  • Oleh Kostromin
  • -
-
- -
-

⚙️ Operations Team

-
    -
  • Aneta Popelová
  • -
  • Aris Nivorlis
  • -
  • George Margaritis
  • -
  • George Zisopoulos
  • -
  • Jakub Červinka
  • -
  • Jake Balaš
  • -
  • John Robert
  • -
  • Kateřina Vaňková
  • -
  • Liberta Gani
  • -
  • Mahe Iram Khan
  • -
  • Martin Borus
  • -
  • Moisés Guimarães
  • -
  • Niklas Mertsch
  • -
  • Piotr Gnus
  • -
  • Saurav Pandey
  • -
  • Simon Peter Dagbui
  • -
-
-
- -
-
From 75672cd810855a7f440aa24eaf35b89f1b9cb4d6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 21:56:25 +0000 Subject: [PATCH 06/26] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/about.md | 54 +++++++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 15 deletions(-) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 5deea4151..430b3bc4e 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -5,32 +5,49 @@ subtitle: About --- # About Us -The EuroPython conference is organized by volunteers from the Python community across Europe and beyond. -Behind the scenes, it is run by the EuroPython Society (EPS), a Swedish non-profit organization responsible for the legal and financial aspects of the conference, as well as overall coordination. +The EuroPython conference is organized by volunteers from the Python community +across Europe and beyond. -In accordance with Swedish bylaws, the Society is governed by a board of seven people, elected annually by its members. +Behind the scenes, it is run by the EuroPython Society (EPS), a Swedish +non-profit organization responsible for the legal and financial aspects of the +conference, as well as overall coordination. + +In accordance with Swedish bylaws, the Society is governed by a board of seven +people, elected annually by its members. Current Board Members: -* Anders Hammarquist -* Aris Nivorils -* Artur Czepiel (Chair) -* Cyril Bitterich -* Ege Akman -* Mia Bajić (Vice Chair) -* Shekhar Koirala + +- Anders Hammarquist +- Aris Nivorils +- Artur Czepiel (Chair) +- Cyril Bitterich +- Ege Akman +- Mia Bajić (Vice Chair) +- Shekhar Koirala ## Where Does Our Profit Go? -If the conference generates a surplus, all proceeds go back to the community. The funds are allocated as follows: -* Grants – We support Python community events across Europe through our grants program. Learn more about grants [here](https://europython-society.org/grants/). -* Financial Aid – We provide assistance to help individuals attend EuroPython who might not otherwise be able to. Learn more about finaid [here](/finaid). + +If the conference generates a surplus, all proceeds go back to the community. +The funds are allocated as follows: + +- Grants – We support Python community events across Europe through our grants + program. Learn more about grants + [here](https://europython-society.org/grants/). +- Financial Aid – We provide assistance to help individuals attend EuroPython + who might not otherwise be able to. Learn more about finaid [here](/finaid). ## Teams -We’re organized into teams, each focused on a different area of the conference. Every team is made up of volunteers donating their time and skills to make the event possible. -These are our team members, listed in alphabetical order within their respective teams: +We’re organized into teams, each focused on a different area of the conference. +Every team is made up of volunteers donating their time and skills to make the +event possible. + +These are our team members, listed in alphabetical order within their respective +teams: ### 🎤 Programme Team + - Cristián Maureira-Fredes - Diego Russo - Jodie Burchell @@ -40,32 +57,38 @@ These are our team members, listed in alphabetical order within their respective - Yuliia Barabash ### 🎨 Communications & Design + - Daksh P. Jain - Mia Bajić - Tim Hobbs ### 🏃‍♀️ Sprints Team + - Daria Grudzien Linhart - Honza Javorek - Rodrigo Girão Serrão ### 🗣️ Speaker Mentorship + - Joana Owusu-Appiah - Naa Ashiorkor Nortey ### 💸 Financial Aid + - Artur Czepiel - Doreen Peace Nangira Wanyama - Koti Vellanki - Vicky Twomey-Lee ### 🛡️ Code of Conduct + - Cheuk Ting Ho - Jakub Vysoký - Lumír Balhar - Vicky Twomey-Lee ### 🤝 Sponsors Team + - Artur Czepiel - Iryna Kondrashchenko - Jake Balaš @@ -76,6 +99,7 @@ These are our team members, listed in alphabetical order within their respective - Oleh Kostromin ### ⚙️ Operations Team + - Aneta Popelová - Aris Nivorlis - George Margaritis From 95a6d0f1d15eff9e9a76fcdb7b2a8675191d1f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=C5=9B?= Date: Mon, 12 May 2025 00:05:22 +0200 Subject: [PATCH 07/26] Update footer links. --- src/data/links.json | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/src/data/links.json b/src/data/links.json index 1abaa6f6a..5d35a5b27 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -111,20 +111,7 @@ }, { "name": "Community", - "items": [ - { - "name": "About Us", - "path": "/about" - }, - { - "name": "EuroPython Society", - "path": "https://europython-society.org/" - }, - { - "name": "Community Partners", - "path": "/community-partners" - } - ] + "path": "/community-partners" }, { "name": "Jobs", @@ -150,6 +137,10 @@ { "name": "Jobs", "path": "/jobs" + }, + { + "name": "About Us", + "path": "/about" } ] }, From f8122d6a95171ece9104e5104ae34212b82bf3d8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 22:05:35 +0000 Subject: [PATCH 08/26] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/data/links.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/links.json b/src/data/links.json index 5d35a5b27..1733c1960 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -111,7 +111,7 @@ }, { "name": "Community", - "path": "/community-partners" + "path": "/community-partners" }, { "name": "Jobs", From 3bbf150ca2bfa49fe02f7ceefed6fffd8e2e26e0 Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 12 May 2025 21:06:22 +0200 Subject: [PATCH 09/26] Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks" This reverts commit f8122d6a95171ece9104e5104ae34212b82bf3d8. --- src/data/links.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/links.json b/src/data/links.json index 1733c1960..5d35a5b27 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -111,7 +111,7 @@ }, { "name": "Community", - "path": "/community-partners" + "path": "/community-partners" }, { "name": "Jobs", From 5a60849b43049bd1fd399e26f329a6a2bfe67bcc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 19:06:46 +0000 Subject: [PATCH 10/26] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/data/links.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/links.json b/src/data/links.json index 5d35a5b27..1733c1960 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -111,7 +111,7 @@ }, { "name": "Community", - "path": "/community-partners" + "path": "/community-partners" }, { "name": "Jobs", From 2e09b144b89b119aa1348204bcbfbfa7c7be784f Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 12 May 2025 21:19:30 +0200 Subject: [PATCH 11/26] Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks" This reverts commit 5a60849b43049bd1fd399e26f329a6a2bfe67bcc. --- src/data/links.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/links.json b/src/data/links.json index 1733c1960..5d35a5b27 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -111,7 +111,7 @@ }, { "name": "Community", - "path": "/community-partners" + "path": "/community-partners" }, { "name": "Jobs", From 45a7774c4727a8cf226afbaa5b595591b655184c Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 12 May 2025 21:19:38 +0200 Subject: [PATCH 12/26] Reapply "[pre-commit.ci] auto fixes from pre-commit.com hooks" This reverts commit 3bbf150ca2bfa49fe02f7ceefed6fffd8e2e26e0. --- src/data/links.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/links.json b/src/data/links.json index 5d35a5b27..1733c1960 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -111,7 +111,7 @@ }, { "name": "Community", - "path": "/community-partners" + "path": "/community-partners" }, { "name": "Jobs", From 1fe182b3408ba5fecc8b182d27dccf5ae565d6ac Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 12 May 2025 21:19:39 +0200 Subject: [PATCH 13/26] Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks" This reverts commit f8122d6a95171ece9104e5104ae34212b82bf3d8. --- src/data/links.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/links.json b/src/data/links.json index 1733c1960..5d35a5b27 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -111,7 +111,7 @@ }, { "name": "Community", - "path": "/community-partners" + "path": "/community-partners" }, { "name": "Jobs", From 55e7f8cbed6636549b8da4e76c9b9d9d3cc36e2c Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 12 May 2025 21:19:40 +0200 Subject: [PATCH 14/26] Revert "Update footer links." This reverts commit 95a6d0f1d15eff9e9a76fcdb7b2a8675191d1f91. --- src/data/links.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/data/links.json b/src/data/links.json index 5d35a5b27..1abaa6f6a 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -111,7 +111,20 @@ }, { "name": "Community", - "path": "/community-partners" + "items": [ + { + "name": "About Us", + "path": "/about" + }, + { + "name": "EuroPython Society", + "path": "https://europython-society.org/" + }, + { + "name": "Community Partners", + "path": "/community-partners" + } + ] }, { "name": "Jobs", @@ -137,10 +150,6 @@ { "name": "Jobs", "path": "/jobs" - }, - { - "name": "About Us", - "path": "/about" } ] }, From d31eb48cbd045d4cd515b1dcf2ba762fb38a5da1 Mon Sep 17 00:00:00 2001 From: Mia Date: Tue, 13 May 2025 14:01:38 +0200 Subject: [PATCH 15/26] Add more people --- src/content/pages/about.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 430b3bc4e..0410959cf 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -6,11 +6,11 @@ subtitle: About # About Us -The EuroPython conference is organized by volunteers from the Python community +The EuroPython conference is organised by volunteers from the Python community across Europe and beyond. Behind the scenes, it is run by the EuroPython Society (EPS), a Swedish -non-profit organization responsible for the legal and financial aspects of the +non-profit organisation responsible for the legal and financial aspects of the conference, as well as overall coordination. In accordance with Swedish bylaws, the Society is governed by a board of seven @@ -26,20 +26,20 @@ Current Board Members: - Mia Bajić (Vice Chair) - Shekhar Koirala -## Where Does Our Profit Go? +## Where Does Our Surplus Go? If the conference generates a surplus, all proceeds go back to the community. The funds are allocated as follows: - Grants – We support Python community events across Europe through our grants - program. Learn more about grants + programme. Learn more about grants [here](https://europython-society.org/grants/). - Financial Aid – We provide assistance to help individuals attend EuroPython who might not otherwise be able to. Learn more about finaid [here](/finaid). ## Teams -We’re organized into teams, each focused on a different area of the conference. +We’re organised into teams, each focused on a different area of the conference. Every team is made up of volunteers donating their time and skills to make the event possible. @@ -58,8 +58,10 @@ teams: ### 🎨 Communications & Design +- Adriana Sanchez - Daksh P. Jain - Mia Bajić +- Panagiotis Kyrillos - Tim Hobbs ### 🏃‍♀️ Sprints Team @@ -78,6 +80,7 @@ teams: - Artur Czepiel - Doreen Peace Nangira Wanyama - Koti Vellanki +- Shekhar Koirala - Vicky Twomey-Lee ### 🛡️ Code of Conduct @@ -85,6 +88,7 @@ teams: - Cheuk Ting Ho - Jakub Vysoký - Lumír Balhar +- Naomi Ceder - Vicky Twomey-Lee ### 🤝 Sponsors Team @@ -101,6 +105,7 @@ teams: ### ⚙️ Operations Team - Aneta Popelová +- Anežka Müller - Aris Nivorlis - George Margaritis - George Zisopoulos @@ -116,3 +121,10 @@ teams: - Piotr Gnus - Saurav Pandey - Simon Peter Dagbui + +### 👩‍💻 Infrastructure & Website +- Artur Czepiel +- Cyril Bitterlich +- Ege Akman +- Mia Bajić +- Marcin Wierzbanowski \ No newline at end of file From 4ee3a0d001e438e88227ce738c3f7ed41f74d33e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 12:03:29 +0000 Subject: [PATCH 16/26] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/about.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 0410959cf..5e516a468 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -123,8 +123,9 @@ teams: - Simon Peter Dagbui ### 👩‍💻 Infrastructure & Website + - Artur Czepiel - Cyril Bitterlich - Ege Akman - Mia Bajić -- Marcin Wierzbanowski \ No newline at end of file +- Marcin Wierzbanowski From 0afe05e7b4d0c9bc82e5ab0498d8483de1edb9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mia=20Baji=C4=87?= <38294198+clytaemnestra@users.noreply.github.com> Date: Tue, 13 May 2025 15:21:15 +0200 Subject: [PATCH 17/26] Update src/content/pages/about.md Co-authored-by: Theofanis Petkos --- src/content/pages/about.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 5e516a468..559e83f26 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -101,6 +101,7 @@ teams: - Marcin Wierzbanowski - Mia Bajić - Oleh Kostromin +- Raquel Dou ### ⚙️ Operations Team From b8e2ffacab44f0874bbcec359c25f802cbd7670a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mia=20Baji=C4=87?= <38294198+clytaemnestra@users.noreply.github.com> Date: Tue, 13 May 2025 15:29:08 +0200 Subject: [PATCH 18/26] Update src/content/pages/about.md Co-authored-by: Theofanis Petkos --- src/content/pages/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 559e83f26..05d8264a7 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -9,7 +9,7 @@ subtitle: About The EuroPython conference is organised by volunteers from the Python community across Europe and beyond. -Behind the scenes, it is run by the EuroPython Society (EPS), a Swedish +Behind the scenes, it is run by the [EuroPython Society (EPS)](https://europython-society.org/), a Swedish non-profit organisation responsible for the legal and financial aspects of the conference, as well as overall coordination. From e3134f8ba460ff49a36f2d48ee48cbbba0606114 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 13:29:20 +0000 Subject: [PATCH 19/26] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/about.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 05d8264a7..224128bc4 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -9,7 +9,8 @@ subtitle: About The EuroPython conference is organised by volunteers from the Python community across Europe and beyond. -Behind the scenes, it is run by the [EuroPython Society (EPS)](https://europython-society.org/), a Swedish +Behind the scenes, it is run by the +[EuroPython Society (EPS)](https://europython-society.org/), a Swedish non-profit organisation responsible for the legal and financial aspects of the conference, as well as overall coordination. From e4ff36b22c040b9d22ee9a6bed1b4ae0d1455237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mia=20Baji=C4=87?= <38294198+clytaemnestra@users.noreply.github.com> Date: Tue, 13 May 2025 16:09:57 +0200 Subject: [PATCH 20/26] Update src/content/pages/about.md Co-authored-by: Ege Akman --- src/content/pages/about.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 224128bc4..132088173 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -14,8 +14,10 @@ Behind the scenes, it is run by the non-profit organisation responsible for the legal and financial aspects of the conference, as well as overall coordination. -In accordance with Swedish bylaws, the Society is governed by a board of seven -people, elected annually by its members. +In accordance with the [EPS bylaws](https://www.europython-society.org/bylaws/), +the society is governed by a board consisting of a chairperson, a vice chairperson, +and between two and seven additional board members, all elected annually by its +members. Current Board Members: From 1165052e8071d20de12ac0a88cccd874d294c725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mia=20Baji=C4=87?= <38294198+clytaemnestra@users.noreply.github.com> Date: Tue, 13 May 2025 16:10:05 +0200 Subject: [PATCH 21/26] Update src/content/pages/about.md Co-authored-by: Ege Akman --- src/content/pages/about.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 132088173..0dfa68029 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -133,3 +133,4 @@ teams: - Ege Akman - Mia Bajić - Marcin Wierzbanowski +- Raquel Dou From 1520c1f89fb0a448a876381d884a0dc4b6942f4b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 14:11:02 +0000 Subject: [PATCH 22/26] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/about.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 0dfa68029..884848f6d 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -15,9 +15,9 @@ non-profit organisation responsible for the legal and financial aspects of the conference, as well as overall coordination. In accordance with the [EPS bylaws](https://www.europython-society.org/bylaws/), -the society is governed by a board consisting of a chairperson, a vice chairperson, -and between two and seven additional board members, all elected annually by its -members. +the society is governed by a board consisting of a chairperson, a vice +chairperson, and between two and seven additional board members, all elected +annually by its members. Current Board Members: From ee55ccd34e6d9b0f487f7d40889a8232c103f8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mia=20Baji=C4=87?= <38294198+clytaemnestra@users.noreply.github.com> Date: Wed, 14 May 2025 14:47:59 +0200 Subject: [PATCH 23/26] Update src/content/pages/about.md Co-authored-by: hypha --- src/content/pages/about.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 884848f6d..2135ed97f 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -77,6 +77,7 @@ teams: - Joana Owusu-Appiah - Naa Ashiorkor Nortey +Theofanis Petkos ### 💸 Financial Aid From b454f1ae4abf16c8b644322df6ec6a77ba74dbac Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 12:49:59 +0000 Subject: [PATCH 24/26] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/about.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 2135ed97f..766690493 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -76,8 +76,7 @@ teams: ### 🗣️ Speaker Mentorship - Joana Owusu-Appiah -- Naa Ashiorkor Nortey -Theofanis Petkos +- Naa Ashiorkor Nortey Theofanis Petkos ### 💸 Financial Aid From b486545fa41d798cbfffeec33901ade69a53b1a3 Mon Sep 17 00:00:00 2001 From: hypha Date: Wed, 14 May 2025 22:18:43 +0100 Subject: [PATCH 25/26] Update src/content/pages/about.md this was my bad! Co-authored-by: Theofanis Petkos --- src/content/pages/about.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 766690493..0081c24e2 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -76,7 +76,8 @@ teams: ### 🗣️ Speaker Mentorship - Joana Owusu-Appiah -- Naa Ashiorkor Nortey Theofanis Petkos +- Naa Ashiorkor Nortey +- Theofanis Petkos ### 💸 Financial Aid From 66f9bf5b9378500fa4463b7f0c70a789f5af703d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mia=20Baji=C4=87?= <38294198+clytaemnestra@users.noreply.github.com> Date: Thu, 15 May 2025 00:15:07 +0200 Subject: [PATCH 26/26] Update src/content/pages/about.md Co-authored-by: Theofanis Petkos --- src/content/pages/about.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/pages/about.md b/src/content/pages/about.md index 0081c24e2..cbd5cf95d 100644 --- a/src/content/pages/about.md +++ b/src/content/pages/about.md @@ -65,6 +65,7 @@ teams: - Daksh P. Jain - Mia Bajić - Panagiotis Kyrillos +- Sangharshanan Veera - Tim Hobbs ### 🏃‍♀️ Sprints Team