From c78f8541a0cf2030a2330fcfb075def0c43d0f1e Mon Sep 17 00:00:00 2001 From: Adrija-verse Date: Wed, 4 Feb 2026 12:31:20 +0530 Subject: [PATCH 1/2] Improve 404 page design and mobile responsiveness - Add responsive CSS for mobile, tablet, desktop - Improve visual hierarchy and spacing - Enhance call-to-action buttons - Update messaging for better UX Fixes #469 --- DISCOVER/404.html | 613 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 517 insertions(+), 96 deletions(-) diff --git a/DISCOVER/404.html b/DISCOVER/404.html index 543b5734b..1d9901c7d 100644 --- a/DISCOVER/404.html +++ b/DISCOVER/404.html @@ -3,168 +3,589 @@ - 404 - Not Found + 404 - Page Not Found | DISCOVER Cookbook + + + -
-
-

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 - -
- - + +
+
+
+ + +
+ +
404
+ + +

Page Not Found

+

+ Looks like this page decided to take a coffee break and forgot to come back! +

+

+ The page you're looking for might have been moved, deleted, or never existed. +

+ + +
+ + +

Here's what you can do:

+ + - + +
+ +
+ +
+
+ + +
- + \ No newline at end of file From 968efa77afc3678a95ba0eec44e9b35c4d7212f5 Mon Sep 17 00:00:00 2001 From: Adrija-verse Date: Thu, 5 Feb 2026 19:48:41 +0530 Subject: [PATCH 2/2] Fix grammar and clarity issues in README - Fix comma splice in project background paragraph - Improve phrasing for better readability - Ensure consistent naming (DISCOVER-Cookbook) - Add missing punctuation for consistency - Capitalize section headers consistently Fixes #462 --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index eac4e8d19..e4853e501 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # DISCOVER-Cookbook -![All Contributors](https://img.shields.io/github/all-contributors/numfocus/DISCOVER-Cookbook?color=ee8449) -The NumFOCUS DISCOVER Cookbook (Diverse & Inclusive Spaces and Conferences: Overall Vision and Essential Resources). A guide for organizing more diverse and inclusive events and conferences, produced by the NumFOCUS Diversity & Inclusion in Scientific Computing (DISC) Program, with support from the Moore Foundation. +[![Documentation Build](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg)](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml) +[![All Contributors](https://img.shields.io/github/all-contributors/numfocus/DISCOVER-Cookbook?color=ee8449)](#contributors-) + +The NumFOCUS DISCOVER Cookbook (Diverse & Inclusive Spaces and Conferences: Overall Vision and Essential Resources). A guide for organizing more diverse and inclusive events and conferences, produced by the NumFOCUS Diversity & Inclusion in Scientific Computing (DISC) Program, with support from the Moore Foundation. If you are looking to read the book please visit https://discover-cookbook.numfocus.org/ for a live version of the book. This is the code that powers that website and is intended for maintainers and contributors. -## Ways to contribute to this repository +## Ways to Contribute to this Repository -The original body of work took place at a series of unconferences and various spurts of energy, today the DISCOVER-cookbook is a living project with numerous contributors. Because it is code to produce a book rather than code for a software library or application, it has different needs than typical open source software systems. Because of these unique needs, we separate various types of contributions: +The original body of work took place at a series of unconferences and various spurts of energy. Today, the DISCOVER-Cookbook is a living project with numerous contributors. Because it is code to produce a book rather than code for a software library or application, it has different needs than typical open source software systems. Because of these unique needs, we separate various types of contributions: ### Ideas, Questions, and Discussions @@ -20,9 +22,9 @@ Please add issues on [the GitHub issue tracker](https://github.com/numfocus/DISC ### Content and Design -While content is the heart of the project, the quality of the content needs to remain high. Due to a high volume of generated text being submitted for review, content takes longer to review and approve. We value these contributions but just understand that it will take time to add. Please start an idea in the discussions, then move to making an issue once there is approval for the content to be added to the book. After that issue is made we feel free to open [a pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls) against the repository to begin the review process. +While content is the heart of the project, the quality of the content needs to remain high. Due to a high volume of generated text being submitted for review, content takes longer to review and approve. We value these contributions but just understand that it will take time to add. Please start an idea in the discussions, then move to making an issue once there is approval for the content to be added to the book. After that issue is created, feel free to open [a pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls) against the repository to begin the review process. -### Bug fixes +### Bug Fixes For issues with other elements of the book, first make sure an issue is open and tracking can occur on the issue. Then open a [pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls). @@ -85,7 +87,7 @@ conda env create -f environment.yml ```sh conda activate DISCOVER-Cookbook ``` -3. Finally, to build the Jupyter Book +3. Finally, to build the Jupyter Book: ``` sh sphinx-build -b html DISCOVER/ DISCOVER/_build/html ``` @@ -108,7 +110,7 @@ source .venv/bin/activate ```sh pip install -r requirements.txt ``` -4. Finally, to build the Jupyter Book +4. Finally, to build the Jupyter Book: ``` sh sphinx-build -b html DISCOVER/ DISCOVER/_build/html ```