From e7c3ab0c6435aacca4cf9139ee4699c866b23ede Mon Sep 17 00:00:00 2001 From: Aditya8369 Date: Fri, 19 Jun 2026 10:48:27 +0530 Subject: [PATCH] Offline-first Learning --- home.html | 13 ++++ index.html | 14 ++++ manifest.json | 17 +++++ my_progress.html | 14 ++++ quiz/motionquiz.html | 11 +++ quiz/nlmquiz.html | 13 ++++ sw.js | 166 +++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 248 insertions(+) create mode 100644 manifest.json create mode 100644 sw.js 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 @@ + +