dragoon0x/everything-design-taste

header-footer-patterns

Header design, footer architecture, sticky headers, and global navigation patterns.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill header-footer-patterns

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,156 B
  • docs SUMMARY.md 113 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Header Footer Patterns

Header Patterns

Marketing Site

  • Logo (left) + Nav items (center or right) + CTA button (right).
  • Transparent on hero, solid on scroll.
  • Height: 64-80px.
  • Hamburger on mobile (< 768px).

Web App

  • Logo + Breadcrumb/page title (left) + Search (center) + Actions + User menu (right).
  • Always solid background. Fixed/sticky on scroll.
  • Height: 48-64px.

Sticky Header

  • Reduce height on scroll (80px → 56px).
  • Hide on scroll down, show on scroll up (smart hide).
  • Never sticky on mobile for content-reading pages.

Footer Patterns

Minimal

  • Copyright + Legal links (Privacy, Terms) + Social links.
  • Single row. Used for apps and simple sites.

Standard

  • 3-4 column grid with link groups.
  • Newsletter signup.
  • Social icons.
  • Logo + copyright at bottom.

Extended

  • Full sitemap-style navigation.
  • Contact information.
  • App download badges.
  • Trust badges (security, certifications).