Add /cursor page with ASCII Cursor logo and wordmark#33
Closed
nwthomas wants to merge 4 commits into
Closed
Conversation
- New page with black panel, isometric cube shading (@/*/.), and CURSOR block text - Navbar shows Cursor title on /cursor like other section pages Co-authored-by: Nathan Thomas <nwthomas@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Production build writes ./.next/types/routes.d.ts; align tracked stub with current Next output. Co-authored-by: Nathan Thomas <nwthomas@users.noreply.github.com>
- Single COLSxROWS grid: art, void (cutout), and near-black dither dots align - Temporal dither via brief brighter overlays on random background cells - prefers-reduced-motion disables flicker via useSyncExternalStore - Logo inner region uses spaces for true black void; lowercase cursor wordmark Co-authored-by: Nathan Thomas <nwthomas@users.noreply.github.com>
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.
Ticket
N/A — feature request.
Problem
There was no dedicated route to show a 2D ASCII homage to the Cursor mark and wordmark on a black field, with inverted palette and subtle temporal dither.
Solution
app/cursor/page.tsxat/cursorwith metadata consistent with other pages.CursorAsciiPanel(client): One fixed92×38monospace grid so logo, wordmark, cutout void, and background dots share the same cell geometry (no misaligned overlay).text-neutral-100; background cells use near-black·(#030303); a small set of cells briefly overlays#121212for a temporal dither flicker. Cutout uses transparent non-breaking spaces overbg-black.. , ' * / @ # % &); inner void is spaces; lowercase block cursor wordmark.prefers-reduced-motion: Flicker disabled viauseSyncExternalStoreonmatchMedia(no motion in render purity issues)./cursorshows “Cursor” title like other section pages.next-env.d.tssynced to./.next/types/routes.d.ts(from earlier commit on this branch).Testing
bun run lint— pass.bun run build— pass;/cursorstatic.