add diffent lessions

This commit is contained in:
Lukas Cremer
2026-05-13 22:49:40 +02:00
parent 79612c348a
commit f3fa43d452
10 changed files with 868 additions and 205 deletions

View File

@@ -0,0 +1,18 @@
{
"id": "grundrechenarten",
"name": "Grundrechenarten",
"icon": "",
"description": "Lerne die Grundlagen der Mathematik",
"theme": {
"--theme-bg": "#1a2f1a",
"--theme-bg-mid": "#2a4a2a",
"--theme-bg-light": "#3a6a3a",
"--theme-bg-hover": "#4a7a4a",
"--theme-text": "#e8f5e8",
"--theme-muted": "#7fa87f",
"--theme-muted-light": "#aed4ae",
"--theme-accent": "#4caf50",
"--theme-accent-hover": "#388e3c"
},
"lessons": ["adding"]
}

View File

@@ -0,0 +1,18 @@
{
"id": "kriminalfälle",
"name": "Kriminalfälle",
"icon": "🔍",
"description": "Löse echte Kriminalfälle aus Deutschland mit Mathematik",
"theme": {
"--theme-bg": "#1a252f",
"--theme-bg-mid": "#2c3e50",
"--theme-bg-light": "#34495e",
"--theme-bg-hover": "#3d566e",
"--theme-text": "#ecf0f1",
"--theme-muted": "#7f8c8d",
"--theme-muted-light": "#bdc3c7",
"--theme-accent": "#3498db",
"--theme-accent-hover": "#2980b9"
},
"lessons": ["steglitz", "bode-museum", "dresden-gruenes-gewoelbe"]
}