|
| 1 | +--- |
| 2 | +title: About |
| 3 | +url: /about |
| 4 | +subtitle: About |
| 5 | +--- |
| 6 | + |
| 7 | +# About Us |
| 8 | +The EuroPython conference is organized by volunteers from the Python community across Europe and beyond. |
| 9 | + |
| 10 | +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. |
| 11 | + |
| 12 | +In accordance with Swedish bylaws, the Society is governed by a board of seven people, elected annually by its members. |
| 13 | + |
| 14 | +Current Board Members: |
| 15 | +* Anders Hammarquist |
| 16 | +* Aris Nivorils |
| 17 | +* Artur Czepiel (Chair) |
| 18 | +* Cyril Bitterich |
| 19 | +* Ege Akman |
| 20 | +* Mia Bajić (Vice Chair) |
| 21 | +* Shekhar Koirala |
| 22 | + |
| 23 | +## Where Does Our Profit Go? |
| 24 | +If the conference generates a surplus, all proceeds go back to the community. The funds are allocated as follows: |
| 25 | +* Grants – We support Python community events across Europe through our grants program. Learn more about grants [here](https://europython-society.org/grants/). |
| 26 | +* Financial Aid – We provide assistance to help individuals attend EuroPython who might not otherwise be able to. Learn more about finaid [here](/finaid). |
| 27 | + |
| 28 | +## Teams |
| 29 | +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. |
| 30 | + |
| 31 | +These are our team members, listed in alphabetical order within their respective teams: |
| 32 | + |
| 33 | +<div className="max-w-screen-xl mx-auto px-6"> |
| 34 | + <div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-12 my-12"> |
| 35 | + |
| 36 | + {/* Column 1 */} |
| 37 | + <div className="space-y-10"> |
| 38 | + <div> |
| 39 | + <h3 className="text-lg font-semibold mb-3">🎤 Programme Team</h3> |
| 40 | + <ul className="space-y-1"> |
| 41 | + <li>Cristián Maureira-Fredes</li> |
| 42 | + <li>Diego Russo</li> |
| 43 | + <li>Jodie Burchell</li> |
| 44 | + <li>Marina Moro</li> |
| 45 | + <li>Naa Ashiorkor Nortey</li> |
| 46 | + <li>Rodrigo Girão Serrão</li> |
| 47 | + <li>Yuliia Barabash</li> |
| 48 | + </ul> |
| 49 | + </div> |
| 50 | + |
| 51 | + <div> |
| 52 | + <h3 className="text-lg font-semibold mb-3 break-words">🎨 Communications & Design</h3> |
| 53 | + <ul className="space-y-1"> |
| 54 | + <li>Daksh P. Jain</li> |
| 55 | + <li>Mia Bajić</li> |
| 56 | + <li>Tim Hobbs</li> |
| 57 | + </ul> |
| 58 | + </div> |
| 59 | + |
| 60 | + <div> |
| 61 | + <h3 className="text-lg font-semibold mb-3">🏃♀️ Sprints Team</h3> |
| 62 | + <ul className="space-y-1"> |
| 63 | + <li>Daria Grudzien Linhart</li> |
| 64 | + <li>Honza Javorek</li> |
| 65 | + <li>Rodrigo Girão Serrão</li> |
| 66 | + </ul> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + |
| 70 | + {/* Column 2 */} |
| 71 | + <div className="space-y-10"> |
| 72 | + <div> |
| 73 | + <h3 className="text-lg font-semibold mb-3 break-words">🗣️ Speaker Mentorship</h3> |
| 74 | + <ul className="space-y-1"> |
| 75 | + <li>Joana Owusu-Appiah</li> |
| 76 | + <li>Naa Ashiorkor Nortey</li> |
| 77 | + </ul> |
| 78 | + </div> |
| 79 | + |
| 80 | + <div> |
| 81 | + <h3 className="text-lg font-semibold mb-3 break-words">💸 Financial Aid</h3> |
| 82 | + <ul className="space-y-1"> |
| 83 | + <li>Artur Czepiel</li> |
| 84 | + <li>Doreen Peace Nangira Wanyama</li> |
| 85 | + <li>Koti Vellanki</li> |
| 86 | + <li>Vicky Twomey-Lee</li> |
| 87 | + </ul> |
| 88 | + </div> |
| 89 | + |
| 90 | + <div> |
| 91 | + <h3 className="text-lg font-semibold mb-3 break-words">🛡️ Code of Conduct</h3> |
| 92 | + <ul className="space-y-1"> |
| 93 | + <li>Cheuk Ting Ho</li> |
| 94 | + <li>Jakub Vysoký</li> |
| 95 | + <li>Lumír Balhar</li> |
| 96 | + <li>Vicky Twomey-Lee</li> |
| 97 | + </ul> |
| 98 | + </div> |
| 99 | + </div> |
| 100 | + |
| 101 | + {/* Column 3 */} |
| 102 | + <div className="space-y-10"> |
| 103 | + <div> |
| 104 | + <h3 className="text-lg font-semibold mb-3 break-words">🤝 Sponsors Team</h3> |
| 105 | + <ul className="space-y-1"> |
| 106 | + <li>Artur Czepiel</li> |
| 107 | + <li>Iryna Kondrashchenko</li> |
| 108 | + <li>Jake Balaš</li> |
| 109 | + <li>Konstantin Ignatov</li> |
| 110 | + <li>Kshitijaa Jaglan</li> |
| 111 | + <li>Marcin Wierzbanowski</li> |
| 112 | + <li>Mia Bajić</li> |
| 113 | + <li>Oleh Kostromin</li> |
| 114 | + </ul> |
| 115 | + </div> |
| 116 | + |
| 117 | + <div> |
| 118 | + <h3 className="text-lg font-semibold mb-3 break-words">⚙️ Operations Team</h3> |
| 119 | + <ul className="space-y-1"> |
| 120 | + <li>Aneta Popelová</li> |
| 121 | + <li>Aris Nivorlis</li> |
| 122 | + <li>George Margaritis</li> |
| 123 | + <li>George Zisopoulos</li> |
| 124 | + <li>Jakub Červinka</li> |
| 125 | + <li>Jake Balaš</li> |
| 126 | + <li>John Robert</li> |
| 127 | + <li>Kateřina Vaňková</li> |
| 128 | + <li>Liberta Gani</li> |
| 129 | + <li>Mahe Iram Khan</li> |
| 130 | + <li>Martin Borus</li> |
| 131 | + <li>Moisés Guimarães</li> |
| 132 | + <li>Niklas Mertsch</li> |
| 133 | + <li>Piotr Gnus</li> |
| 134 | + <li>Saurav Pandey</li> |
| 135 | + <li>Simon Peter Dagbui</li> |
| 136 | + </ul> |
| 137 | + </div> |
| 138 | + </div> |
| 139 | + |
| 140 | + </div> |
| 141 | +</div> |
0 commit comments