fix: redesign landing page with Nous blue palette and cleaner layout#974
Open
austinpickett wants to merge 5 commits intomainfrom
Open
fix: redesign landing page with Nous blue palette and cleaner layout#974austinpickett wants to merge 5 commits intomainfrom
austinpickett wants to merge 5 commits intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Redesigns the hermes-agent landing page to align with Nous Research branding. Replaces the gold/amber color scheme with the Nous blue palette, simplifies the page structure by condensing verbose sections into compact layouts, fixes terminal demo bugs, adds a Three.js noise overlay for visual texture, and converts the hero banner from a PNG to pure ASCII art.
Related Issue
N/A — design refresh, no tracked issue
Type of Change
Changes Made
landingpage/style.css: Replaced all gold/amber/bronze CSS variables and rgba values with Nous blue palette (#3050FF primary), updated backgrounds, borders, text colors, glows, gradients, selection, and scrollbarlandingpage/style.css: Removed ~200 lines of dead CSS (accordion, tools-grid, tool-pill, platform-pill, skill-category, research-card, footer-card and their responsive overrides)landingpage/style.css: Added specs section styles (label/value rows), noise overlay canvas styles, and compact hero ASCII art styleslandingpage/index.html: Replaced hero banner PNG with pure ANSI Shadow ASCII art rendered as a<pre>elementlandingpage/index.html: Condensed Tools/Platforms/Skills/Research accordion sections into a single spec-sheet layout with 5 label/value rowslandingpage/index.html: Shortened all 6 feature card descriptions from multi-line paragraphs to single sentenceslandingpage/index.html: Simplified footer from 4-card grid to single text line: "Built by Nous Research · MIT License · 2026"landingpage/index.html: Replaced hero CTA buttons (GitHub/Discord) with single "Sign Up on Nous Portal" buttonlandingpage/index.html: Updated nav logo from ⚕ symbol to Nous logo image with "Hermes Agent by Nous Research"landingpage/index.html: Removed "Features" anchor from nav (page is short enough to scroll), added hamburger menu for mobilelandingpage/index.html: Added Three.js CDN script and noise overlay canvas element, updated theme-color meta to #0A0E1Alandingpage/script.js: Ported NoiseOverlay from hermes-chat as vanilla JS with prefers-reduced-motion checklandingpage/script.js: Fixed terminal demo cursor positioning (now inline with content instead of orphaned sibling)landingpage/script.js: Removed emoji icons from terminal demo tool-call lines for consistent monospace alignmentlandingpage/script.js: Updated all color references from gold/amber to blue palette variablesHow to Test
cd landingpage && npx serve -p 3000Checklist
Code
fix(scope):,feat(scope):, etc.)pytest tests/ -qand all tests pass — N/A (static site, no Python changes)Documentation & Housekeeping
docs/, docstrings) — or N/Acli-config.yaml.exampleif I added/changed config keys — or N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — or N/AScreenshots / Logs
Before:

After:
