feat: rebuild footer to match Lovable.dev's dense multi-column structure#23
Merged
Conversation
Restructures the footer from 4 columns (brand + 3) to 5 (brand + 4:
Product, Resources, Support, Company), matching the dense multi-column
pattern used at lovable.dev/home -- uppercase section labels, a muted
link list per column, a social icon row under the brand block, and a
two-part bottom bar (copyright + license link).
Note: the Chrome extension used for live browser inspection wasn't
reachable while building this, so column/link organization is matched
structurally (verified via a content fetch of the live page) rather
than pixel-verified against Lovable's exact computed styles. Colors,
type, and spacing use Traverse's own existing design tokens rather
than copying Lovable's palette.
Content is 100% real Traverse pages -- no fabricated links. This
surfaced two previously orphaned pages with zero incoming nav/footer
links (/compare.html was fixed earlier this session; /faq.html is
fixed here) and both are now linked. faq.astro also had the same
placement-model inaccuracy corrected earlier this session ("run it
anywhere... same binary... without rewrite") -- fixed to the
device-independent, client-decides framing.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.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.
Summary
/faq.htmlas a previously orphaned page (zero incoming nav/footer links) — now linked, and its placement-model description corrected to match the device-independent/client-decides framing fixed elsewhere this session.Test plan
🤖 Generated with Claude Code