Nexus Footer Footer Block - Let's templates
Unlock every premium block and template with All-Access from €20 / 3 months, cancel anytime. Get All-Access
All blocks
Free Footer

Nexus Footer

A footer block extracted from the Nexus template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.

0 12
Nexus Footer preview
nexus.html
<!DOCTYPE html>
<html lang="en">
<head>
    <script>
        window.FontAwesomeConfig = {
          autoReplaceSvg: 'nest'
        };
      </script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Nexus Footer | Tailwind CSS UI Block</title>
    <meta name="description" content="A footer block extracted from the Nexus template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.">
    <meta name="keywords" content="Nexus, Tailwind CSS template, HTML website template, product designer portfolio, UX designer website, creative portfolio, responsive personal design">
    <meta name="author" content="Let's templates">
    <link rel="canonical" href="">

    <meta property="og:type" content="product">
    <meta property="og:site_name" content="Let's templates">
    <meta property="og:locale" content="en_US">
    <meta property="og:url" content="">
    <meta property="og:title" content="Nexus | Tailwind CSS Product Designer Portfolio Template">
    <meta property="og:description" content="A clean Tailwind CSS portfolio template for product designers, experience architects, and digital creatives showcasing services, work, and contact.">
    <meta property="og:image" content="">
    <meta property="og:image:alt" content="Nexus template preview">

    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:url" content="">
    <meta name="twitter:title" content="Nexus | Tailwind CSS Product Designer Portfolio Template">
    <meta name="twitter:description" content="A clean Tailwind CSS portfolio template for product designers, experience architects, and digital creatives showcasing services, work, and contact.">
    <meta name="twitter:image" content="">
    <meta name="twitter:image:alt" content="Nexus template preview">
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Inter', sans-serif;
            background-color: #ffffff;
            color: #1a1a1a;
        }
        .text-huge {
            font-size: clamp(3rem, 10vw, 8rem);
            line-height: 0.9;
        }
        .logo-scroll {
            display: flex;
            overflow: hidden;
            user-select: none;
            gap: 2rem;
        }
        .logo-scroll-inner {
            display: flex;
            flex-shrink: 0;
            gap: 2rem;
            min-width: 100%;
            animation: scroll 30s linear infinite;
        }
        @keyframes scroll {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }
    </style>
</head>
<body class="antialiased">
<!-- block:start footer -->
    <footer id="footer" class="py-20 px-6 md:px-12 bg-neutral-900 text-neutral-500 border-t border-neutral-800">
        <div class="max-w-7xl mx-auto">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-12 mb-20">
                <div class="col-span-1 md:col-span-1">
                    <div class="flex items-center space-x-2 text-white mb-6">
                        <div class="w-8 h-8 bg-white rounded-lg flex items-center justify-center">
                            <div class="w-4 h-4 border-2 border-black rounded-full"></div>
                        </div>
                        <span class="text-xl font-bold tracking-tighter">Nexus</span>
                    </div>
                    <p class="text-sm leading-relaxed max-w-xs">
                        Pushing the boundaries of digital design. Creating experiences that are as functional as they are beautiful.
                    </p>
                    <div class="flex space-x-4 mt-8">
                        <a href="#" class="w-8 h-8 rounded-full border border-neutral-800 flex items-center justify-center hover:text-white transition-colors"><i class="fa-brands fa-x-twitter"></i></a>
                        <a href="#" class="w-8 h-8 rounded-full border border-neutral-800 flex items-center justify-center hover:text-white transition-colors"><i class="fa-brands fa-linkedin-in"></i></a>
                        <a href="#" class="w-8 h-8 rounded-full border border-neutral-800 flex items-center justify-center hover:text-white transition-colors"><i class="fa-brands fa-dribbble"></i></a>
                    </div>
                </div>
                <div class="md:col-span-1">
                    <h4 class="text-white font-bold mb-6 uppercase tracking-widest text-xs">Navigation</h4>
                    <ul class="space-y-4 text-sm">
                        <li><a href="#" class="hover:text-white transition-colors">Philosophy</a></li>
                        <li><a href="#" class="hover:text-white transition-colors">Capabilities</a></li>
                        <li><a href="#" class="hover:text-white transition-colors">Works</a></li>
                        <li><a href="#" class="hover:text-white transition-colors">Contact</a></li>
                    </ul>
                </div>
                <div class="md:col-span-1">
                    <h4 class="text-white font-bold mb-6 uppercase tracking-widest text-xs">Reach Out</h4>
                    <ul class="space-y-4 text-sm">
                        <li>hello@nexus.design</li>
                        <li>+1 (555) 0123-4567</li>
                        <li>San Francisco, CA</li>
                    </ul>
                </div>
                <div class="md:col-span-1">
                    <h4 class="text-white font-bold mb-6 uppercase tracking-widest text-xs">Newsletter</h4>
                    <p class="text-sm mb-6">Occasional insights on design and tech.</p>
                    <form class="flex">
                        <input type="email" placeholder="Email" class="bg-neutral-800 border-none rounded-l-full px-6 py-3 w-full text-sm focus:ring-0">
                        <button class="bg-white text-black px-6 py-3 rounded-r-full hover:bg-neutral-200 transition-colors">
                            <i class="fa-solid fa-paper-plane"></i>
                        </button>
                    </form>
                </div>
            </div>
            <div class="pt-12 border-t border-neutral-800 flex flex-col md:flex-row justify-between items-center text-[10px] uppercase font-bold tracking-widest">
                <div>© 2024 Nexus Design Studio. All rights reserved.</div>
                <div class="flex space-x-8 mt-4 md:mt-0">
                    <a href="#" class="hover:text-white">Privacy Policy</a>
                    <a href="#" class="hover:text-white">Terms of Service</a>
                </div>
            </div>
        </div>
    </footer>
    <!-- block:end footer -->
</body>
</html>

From this template

Nexus screenshot Free

Portfolio

Nexus

Unlimited access to all products

Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.

€20 / 3 months or €60 / year
Get Unlimited Access