diff --git a/locales/ca/certifications.json b/locales/ca/certifications.json index 43247d4..6805bb6 100644 --- a/locales/ca/certifications.json +++ b/locales/ca/certifications.json @@ -28,5 +28,8 @@ }, "9": { "issued": "Maig 2026" + }, + "10": { + "issued": "Maig 2026" } } diff --git a/locales/en/certifications.json b/locales/en/certifications.json index b46af24..d32f2a4 100644 --- a/locales/en/certifications.json +++ b/locales/en/certifications.json @@ -28,5 +28,8 @@ }, "9": { "issued": "May 2026" + }, + "10": { + "issued": "May 2026" } } diff --git a/locales/es/certifications.json b/locales/es/certifications.json index 818c555..a68cec0 100644 --- a/locales/es/certifications.json +++ b/locales/es/certifications.json @@ -28,5 +28,8 @@ }, "9": { "issued": "May 2026" + }, + "10": { + "issued": "May 2026" } } diff --git a/public/certifications/nvidia-genai-llms-associate.pdf b/public/certifications/nvidia-genai-llms-associate.pdf new file mode 100644 index 0000000..649bfa0 Binary files /dev/null and b/public/certifications/nvidia-genai-llms-associate.pdf differ diff --git a/src/data/certifications.json b/src/data/certifications.json index bbac932..c6a3dbb 100644 --- a/src/data/certifications.json +++ b/src/data/certifications.json @@ -64,5 +64,12 @@ "issuerIcon": "nvidia", "link": "https://deloittedevelopment.udemy.com/certificate/UC-22115968-5167-4d32-981c-eef77dec000c/", "fallback": "/certifications/nvidia-ai-infra-ops-associate.pdf" + }, + { + "name": "NCA-GENL - Bootcamp - GenAI & LLMs Associate", + "issuer": "NVIDIA", + "issuerIcon": "nvidia", + "link": "https://deloittedevelopment.udemy.com/certificate/UC-873eab0c-b5db-47eb-bf6d-dc3e5ebbb51c/", + "fallback": "/certifications/nvidia-genai-llms-associate.pdf" } ]