From b3dbb25f3f09889123c9f84b91be54b76e7dc558 Mon Sep 17 00:00:00 2001 From: Yanatchara JERAJA Date: Wed, 19 Jul 2023 20:03:17 +0700 Subject: [PATCH] added Day 3 jode --- src/constants/Card.jsx | 64 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/src/constants/Card.jsx b/src/constants/Card.jsx index 75f5a0d..5d08f63 100644 --- a/src/constants/Card.jsx +++ b/src/constants/Card.jsx @@ -141,7 +141,69 @@ const cards = [ 'id': 20 }, /* Day 3 (Ror kon na nong) */ - + { + 'title': 'If Else 01', + 'describe': 'Day 3', + 'link': 'https://elabsheet.org/elab/taskpads/show/wxo90fymez/', + 'img': '/images/gif/_21.jpg', + 'id': 21 + }, + { + 'title': 'If Else 02', + 'describe': 'Day 3', + 'link': 'https://elabsheet.org/elab/taskpads/show/4k422fwoou/', + 'img': '/images/gif/_22.jpg', + 'id': 22 + }, + { + 'title': 'If Else 03', + 'describe': 'Day 3', + 'link': 'https://elabsheet.org/elab/taskpads/show/sti1e6g88z/', + 'img': '/images/gif/_23.jpg', + 'id': 23 + }, + { + 'title': 'While Loops', + 'describe': 'Day 3', + 'link': 'https://elabsheet.org/elab/taskpads/show/b9rmj7xm0l/', + 'img': '/images/gif/_24.jpg', + 'id': 24 + }, + { + 'title': 'For Loops', + 'describe': 'Day 3', + 'link': 'https://elabsheet.org/elab/taskpads/show/fewd2mww49/', + 'img': '/images/gif/_25.jpg', + 'id': 25 + }, + { + 'title': 'Functions', + 'describe': 'Day 3', + 'link': 'https://elabsheet.org/elab/taskpads/show/0nmxehyr3f/', + 'img': '/images/gif/_26.jpg', + 'id': 26 + }, + { + 'title': '(Challenge) Tuple Comprehension', + 'describe': 'Day 3', + 'link': 'https://elabsheet.org/elab/taskpads/show/62xtz9xtgh/', + 'img': '/images/gif/_27.jpg', + 'id': 27 + }, + { + 'title': '(Challenge) List to grade', + 'describe': 'Day 3', + 'link': 'https://elabsheet.org/elab/taskpads/show/roqvjf2s1v/', + 'img': '/images/gif/_28.jpg', + 'id': 28 + }, + { + 'title': 'I can fix that!', + 'describe': 'Day 3', + 'link': 'https://elabsheet.org/elab/taskpads/show/qbuhgrhixc/', + 'img': '/images/gif/_29.jpg', + 'id': 29 + } ]