mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-18 20:24:05 +01:00
231 lines
6.5 KiB
JavaScript
231 lines
6.5 KiB
JavaScript
const cards = [
|
|
{
|
|
'title': 'Data type',
|
|
'describe': 'Day 1',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/iln6rkv0ch/',
|
|
'img': '/images/gif/_1.jpg',
|
|
'id': 1
|
|
},
|
|
{
|
|
'title': 'Boolean',
|
|
'describe': 'Day 1',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/558n9h46d9/',
|
|
'img': '/images/gif/_2.jpg',
|
|
'id': 2
|
|
},
|
|
{
|
|
'title': 'Operator 01 (Area)',
|
|
'describe': 'Day 1',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/l2uoxc77z9/',
|
|
'img': '/images/gif/_3.jpg',
|
|
'id': 3
|
|
},
|
|
{
|
|
'title': 'Operator 02 (Radius)',
|
|
'describe': 'Day 1',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/9qp43jhml3/',
|
|
'img': '/images/gif/_4.jpg',
|
|
'id': 4
|
|
},
|
|
{
|
|
'title': 'Variables',
|
|
'describe': 'Day 1',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/jr070sqaqp/',
|
|
'img': '/images/gif/_5.jpg',
|
|
'id': 5
|
|
},
|
|
{
|
|
'title': 'Numbers, Casting, String',
|
|
'describe': 'Day 1',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/qkea3sxyo0/',
|
|
'img': '/images/gif/_6.jpg',
|
|
'id': 6
|
|
},
|
|
{
|
|
'title': 'Strings',
|
|
'describe': 'Day 1',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/npxunwm0n5/',
|
|
'img': '/images/gif/_7.jpg',
|
|
'id': 7
|
|
},
|
|
{
|
|
'title': 'Strings slicing',
|
|
'describe': 'Day 1',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/h62ity5o8f/',
|
|
'img': '/images/gif/_8.jpg',
|
|
'id': 8
|
|
},
|
|
{
|
|
'title': 'Computation',
|
|
'describe': 'Day 1',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/0537fkytq9/',
|
|
'img': '/images/gif/_9.jpg',
|
|
'id': 9
|
|
},
|
|
{
|
|
'title': 'Comment',
|
|
'describe': 'Day 1',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/xj450gjw5y/',
|
|
'img': '/images/gif/_10.jpg',
|
|
'id': 10
|
|
},
|
|
{
|
|
'title': 'Diff Checker',
|
|
'describe': 'Day 1 (Extra)',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/e19mbc23wl/',
|
|
'img': '/images/gif/_11.jpg',
|
|
'id': 11
|
|
},
|
|
/* Day 2 */
|
|
{
|
|
'title': 'List index slicing',
|
|
'describe': 'Day 2',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/up6gn1917z/',
|
|
'img': '/images/gif/_12.jpg',
|
|
'id': 12
|
|
},
|
|
{
|
|
'title': 'List append',
|
|
'describe': 'Day 2',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/fx04p4brl4/',
|
|
'img': '/images/gif/_13.jpg',
|
|
'id': 13
|
|
},
|
|
{
|
|
'title': 'List pop',
|
|
'describe': 'Day 2',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/oqbty4k7wn/',
|
|
'img': '/images/gif/_14.jpg',
|
|
'id': 14
|
|
},
|
|
{
|
|
'title': 'Dict add, pop, del, access value',
|
|
'describe': 'Day 2',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/4uhnohhcqv/',
|
|
'img': '/images/gif/_15.jpg',
|
|
'id': 15
|
|
},
|
|
{
|
|
'title': 'Lists',
|
|
'describe': 'Day 2',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/gvz93k7487/',
|
|
'img': '/images/gif/_16.jpg',
|
|
'id': 16
|
|
},
|
|
{
|
|
'title': 'Sets',
|
|
'describe': 'Day 2',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/m4liaiqdl1/',
|
|
'img': '/images/gif/_17.jpg',
|
|
'id': 17
|
|
},
|
|
{
|
|
'title': 'Dictionaries',
|
|
'describe': 'Day 2',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/pgh2089j1g/',
|
|
'img': '/images/gif/_18.jpg',
|
|
'id': 18
|
|
},
|
|
{
|
|
'title': 'Tuples',
|
|
'describe': 'Day 2',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/vawr400eej/',
|
|
'img': '/images/gif/_19.jpg',
|
|
'id': 19
|
|
},
|
|
{
|
|
'title': 'List Comprehension',
|
|
'describe': 'Day 2',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/xp06mu9egz/',
|
|
'img': '/images/gif/_20.jpg',
|
|
'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': '(Challenge) 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': '(Challenge) I can fix that!',
|
|
'describe': 'Day 3',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/qbuhgrhixc/',
|
|
'img': '/images/gif/_29.jpg',
|
|
'id': 29
|
|
},
|
|
{
|
|
'title': '(Challenge) I Hat-Love You Fibonacci',
|
|
'describe': 'Day 3',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/a6vug4t3mv/',
|
|
'img': '/images/gif/_30.jpg',
|
|
'id': 30
|
|
},
|
|
{
|
|
'title': 'SKE Challenge',
|
|
'describe': 'Day 3',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/ajzyhvc3lu/',
|
|
'img': '/images/gif/_31.jpg',
|
|
'id': 31
|
|
},
|
|
{
|
|
'title': '🔥Impossible Challenge🔥',
|
|
'describe': 'Day 3',
|
|
'link': 'https://youtu.be/xvFZjo5PgG0',
|
|
'img': '/images/gif/_32.jpg',
|
|
'id': 32
|
|
},
|
|
]
|
|
|
|
|
|
export default cards; |