SOS12/src/Card.jsx
2023-06-29 19:50:38 +07:00

133 lines
3.1 KiB
JavaScript

const cards = [
{
'title': 'Syntax',
'describe': 'Mai tum leaw',
'link': 'https://elabsheet.org/elab/taskpads/show/jr070sqaqp/',
'img': './images/syntax.jpeg'
},
{
'title': 'Variables',
'describe': 'Mai tum leaw',
'link': 'https://elabsheet.org/elab/taskpads/change/jr070sqaqp/yqxiczozva/',
'img': './images/syntax.jpeg'
},
{
'title': 'Data Type 01',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Data Type 02',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Data Type 03',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Numbers, Casting, String',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Strings',
'describe': 'Mai tum leaw',
'link': 'https://elabsheet.org/elab/taskpads/change/4k422fwoou/v49ajp3qgh/',
'img': './images/syntax.jpeg'
},
{
'title': 'Boolean 01',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Boolean 02',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Operators 01',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Operators 02',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Lists',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Tuples',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Sets',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Dictionaries',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'If Else 01',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'If Else 02',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'If Else 03',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'While Loops',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'For Loops',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
},
{
'title': 'Functions',
'describe': 'Mai tum leaw',
'link': 'www.',
'img': './images/syntax.jpeg'
}
]
export default cards;