diff --git a/src/content/pages/about.md b/src/content/pages/about.md
new file mode 100644
index 000000000..cbd5cf95d
--- /dev/null
+++ b/src/content/pages/about.md
@@ -0,0 +1,138 @@
+---
+title: About
+url: /about
+subtitle: About
+---
+
+# About Us
+
+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
+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.
+
+Current Board Members:
+
+- Anders Hammarquist
+- Aris Nivorils
+- Artur Czepiel (Chair)
+- Cyril Bitterich
+- Ege Akman
+- Mia Bajić (Vice Chair)
+- Shekhar Koirala
+
+## 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
+  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 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.
+
+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
+
+- Adriana Sanchez
+- Daksh P. Jain
+- Mia Bajić
+- Panagiotis Kyrillos
+- Sangharshanan Veera
+- Tim Hobbs
+
+### 🏃‍♀️ Sprints Team
+
+- Daria Grudzien Linhart
+- Honza Javorek
+- Rodrigo Girão Serrão
+
+### 🗣️ Speaker Mentorship
+
+- Joana Owusu-Appiah
+- Naa Ashiorkor Nortey
+- Theofanis Petkos
+
+### 💸 Financial Aid
+
+- Artur Czepiel
+- Doreen Peace Nangira Wanyama
+- Koti Vellanki
+- Shekhar Koirala
+- Vicky Twomey-Lee
+
+### 🛡️ Code of Conduct
+
+- Cheuk Ting Ho
+- Jakub Vysoký
+- Lumír Balhar
+- Naomi Ceder
+- Vicky Twomey-Lee
+
+### 🤝 Sponsors Team
+
+- Artur Czepiel
+- Iryna Kondrashchenko
+- Jake Balaš
+- Konstantin Ignatov
+- Kshitijaa Jaglan
+- Marcin Wierzbanowski
+- Mia Bajić
+- Oleh Kostromin
+- Raquel Dou
+
+### ⚙️ Operations Team
+
+- Aneta Popelová
+- Anežka Müller
+- 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
+
+### 👩‍💻 Infrastructure & Website
+
+- Artur Czepiel
+- Cyril Bitterlich
+- Ege Akman
+- Mia Bajić
+- Marcin Wierzbanowski
+- Raquel Dou
diff --git a/src/data/links.json b/src/data/links.json
index 67c3823fe..107c00fa4 100644
--- a/src/data/links.json
+++ b/src/data/links.json
@@ -115,7 +115,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",