Nexora 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

Nexora Footer

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

0 24
Nexora Footer preview
nexora.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>Nexora Footer | Tailwind CSS UI Block</title>
    <meta name="description" content="A footer block extracted from the Nexora template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.">
    <meta name="keywords" content="AI workflow template, work management SaaS, product roadmap platform, automation website, collaborative planning, Tailwind CSS template">
    <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="Nexora | Tailwind CSS AI Workflow Management Template">
    <meta property="og:description" content="A responsive Tailwind CSS AI workflow template for planning, product roadmaps, automation, stack integrations, and collaborative work management platforms.">
    <meta property="og:image" content="">
    <meta property="og:image:alt" content="Nexora template preview">

    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:url" content="">
    <meta name="twitter:title" content="Nexora | Tailwind CSS AI Workflow Management Template">
    <meta name="twitter:description" content="A responsive Tailwind CSS AI workflow template for planning, product roadmaps, automation, stack integrations, and collaborative work management platforms.">
    <meta name="twitter:image" content="">
    <meta name="twitter:image:alt" content="Nexora template preview">
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    fontFamily: {
                        sans: ['Inter', 'sans-serif'],
                        serif: ['Instrument Serif', 'serif'],
                    },
                    colors: {
                        brand: {
                            base: '#FFFFFF',
                            ink: '#0D0D0D',
                            muted: '#666666',
                            accent: '#F2F2F2',
                            highlight: '#91A8ED'
                        }
                    }
                }
            }
        }
    </script>
    <style>
        .serif-italic { font-family: 'Instrument Serif', serif; font-style: italic; }
        .hero-title { line-height: 0.9; }
        .nav-link:hover { color: #000; }
        .glass-card { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); }
    </style>
</head>
<body class="font-sans text-brand-ink antialiased bg-white">
<!-- block:start footer -->
    <footer class="py-20 bg-white border-t border-gray-50">
        <div class="max-w-7xl mx-auto px-6 grid md:grid-cols-2 lg:grid-cols-5 gap-12">
            <div class="lg:col-span-2 space-y-6">
                <a href="#" class="flex items-center space-x-2">
                    <div class="w-8 h-8 bg-brand-ink rounded flex items-center justify-center">
                        <i class="fa-solid fa-sparkles text-white text-xs"></i>
                    </div>
                    <span class="text-xl font-bold tracking-tight">Nexora</span>
                </a>
                <p class="text-sm text-brand-muted leading-relaxed max-w-xs">
                    Nexora is the intelligent layer for modern product teams, enabling seamless orchestration of complex workflows and rapid innovation.
                </p>
                <div class="flex space-x-4 text-brand-muted">
                    <a href="#" class="hover:text-brand-ink"><i class="fa-brands fa-twitter"></i></a>
                    <a href="#" class="hover:text-brand-ink"><i class="fa-brands fa-linkedin"></i></a>
                    <a href="#" class="hover:text-brand-ink"><i class="fa-brands fa-github"></i></a>
                </div>
            </div>
            <div>
                <h4 class="font-bold mb-6">Product</h4>
                <ul class="space-y-4 text-sm text-brand-muted font-medium">
                    <li><a href="#" class="hover:text-brand-ink">Automations</a></li>
                    <li><a href="#" class="hover:text-brand-ink">Integrations</a></li>
                    <li><a href="#" class="hover:text-brand-ink">Workflows</a></li>
                    <li><a href="#" class="hover:text-brand-ink">Enterprise</a></li>
                </ul>
            </div>
            <div>
                <h4 class="font-bold mb-6">Company</h4>
                <ul class="space-y-4 text-sm text-brand-muted font-medium">
                    <li><a href="#" class="hover:text-brand-ink">About Us</a></li>
                    <li><a href="#" class="hover:text-brand-ink">Careers</a></li>
                    <li><a href="#" class="hover:text-brand-ink">Our Story</a></li>
                    <li><a href="#" class="hover:text-brand-ink">Contact</a></li>
                </ul>
            </div>
            <div>
                <h4 class="font-bold mb-6">Support</h4>
                <ul class="space-y-4 text-sm text-brand-muted font-medium">
                    <li><a href="#" class="hover:text-brand-ink">Documentation</a></li>
                    <li><a href="#" class="hover:text-brand-ink">API Status</a></li>
                    <li><a href="#" class="hover:text-brand-ink">Privacy Policy</a></li>
                    <li><a href="#" class="hover:text-brand-ink">Terms of Service</a></li>
                </ul>
            </div>
        </div>
        <div class="max-w-7xl mx-auto px-6 mt-20 pt-8 border-t border-gray-50 flex flex-col md:flex-row justify-between items-center text-[10px] font-bold text-brand-muted uppercase tracking-widest">
            <p>© 2026 Nexora Intelligence Inc. All rights reserved.</p>
            <div class="flex space-x-6 mt-4 md:mt-0">
                <span>San Francisco, CA</span>
                <span>London, UK</span>
            </div>
        </div>
    </footer>
    <!-- block:end footer -->
</body>
</html>

From this template

Nexora screenshot Free

SaaS

Nexora

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