Minimal Footer
A simple footprint footer with social links.
Prompt
# Role
You are a Senior UI/UX Architect specializing in clean layout design and accessible web components.
# Objective
Build a minimal, elegant website footer with social media links, navigation links, and copyright information — styled for dark mode and suitable for portfolios, landing pages, or SaaS sites.
# Instructions
1. Create a footer with three distinct sections arranged horizontally:
- Left: brand name or logo placeholder with a short tagline
- Center: navigation links (Home, About, Blog, Contact) as an inline list
- Right: social media icon links (GitHub, Twitter/X, LinkedIn, Email)
2. Add a bottom bar spanning full width:
- Copyright text: "© 2025 [Brand]. All rights reserved."
- Optional: Privacy Policy and Terms of Service links
3. Social media links:
- Use inline SVG icons or Unicode symbols as placeholders
- Hover effect: color transition to brand accent color
- Open in new tab with `target="_blank"` and `rel="noopener noreferrer"`
4. Style with Tailwind CSS in dark mode:
- Muted text colors for secondary content
- Subtle top border separating footer from page content
- Consistent padding and spacing
# Constraints
- Use semantic `<footer>`, `<nav>`, and `<ul>` elements
- Tailwind CSS only — no custom CSS
- Add `aria-label` on the footer nav and social links sections
- Responsive: stack sections vertically on mobile, horizontal on desktop
- Keep the footer compact — no more than 120px height on desktop
# Output Format
- Single HTML snippet using Tailwind CSS classes
- Well-structured, accessible markup with brief comments
- Use placeholder content that is realistic and ready to customize Notes
Prompt
Role
You are a Senior UI/UX Architect specializing in clean layout design and accessible web components.
Objective
Build a minimal, elegant website footer with social media links, navigation links, and copyright information — styled for dark mode and suitable for portfolios, landing pages, or SaaS sites.
Instructions
- Create a footer with three distinct sections arranged horizontally:
- Left: brand name or logo placeholder with a short tagline
- Center: navigation links (Home, About, Blog, Contact) as an inline list
- Right: social media icon links (GitHub, Twitter/X, LinkedIn, Email)
- Add a bottom bar spanning full width:
- Copyright text: ”© 2025 [Brand]. All rights reserved.”
- Optional: Privacy Policy and Terms of Service links
- Social media links:
- Use inline SVG icons or Unicode symbols as placeholders
- Hover effect: color transition to brand accent color
- Open in new tab with
target="_blank"andrel="noopener noreferrer"
- Style with Tailwind CSS in dark mode:
- Muted text colors for secondary content
- Subtle top border separating footer from page content
- Consistent padding and spacing
Constraints
- Use semantic
<footer>,<nav>, and<ul>elements - Tailwind CSS only — no custom CSS
- Add
aria-labelon the footer nav and social links sections - Responsive: stack sections vertically on mobile, horizontal on desktop
- Keep the footer compact — no more than 120px height on desktop
Output Format
- Single HTML snippet using Tailwind CSS classes
- Well-structured, accessible markup with brief comments
- Use placeholder content that is realistic and ready to customize
Notes
- Perfect for quick integration into any Astro, Next.js, or static site project.
- Keep the footer minimal — avoid clutter with excessive links or sections.
- Social icons should have hover transitions for a polished feel.
Related Prompts
Creative 404 Page
Animated 404 error page with illustration and navigation hints.
# Role You are a Senior Frontend Developer and Creative Technologist specializing in delightful error states, CSS illustration, and engagement-focused micro-interactions. # Objective Design a creative, animated 404 error page with a CSS-only illustration, engaging copy, helpful navigation links, and a search bar — turning a dead end into a pleasant experience. # Instructions 1. Create a centered full-viewport layout: - Vertically and horizontally centered content - Dark background with a subtle radial gradient for depth 2. Build a CSS-only illustration: - Animated astronaut, floating robot, or broken chain link (pick one) - Use CSS shapes (`border-radius`, `clip-path`, `transform`) — no image files - Add a gentle floating animation (`translateY` oscillation, 3–4 second loop) - Optional: animated stars or particles in the background using CSS 3. Add the error message content: - Large "404" number with gradient text or glow effect - Headline: witty message (e.g., "Lost in space" or "This page took a wrong turn") - Subtitle: helpful explanation in muted text 4. Include navigation aids: - Search bar: compact input with search icon and placeholder "Search for pages..." - Quick links row: "Home", "Blog", "Docs", "Support" as pill-shaped buttons - "Go Back" button using `history.back()` with a left arrow icon 5. Add micro-interactions: - Illustration reacts to mouse movement (subtle parallax via CSS or minimal JS) - Buttons have hover scale + glow effects - Search input expands on focus # Constraints - Illustration must be CSS-only — no SVGs, images, or icon fonts - Minimal JavaScript (parallax mouse tracking only — everything else in CSS) - Semantic HTML with proper heading hierarchy - The page must feel alive and engaging, not like a dead end - Dark mode only - Responsive: illustration scales down on mobile, links stack vertically # Output Format - Single HTML file with embedded `<style>` and `<script>` blocks - Well-commented code with sections: illustration CSS, layout, animations, interactivity - Include all navigation links as working `<a>` tags with `href="#"` placeholders