mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-20 13:14:04 +01:00
75 lines
2.0 KiB
JavaScript
75 lines
2.0 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/dzm24rq6hp/',
|
|
'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
|
|
}
|
|
]
|
|
|
|
|
|
export default cards; |