Free
Footer
The Fairway Club Footer
A footer block extracted from the The Fairway Club template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
0
14
A footer block extracted from the The Fairway Club template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
<!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>The Fairway Club Footer | Tailwind CSS UI Block</title>
<meta name="description" content="A footer block extracted from the The Fairway Club template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.">
<meta name="keywords" content="The Fairway Club, Tailwind CSS template, HTML website template, private golf club, membership landing page, luxury sports club, responsive golf website 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="The Fairway Club | Tailwind CSS Private Golf Club Template">
<meta property="og:description" content="An elegant Tailwind CSS template for private golf clubs, members-only sanctuaries, and luxury sports membership landing pages.">
<meta property="og:image" content="">
<meta property="og:image:alt" content="The Fairway Club template preview">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="">
<meta name="twitter:title" content="The Fairway Club | Tailwind CSS Private Golf Club Template">
<meta name="twitter:description" content="An elegant Tailwind CSS template for private golf clubs, members-only sanctuaries, and luxury sports membership landing pages.">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="The Fairway Club 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=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500&display=swap" rel="stylesheet">
<style>
html {
overflow-x: hidden;
}
body {
font-family: 'Inter', sans-serif;
background-color: #f5f3eb;
color: #1a1a1a;
}
h1, h2, .serif {
font-family: 'Playfair Display', serif;
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
</style>
</head>
<body class="antialiased overflow-x-hidden">
<!-- block:start footer -->
<footer id="footer" class="py-12 md:py-16 px-4 sm:px-6 md:px-12 border-t border-neutral-200">
<div class="max-w-7xl mx-auto flex flex-col md:flex-row justify-between items-center md:items-start space-y-8 md:space-y-0">
<div class="text-center md:text-left">
<div class="text-xl font-bold leading-none tracking-tighter uppercase serif mb-4">
Fairway<br><span class="text-xs tracking-[0.3em] font-normal font-sans">Club</span>
</div>
<p class="text-xs text-neutral-500 uppercase tracking-widest">© 2024 The Fairway Club. All rights reserved.</p>
</div>
<div class="flex flex-wrap justify-center gap-8 text-xs uppercase tracking-widest font-medium text-neutral-600">
<a href="#" class="hover:text-black transition-colors">Privacy</a>
<a href="#" class="hover:text-black transition-colors">Terms</a>
<a href="#" class="hover:text-black transition-colors">Contact</a>
<a href="#" class="hover:text-black transition-colors">Instagram</a>
</div>
</div>
</footer>
<!-- block:end footer -->
<script>
(function () {
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileNavigation = document.getElementById('mobile-navigation');
const iconOpen = document.getElementById('mobile-menu-icon-open');
const iconClose = document.getElementById('mobile-menu-icon-close');
if (!mobileMenuButton || !mobileNavigation) return;
function setMobileMenu(open) {
mobileNavigation.hidden = !open;
mobileMenuButton.setAttribute('aria-expanded', String(open));
mobileMenuButton.setAttribute('aria-label', open ? 'Close navigation' : 'Open navigation');
iconOpen.classList.toggle('hidden', open);
iconClose.classList.toggle('hidden', !open);
}
mobileMenuButton.addEventListener('click', function () {
setMobileMenu(mobileNavigation.hidden);
});
mobileNavigation.querySelectorAll('a').forEach(function (link) {
link.addEventListener('click', function () {
setMobileMenu(false);
});
});
document.addEventListener('keydown', function (event) {
if (event.key === 'Escape' && !mobileNavigation.hidden) {
setMobileMenu(false);
}
});
})();
</script>
</body>
</html>
Free
Business
Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.