Skip to content

Commit 3254ce0

Browse files
authored
Add Vicky to the team (#63)
* Add Vicky to the team Closes #56 * Add Vicky's Bio and photo
1 parent 56ffa18 commit 3254ce0

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

public/images/org/vicky.jpg

196 KB
Loading

src/components/organization.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ const features = [
5757
photo: "/images/org/freilla.jpg",
5858
url: "https://www.linkedin.com/in/freillamae/",
5959
},
60+
{
61+
name: "Vicky Twomey-Lee",
62+
role: "CoC Team Lead",
63+
bio: "org.vicky-twomey-lee",
64+
photo: "/images/org/vicky.jpg",
65+
url: "https://www.linkedin.com/in/vickyleeire",
66+
},
6067
];
6168
---
6269

src/i18n/ui.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export const ui = {
8484
"org.description": "PyLadies is an international mentorship group with a focus on helping more women become active participants and leaders in the Python open-source community. Our mission is to promote, educate and advance a diverse Python community through outreach, education, conferences, events and social gatherings.",
8585
"org.description_link": "To learn more, visit the PyLadies website",
8686
"org.freilla": "Executive Director at Python Asia Organization and Director of Outreach & Diversity at Python PH. Leads Django Girls Cagayan de Oro, advocating for diversity, accessibility, and community empowerment through Python.",
87+
"org.vicky-twomey-lee": "An Irish Pythonista advocating diversity in tech, and runs regular PyLadies Dublin events. It was through Python that she got involved with the Irish tech community in 2005. She is a EuroPython Society Fellow, PSF Fellow and Community Service awardee.",
8788
"org.georgi": "Mother of 2 adults | Director @PSF | Fellow Member | 2020 PSF community service award | PSF D&I Workgroup Chair | PyCon US Design Lead since 2022",
8889
"org.mariajose": "I am a passionate biotechnologist, working as a Sr. Data Scientist in Berlin. In my spare time, I love to develop projects that can help people around our own planet, help to organize workshops and give talks in many python communities.",
8990
"org.mariatta": "Mariatta is a Python core developer where she focuses on improving the workflow and documentation. She is active in the Python community as an advisor for the Global PyLadies, and PyCon US Chair.",
@@ -180,6 +181,7 @@ export const ui = {
180181
"org.description": "PyLadies es un grupo de tutoría internacional con un enfoque en ayudar a más mujeres a convertirse en participantes activos y líderes en la comunidad de código abierto de Python. Nuestra misión es promover, educar y avanzar en una comunidad de Python diversa a través de alcance, educación, conferencias, eventos y reuniones sociales.",
181182
"org.description_link": "Para obtener más información, visita el sitio web de PyLadies",
182183
"org.freilla": "Directora ejecutiva de Python Asia Organization y Directora de Divulgación y Diversidad en Python PH. Lidera Django Girls Cagayan de Oro, abogando por diversidad, accesibilidad, y empoderamiento de la comunidad a través de Python.",
184+
"org.vicky-twomey-lee": "An Irish Pythonista advocating diversity in tech, and runs regular PyLadies Dublin events. It was through Python that she got involved with the Irish tech community in 2005. She is a EuroPython Society Fellow, PSF Fellow and Community Service awardee.",
183185
"org.georgi": "Madre de 2 adultos | Directora @PSF | Fellow @PSF | Premio de servicio comunitario 2020 PSF | Directora del grupo de trabajo PSF D&I | Líder de diseño en PyCon US desde 2022",
184186
"org.mariajose": "Biotecnóloga apasionada, trabajando como Científica de datos Senior en Berlín. En mi tiempo libre, me encanta desarrollar proyectos que puedan ayudar a las personas alrededor de nuestro propio planeta, ayudar a organizar talleres y dar charlas en muchas comunidades de Python.",
185187
"org.mariatta": "Mariatta es una desarrolladora principal de Python donde se enfoca en mejorar el flujo de trabajo y la documentación. Ella es activa en la comunidad de Python como asesora de PyLadies Global y la directora de PyCon.",

0 commit comments

Comments
 (0)