JourneyMuse 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

JourneyMuse Footer

A footer block extracted from the JourneyMuse template, available in Tailwind CSS and Bootstrap.

0 2
JourneyMuse Footer preview
journeymuse.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>JourneyMuse Footer | Tailwind CSS UI Block</title>
    <meta name="description" content="A footer block extracted from the JourneyMuse template, available in Tailwind CSS and Bootstrap.">
    <meta name="keywords" content="JourneyMuse, Tailwind CSS template, HTML website template, travel blog template, adventure journal, destination guides, responsive editorial 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="JourneyMuse | Tailwind CSS Travel Blog Template">
    <meta property="og:description" content="A polished Tailwind CSS travel blog template for destination stories, practical guides, adventure journals, and inspiring editorial content.">
    <meta property="og:image" content="">
    <meta property="og:image:alt" content="JourneyMuse template preview">

    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:url" content="">
    <meta name="twitter:title" content="JourneyMuse | Tailwind CSS Travel Blog Template">
    <meta name="twitter:description" content="A polished Tailwind CSS travel blog template for destination stories, practical guides, adventure journals, and inspiring editorial content.">
    <meta name="twitter:image" content="">
    <meta name="twitter:image:alt" content="JourneyMuse 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=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <style>
        @view-transition {
            navigation: auto;
        }
        ::view-transition-old(root) {
            animation: 180ms ease-out both page-fade-out;
        }
        ::view-transition-new(root) {
            animation: 220ms ease-in both page-fade-in;
        }
        @keyframes page-fade-out {
            to { opacity: 0; }
        }
        @keyframes page-fade-in {
            from { opacity: 0; }
        }
        @media (prefers-reduced-motion: reduce) {
            ::view-transition-old(root),
            ::view-transition-new(root) {
                animation: none;
            }
        }
        body {
            font-family: 'Inter', sans-serif;
        }
        .line-clamp-2 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
    </style>
</head>
<body class="bg-gray-50 text-gray-900">
<!-- block:start footer -->
    <footer id="footer" class="bg-white border-t border-gray-100 pt-20 pb-12 px-4 sm:px-6 lg:px-8">
        <div class="max-w-7xl mx-auto">
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-16">
                <!-- Branding -->
                <div class="space-y-6">
                    <a href="index.html" class="flex items-center gap-2">
                        <div class="w-8 h-8 bg-[#4a6b8a] rounded-lg flex items-center justify-center text-white">
                            <i class="fa-solid fa-infinity"></i>
                        </div>
                        <span class="text-xl font-bold tracking-tight">JourneyMuse</span>
                    </a>
                    <p class="text-gray-500 text-sm leading-relaxed">Our mission is to empower global explorers with sustainable tools, expert insights, and seamless planning for every journey.</p>
                </div>

                <!-- Links -->
                <div>
                    <h4 class="text-sm font-bold uppercase tracking-widest text-gray-400 mb-6">Company</h4>
                    <ul class="space-y-4 text-sm font-medium text-gray-600">
                        <li><a href="#" class="hover:text-[#4a6b8a] transition-colors">About Our Story</a></li>
                        <li><a href="#" class="hover:text-[#4a6b8a] transition-colors underline decoration-2 decoration-[#4a6b8a] underline-offset-4">The Journal</a></li>
                        <li><a href="#" class="hover:text-[#4a6b8a] transition-colors">Careers</a></li>
                        <li><a href="#" class="hover:text-[#4a6b8a] transition-colors">Partnerships</a></li>
                    </ul>
                </div>

                <!-- Support -->
                <div>
                    <h4 class="text-sm font-bold uppercase tracking-widest text-gray-400 mb-6">Explore</h4>
                    <ul class="space-y-4 text-sm font-medium text-gray-600">
                        <li><a href="#" class="hover:text-[#4a6b8a] transition-colors">Destination Guides</a></li>
                        <li><a href="#" class="hover:text-[#4a6b8a] transition-colors">Luxury Collection</a></li>
                        <li><a href="#" class="hover:text-[#4a6b8a] transition-colors">Help Center</a></li>
                        <li><a href="#" class="hover:text-[#4a6b8a] transition-colors">Privacy Policy</a></li>
                    </ul>
                </div>

                <!-- Newsletter -->
                <div class="space-y-6">
                    <h4 class="text-sm font-bold uppercase tracking-widest text-gray-400 mb-6">Stay Inspired</h4>
                    <div class="relative">
                        <input type="email" placeholder="Email address" class="w-full bg-gray-50 border border-gray-200 rounded-xl py-3 px-4 pr-24 text-sm focus:outline-none focus:ring-2 focus:ring-[#4a6b8a]/20">
                        <button class="absolute right-1 top-1 bottom-1 bg-[#4a6b8a] text-white px-4 rounded-lg text-xs font-bold hover:bg-[#3a5b7a] transition-colors">Join</button>
                    </div>
                    <div class="flex gap-4 pt-2">
                        <a href="#" class="w-8 h-8 rounded-full bg-gray-50 flex items-center justify-center text-gray-400 hover:bg-[#4a6b8a] hover:text-white transition-all"><i class="fa-brands fa-instagram text-xs"></i></a>
                        <a href="#" class="w-8 h-8 rounded-full bg-gray-50 flex items-center justify-center text-gray-400 hover:bg-[#4a6b8a] hover:text-white transition-all"><i class="fa-brands fa-x-twitter text-xs"></i></a>
                        <a href="#" class="w-8 h-8 rounded-full bg-gray-50 flex items-center justify-center text-gray-400 hover:bg-[#4a6b8a] hover:text-white transition-all"><i class="fa-brands fa-facebook-f text-xs"></i></a>
                        <a href="#" class="w-8 h-8 rounded-full bg-gray-50 flex items-center justify-center text-gray-400 hover:bg-[#4a6b8a] hover:text-white transition-all"><i class="fa-brands fa-youtube text-xs"></i></a>
                    </div>
                </div>
            </div>

            <div class="pt-8 border-t border-gray-100 flex flex-col sm:flex-row justify-between items-center gap-4 text-xs font-medium text-gray-400">
                <p>© 2024 JourneyMuse. All rights reserved.</p>
                <div class="flex gap-6">
                    <a href="#" class="hover:text-gray-600 transition-colors">Privacy</a>
                    <a href="#" class="hover:text-gray-600 transition-colors">Terms</a>
                    <a href="#" class="hover:text-gray-600 transition-colors">Cookie Policy</a>
                </div>
            </div>
        </div>
    </footer>
    <!-- block:end footer -->
</body>
</html>

From this template

JourneyMuse screenshot Free

Blog

JourneyMuse

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