diff --git a/home.html b/home.html index 3ea53b5..394374e 100644 --- a/home.html +++ b/home.html @@ -146,6 +146,8 @@ } + + @@ -223,5 +225,16 @@

🤖 Ask Your AI Tutor

+ + diff --git a/index.html b/index.html index a24e633..1bb6f94 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,9 @@ + + + @@ -95,6 +98,17 @@

Real results.

+ + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..dd65576 --- /dev/null +++ b/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "LearnSphere", + "short_name": "LearnSphere", + "start_url": "/index.html", + "scope": "/", + "display": "standalone", + "background_color": "#0f1115", + "theme_color": "#0f1115", + "icons": [ + { + "src": "/student.png", + "sizes": "256x256", + "type": "image/png" + } + ] +} + diff --git a/my_progress.html b/my_progress.html index 242acda..002220f 100644 --- a/my_progress.html +++ b/my_progress.html @@ -8,7 +8,10 @@ + +