Skip to content

feat: rebuild footer to match Lovable.dev's dense multi-column structure#23

Merged
enricopiovesan merged 1 commit into
mainfrom
feat/footer-lovable-style
Jul 9, 2026
Merged

feat: rebuild footer to match Lovable.dev's dense multi-column structure#23
enricopiovesan merged 1 commit into
mainfrom
feat/footer-lovable-style

Conversation

@enricopiovesan

Copy link
Copy Markdown
Collaborator

Summary

  • Restructured the footer from 4 columns (brand + 3) to 5 (brand + Product/Resources/Support/Company), matching the dense multi-column pattern at lovable.dev/home — uppercase section labels, muted link lists, a social icon row, and a two-part bottom bar.
  • Caveat: the Chrome extension for live browser inspection wasn't reachable while building this, so the match is structural (column organization, information density, layout pattern — verified via a content fetch of the live page), not pixel-verified against Lovable's exact computed colors/spacing. Traverse's own design tokens are used throughout rather than copying Lovable's palette.
  • All content is real Traverse pages, no fabricated links. This surfaced /faq.html as 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

  • 0 broken internal links across all 89 pages
  • Computed styles confirm 5-column grid on desktop, 1-column on mobile (390px)
  • Confirmed social row, bottom bar with license link, 20 total footer links resolve

🤖 Generated with Claude Code

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>
@enricopiovesan enricopiovesan merged commit b978786 into main Jul 9, 2026
2 checks passed
@enricopiovesan enricopiovesan deleted the feat/footer-lovable-style branch July 9, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant