-
Notifications
You must be signed in to change notification settings - Fork 2
feat(sponsors): Update statistics using data from last year #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -52,22 +52,42 @@ export const ca = { | |||||
| interests: { | ||||||
| title: 'Interessos', | ||||||
| items: [ | ||||||
| { label: 'DATA & AI 🤖', pc: '40%', width: '40%' }, | ||||||
| { label: 'WEB & BACKEND 💻', pc: '30%', width: '30%' }, | ||||||
| { label: 'DEVOPS & CLOUD ☁️', pc: '20%', width: '20%' }, | ||||||
| { label: 'ALTRES 🔧', pc: '10%', width: '10%' }, | ||||||
| { label: 'ML & IA 🤖', pc: '29%' }, | ||||||
| { label: 'DATA SCIENCE 📊', pc: '17%' }, | ||||||
| { label: 'ENG. SOFTWARE 🏗️', pc: '14%' }, | ||||||
| { label: 'DESENV. WEB 💻', pc: '10%' }, | ||||||
| { label: 'COMUNITAT 🤝', pc: '7%' }, | ||||||
| { label: 'DEVOPS & CLOUD ☁️', pc: '7%' }, | ||||||
| { label: 'ALTRES 🔧', pc: '16%' }, | ||||||
| ], | ||||||
| }, | ||||||
| audience: { | ||||||
| title: 'Perfil d’assistents', | ||||||
| title: 'Perfil del programa', | ||||||
| seniority: 'Nivell de Seniority', | ||||||
| items: [ | ||||||
| { icon: '💼', value: '72%', label: 'Oberts a ofertes de feina' }, | ||||||
| { icon: '🔑', value: '35%', label: 'Prenen decisions a la seva empresa' }, | ||||||
| { icon: '💜', value: '25%', label: 'Dones i no-binaris' }, | ||||||
| { icon: '🌍', value: '10%', label: 'Visitants internacionals' }, | ||||||
| { | ||||||
| icon: '💼', | ||||||
| value: '81%', | ||||||
| label: 'Professionals en actiu', | ||||||
| }, | ||||||
| { | ||||||
| icon: '💜', | ||||||
| value: '33%', | ||||||
| label: 'Dones i persones no binàries', | ||||||
| }, | ||||||
| { | ||||||
| icon: '🔑', | ||||||
| value: '26%', | ||||||
| label: 'Direcció i Leads', | ||||||
| }, | ||||||
| { | ||||||
| icon: '🌍', | ||||||
| value: '13%', | ||||||
| label: 'Contingut en anglès', | ||||||
| }, | ||||||
| ], | ||||||
| quote: 'Una audiència madura: El 80% del contingut està enfocat a perfils intermedi-avançat.', | ||||||
| quote: | ||||||
| "Immersió tècnica: el 62% de l'agenda està dedicada a sessions de complexitat Intermèdia i Avançada.", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| }, | ||||||
| whatis: { | ||||||
| title: 'Què és PyConES?', | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -52,22 +52,42 @@ export const en = { | |||||
| interests: { | ||||||
| title: 'Interests', | ||||||
| items: [ | ||||||
| { label: 'DATA & AI 🤖', pc: '40%', width: '40%' }, | ||||||
| { label: 'WEB & BACKEND 💻', pc: '30%', width: '30%' }, | ||||||
| { label: 'DEVOPS & CLOUD ☁️', pc: '20%', width: '20%' }, | ||||||
| { label: 'OTHERS 🔧', pc: '10%', width: '10%' }, | ||||||
| { label: 'ML & AI 🤖', pc: '29%' }, | ||||||
| { label: 'DATA SCIENCE 📊', pc: '17%' }, | ||||||
| { label: 'SOFTWARE ENG 🏗️', pc: '14%' }, | ||||||
| { label: 'WEB DEV 💻', pc: '10%' }, | ||||||
| { label: 'COMMUNITY 🤝', pc: '7%' }, | ||||||
| { label: 'DEVOPS & CLOUD ☁️', pc: '7%' }, | ||||||
| { label: 'OTHERS 🔧', pc: '16%' }, | ||||||
| ], | ||||||
| }, | ||||||
| audience: { | ||||||
| title: 'Attendee Profile', | ||||||
| title: 'Program Profile', | ||||||
| seniority: 'Seniority Level', | ||||||
| items: [ | ||||||
| { icon: '💼', value: '72%', label: 'Open to job offers' }, | ||||||
| { icon: '🔑', value: '35%', label: 'Decision makers in their company' }, | ||||||
| { icon: '💜', value: '25%', label: 'Women and non-binary' }, | ||||||
| { icon: '🌍', value: '10%', label: 'International visitors' }, | ||||||
| { | ||||||
| icon: '💼', | ||||||
| value: '81%', | ||||||
| label: 'Active Professionals', | ||||||
| }, | ||||||
| { | ||||||
| icon: '💜', | ||||||
| value: '33%', | ||||||
| label: 'Women and Non-Binary', | ||||||
| }, | ||||||
| { | ||||||
| icon: '🔑', | ||||||
| value: '26%', | ||||||
| label: 'Management & Leads', | ||||||
| }, | ||||||
| { | ||||||
| icon: '🌍', | ||||||
| value: '13%', | ||||||
| label: 'English Track Content', | ||||||
| }, | ||||||
| ], | ||||||
| quote: 'A mature audience: 80% of the content is focused on intermediate-advanced profiles.', | ||||||
| quote: | ||||||
| 'A technical deep-dive: 62% of the schedule is dedicated to Intermediate and Advanced complexity sessions.', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sugerencia para ser un poco más directo y claro:
Suggested change
|
||||||
| }, | ||||||
| whatis: { | ||||||
| title: 'What is PyConES?', | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -52,22 +52,42 @@ export const es = { | |||||
| interests: { | ||||||
| title: 'Intereses', | ||||||
| items: [ | ||||||
| { label: 'DATA & AI 🤖', pc: '40%', width: '40%' }, | ||||||
| { label: 'WEB & BACKEND 💻', pc: '30%', width: '30%' }, | ||||||
| { label: 'DEVOPS & CLOUD ☁️', pc: '20%', width: '20%' }, | ||||||
| { label: 'OTROS 🔧', pc: '10%', width: '10%' }, | ||||||
| { label: 'ML & IA 🤖', pc: '29%' }, | ||||||
| { label: 'DATA SCIENCE 📊', pc: '17%' }, | ||||||
| { label: 'ING. SOFTWARE 🏗️', pc: '14%' }, | ||||||
| { label: 'DESARROLLO WEB 💻', pc: '10%' }, | ||||||
| { label: 'COMUNIDAD 🤝', pc: '7%' }, | ||||||
| { label: 'DEVOPS & CLOUD ☁️', pc: '7%' }, | ||||||
| { label: 'OTROS 🔧', pc: '16%' }, | ||||||
| ], | ||||||
| }, | ||||||
| audience: { | ||||||
| title: 'Perfil de asistentes', | ||||||
| title: 'Perfil del programa', | ||||||
| seniority: 'Nivel de Seniority', | ||||||
| items: [ | ||||||
| { icon: '💼', value: '72%', label: 'Abiertos a ofertas de trabajo' }, | ||||||
| { icon: '🔑', value: '35%', label: 'Toman decisiones en su empresa' }, | ||||||
| { icon: '💜', value: '25%', label: 'Mujeres y no-binarios' }, | ||||||
| { icon: '🌍', value: '10%', label: 'Visitantes internacionales' }, | ||||||
| { | ||||||
| icon: '💼', | ||||||
| value: '81%', | ||||||
| label: 'Profesionales en activo', | ||||||
| }, | ||||||
| { | ||||||
| icon: '💜', | ||||||
| value: '33%', | ||||||
| label: 'Mujeres y personas no binarias', | ||||||
| }, | ||||||
| { | ||||||
| icon: '🔑', | ||||||
| value: '26%', | ||||||
| label: 'Dirección y Leads', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| }, | ||||||
| { | ||||||
| icon: '🌍', | ||||||
| value: '13%', | ||||||
| label: 'Contenido en inglés', | ||||||
| }, | ||||||
| ], | ||||||
| quote: 'Una audiencia madura: El 80% del contenido está enfocado a perfiles intermedio-avanzado.', | ||||||
| quote: | ||||||
| 'Inmersión técnica: el 62% de la agenda está dedicada a sesiones de complejidad Intermedia y Avanzada.', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| }, | ||||||
| whatis: { | ||||||
| title: '¿Qué es PyConES?', | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En castellano y catalán no se ponen tantas mayúsculas en los nombres.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Como
Leadses una palabra inglesa además de un rol la mantendría en mayúscula