Working on home page

This commit is contained in:
2024-08-22 16:14:29 +02:00
parent 30b734ca8e
commit e56c8bb1af
30 changed files with 1116 additions and 1495 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "GeoGebra Calculator",
"url": "https://www.geogebra.org/calculator",
"tags": [
{
"name": "maths",
"color": "amber"
}
],
"icon": "i-icon-park-outline:geometric-flowers",
"color": "indigo"
}

12
content/maths/mathdf.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "MathDF",
"url": "https://mathdf.com/fr/",
"tags": [
{
"name": "maths",
"color": "amber"
}
],
"icon": "i-ph:math-operations-duotone",
"color": "stone"
}

View File

@@ -0,0 +1,12 @@
{
"name": "WorlframAlpha",
"url": "https://www.wolframalpha.com/",
"tags": [
{
"name": "maths",
"color": "amber"
}
],
"icon": "i-vscode-icons:file-type-wolfram",
"color": "red"
}