Skip to content

Commit 240b194

Browse files
fix: rewrite GitHub Pages site to display properly with dynamic OSINT detective humor (#129)
The site at thumpersecure.github.io/Spin was showing the README.md rendered by Jekyll instead of the OSINT toolkit HTML. Root causes: - No index.html at repo root (Pages served README as fallback) - No .nojekyll file to prevent Jekyll processing Changes: - Add .nojekyll at root and docs/ to bypass Jekyll - Add index.html, style.css, app.js at repo root so Pages serves them - Completely rewrite all three files with cleaner, well-structured code - Add animated loading screen with investigator boot sequence - Add rotating OSINT detective jokes system (24 jokes) - Add scrolling intel brief ticker with 20 OSINT tips - Add periodic "Field Note" tip popups - Add rotating header taglines and footer jokes - Add case number generator and session ID - Add classified stamp, scanline overlay, gradient animations - Add investigation status panel with OPSEC level meter - Preserve all existing OSINT tools (phone, email, username, domain, entity extractor, hivemind, bookmarks) - Sync all files to docs/ folder as well
1 parent b105f70 commit 240b194

8 files changed

Lines changed: 4576 additions & 672 deletions

File tree

.nojekyll

Whitespace-only changes.

app.js

Lines changed: 1100 additions & 0 deletions
Large diffs are not rendered by default.

docs/.nojekyll

Whitespace-only changes.

docs/app.js

Lines changed: 734 additions & 326 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 184 additions & 82 deletions
Large diffs are not rendered by default.

docs/style.css

Lines changed: 852 additions & 264 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 415 additions & 0 deletions
Large diffs are not rendered by default.

style.css

Lines changed: 1291 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)