From 16db6eb2093344d32952188c488fcc0d66d1fc57 Mon Sep 17 00:00:00 2001
From: Kurra Harshitha <153587282+kurraharshitha@users.noreply.github.com>
Date: Wed, 11 Feb 2026 16:44:48 +0530
Subject: [PATCH 1/2] Improve 404 page design and mobile responsiveness
---
DISCOVER/404.html | 188 +++++++++++-------------------------
_build/logs/myst.build.json | 31 ++++++
2 files changed, 85 insertions(+), 134 deletions(-)
create mode 100644 _build/logs/myst.build.json
diff --git a/DISCOVER/404.html b/DISCOVER/404.html
index 543b5734b..2961958bb 100644
--- a/DISCOVER/404.html
+++ b/DISCOVER/404.html
@@ -1,170 +1,90 @@
-
-
- 404 - Not Found
+
+
+ Page Not Found
+
-
-
-
-
-
404 - Page Not Found
-
This page might’ve wandered off or was never here at all.
-
Maybe it was deleted, renamed, or never existed in the first place.
-
What can you do?
-
⬅️ Back to Home
-
🐞 Report the Issue
-
-
-
-
-
-
-
-
-
+ Go Home
+ Start Reading
+
diff --git a/_build/logs/myst.build.json b/_build/logs/myst.build.json
new file mode 100644
index 000000000..55733548f
--- /dev/null
+++ b/_build/logs/myst.build.json
@@ -0,0 +1,31 @@
+{
+ "input": {
+ "files": [
+ "DISCOVER"
+ ],
+ "opts": {
+ "execute": false,
+ "executeParallel": 11,
+ "pdf": false,
+ "tex": false,
+ "typst": false,
+ "docx": false,
+ "md": false,
+ "xml": false,
+ "meca": false,
+ "cff": false,
+ "site": false,
+ "html": false,
+ "all": false,
+ "doiBib": false,
+ "watch": false,
+ "force": false,
+ "checkLinks": false,
+ "strict": false,
+ "ci": false,
+ "maxSizeWebp": 1572864,
+ "keepHost": false
+ }
+ },
+ "exports": []
+}
\ No newline at end of file
From 749d1d2878a82eec81fd5eebe5e14734212df8dc Mon Sep 17 00:00:00 2001
From: Kurra Harshitha <153587282+kurraharshitha@users.noreply.github.com>
Date: Wed, 11 Feb 2026 16:52:33 +0530
Subject: [PATCH 2/2] Fix 404 page to work with Jupyter Book template
---
DISCOVER/404.html | 127 ++++++++++++++--------------------------------
1 file changed, 37 insertions(+), 90 deletions(-)
diff --git a/DISCOVER/404.html b/DISCOVER/404.html
index 2961958bb..a53daed22 100644
--- a/DISCOVER/404.html
+++ b/DISCOVER/404.html
@@ -1,90 +1,37 @@
-
-
-
-
-
- Page Not Found
-
-
-
-
-
-
-
404
-
Oops! Page not found
-
- The page you are looking for doesn't exist or has been moved.
- Let's get you back to the DISCOVER Cookbook.
-
-
-
Go Home
-
Start Reading
-
-
-
+{% extends "sphinx_book_theme/layout.html" %}
+
+{% block content %}
+
+
+
404
+
Oops! Page not found
+
+
+ The page you are looking for doesn't exist or has been moved.
+ Let's get you back to the DISCOVER Cookbook.
+
+
+
+ Go Home
+
+
+
+ Start Reading
+
+
+
+{% endblock %}