From 5aeadbe243c41e1b0f1a81c612a599763151853b Mon Sep 17 00:00:00 2001 From: Sumati Date: Fri, 22 May 2026 20:35:05 +0530 Subject: [PATCH] feat: add Elements of AI resource --- src/data/resources.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/data/resources.js b/src/data/resources.js index c5eeb72..47fa83e 100644 --- a/src/data/resources.js +++ b/src/data/resources.js @@ -89,6 +89,18 @@ export const resources = [ durationWeeks: 1, tags: ['llm', 'prompting', 'ai'], }, + { + id: 7, + platform: 'University of Helsinki', + title: 'Elements of AI', + url: 'https://www.elementsofai.com/', + free: true, + hasCert: true, + difficulty: 'beginner', + stage: 1, + durationWeeks: 6, + tags: ['ai', 'beginner'], + }, ] export const learningStages = [