mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-18 20:24:05 +01:00
154 lines
3.5 KiB
JavaScript
154 lines
3.5 KiB
JavaScript
const cards = [
|
|
{
|
|
'title': 'Syntax',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'https://elabsheet.org/elab/taskpads/show/jr070sqaqp/',
|
|
'img': './images/syntax.jpeg',
|
|
'id':1
|
|
},
|
|
{
|
|
'title': 'Variables',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'https://elabsheet.org/elab/taskpads/change/jr070sqaqp/yqxiczozva/',
|
|
'img': './images/syntax.jpeg',
|
|
'id':2
|
|
},
|
|
{
|
|
'title': 'Data Type 01',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':3
|
|
},
|
|
{
|
|
'title': 'Data Type 02',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':4
|
|
},
|
|
{
|
|
'title': 'Data Type 03',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':5
|
|
},
|
|
{
|
|
'title': 'Numbers, Casting, String',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':6
|
|
},
|
|
{
|
|
'title': 'Strings',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'https://elabsheet.org/elab/taskpads/change/4k422fwoou/v49ajp3qgh/',
|
|
'img': './images/syntax.jpeg',
|
|
'id':7
|
|
},
|
|
{
|
|
'title': 'Boolean 01',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':8
|
|
},
|
|
{
|
|
'title': 'Boolean 02',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':9
|
|
},
|
|
{
|
|
'title': 'Operators 01',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':10
|
|
},
|
|
{
|
|
'title': 'Operators 02',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':11
|
|
},
|
|
{
|
|
'title': 'Lists',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':12
|
|
},
|
|
{
|
|
'title': 'Tuples',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':13
|
|
},
|
|
{
|
|
'title': 'Sets',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':14
|
|
},
|
|
{
|
|
'title': 'Dictionaries',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':15
|
|
},
|
|
{
|
|
'title': 'If Else 01',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':16
|
|
},
|
|
{
|
|
'title': 'If Else 02',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':17
|
|
},
|
|
{
|
|
'title': 'If Else 03',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':18
|
|
},
|
|
{
|
|
'title': 'While Loops',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':19
|
|
|
|
},
|
|
{
|
|
'title': 'For Loops',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':20
|
|
|
|
},
|
|
{
|
|
'title': 'Functions',
|
|
'describe': 'Mai tum leaw',
|
|
'link': 'www.',
|
|
'img': './images/syntax.jpeg',
|
|
'id':21
|
|
|
|
}
|
|
]
|
|
|
|
export default cards; |