diff --git a/public/aws-genai-prof.png b/public/aws-genai-prof.png new file mode 100644 index 0000000..b745c05 Binary files /dev/null and b/public/aws-genai-prof.png differ diff --git a/public/gce.webp b/public/gce.webp deleted file mode 100644 index 2b8aa95..0000000 Binary files a/public/gce.webp and /dev/null differ diff --git a/src/data/certifications.tsx b/src/data/certifications.tsx index 9aa582f..7ae60bd 100644 --- a/src/data/certifications.tsx +++ b/src/data/certifications.tsx @@ -1,6 +1,16 @@ import { Certification } from "@/types"; const certifications: Certification[] = [ + { + title: "AWS Certified Generative AI Developer - Professional", + organization: { + name: "AWS Certification", + url: "https://aws.amazon.com/certification", + }, + badge: "/aws-genai-prof.png", + link: "https://www.credly.com/badges/ec8af76c-b6f0-40d7-94c2-7df06820af50", + date: "March 2026", + }, { title: "AWS Certified Machine Learning - Specialty", organization: { @@ -21,16 +31,6 @@ const certifications: Certification[] = [ link: "https://www.youracclaim.com/badges/2d566076-370f-4b1b-8103-ed467325228d", date: "October 2020", }, - { - title: "Associate Cloud Engineer", - organization: { - name: "Google Cloud", - url: "https://cloud.google.com/certification", - }, - badge: "/gce.webp", - link: "https://www.credential.net/fbeb9d71-88ba-4cba-8d22-458cd6ffea50", - date: "July 2020", - }, { title: "Certified Scrum Master", organization: {