Conversation
Adds /teams route for all locales (es, en, ca) listing all organization teams with name, description and contact email. Includes nav menu links and WCAG-compliant markup (role="list", focus-visible, aria-label with team context, aria-labelledby on sections). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
ctrl-alt-d
requested changes
May 10, 2026
Collaborator
ctrl-alt-d
left a comment
There was a problem hiding this comment.
Por temas de a11y;
Eliminaría el h2 de sr-only por dos motivos:
<h2 id="jobs-list-heading" class="sr-only"> Ofertas de trabajo </h2>-
- Porque dentro de cada oferta de trabajo hay otro
h2
- Porque dentro de cada oferta de trabajo hay otro
-
- Porque mejor hacemos esto:
Podría la lista de ofertas dentro de un ul y cada oferta un li. Así el lector anuncia cuantas oferta hay.
| const { lang } = Astro.props | ||
| const t = jobsTexts[(lang || 'es') as keyof typeof jobsTexts] | ||
|
|
||
| const esJobs = Object.values(import.meta.glob('../data/jobs/es/*.md', { eager: true })) as { |
Collaborator
There was a problem hiding this comment.
Creo que las ofertas van a estar en un solo idioma. Se podría confirmar en el discord de sponsors.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
/es/jobs/,/en/jobs/,/ca/jobs/src/data/jobs/{lang}/Files
src/components/JobsPage.astro- Job cards componentsrc/pages/[lang]/jobs.astro- Page routesrc/i18n/jobs/es.ts,en.ts,ca.ts,index.ts- Translationssrc/data/jobs/{es,en,ca}/*.md- Example job offers + templatesrc/i18n/menu/es.ts,en.ts,ca.ts- Updated menu