Free
Events
The Fairway Club Events
A events block extracted from the The Fairway Club template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
0
10
A events 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 Events | Tailwind CSS UI Block</title>
<meta name="description" content="A events 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 events -->
<section id="events" class="py-20 md:py-32 bg-[#efede4]">
<div class="max-w-7xl mx-auto px-4 sm:px-6">
<div class="flex flex-col md:flex-row justify-between items-end mb-16 space-y-6 md:space-y-0">
<div class="max-w-xl">
<span class="text-xs uppercase tracking-[0.4em] font-medium mb-6 block text-neutral-500">The Season</span>
<h2 class="text-4xl md:text-5xl font-normal leading-tight">
Curated moments for <br><span class="italic opacity-80">the discerning member.</span>
</h2>
</div>
<a href="#" class="text-xs uppercase tracking-[0.3em] font-bold border-b border-black pb-2 hover:opacity-60 transition-opacity">View full season</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Event 1 -->
<div class="group cursor-pointer">
<div class="aspect-[4/5] rounded-3xl overflow-hidden mb-6 relative">
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-700" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_8f0a99a238_15b2bab5855b0bfa.png" alt="long table set for an elegant outdoor dinner on a golf course at night, fairy lights" />
<div class="absolute top-6 left-6 bg-white px-4 py-2 rounded-full shadow-sm">
<span class="text-xs font-bold uppercase tracking-widest text-black">Oct 12</span>
</div>
</div>
<h3 class="serif text-2xl mb-2">The Autumn Invitational</h3>
<p class="text-neutral-500 text-sm uppercase tracking-widest">Tournament & Social</p>
</div>
<!-- Event 2 -->
<div class="group cursor-pointer">
<div class="aspect-[4/5] rounded-3xl overflow-hidden mb-6 relative">
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-700" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_2462de5cc8_61155c1c0f4c6a1b.png" alt="interior of a luxury clubhouse library, leather chairs, fireplace, warm lighting" />
<div class="absolute top-6 left-6 bg-white px-4 py-2 rounded-full shadow-sm">
<span class="text-xs font-bold uppercase tracking-widest text-black">Nov 05</span>
</div>
</div>
<h3 class="serif text-2xl mb-2">Heritage Gala Dinner</h3>
<p class="text-neutral-500 text-sm uppercase tracking-widest">Formal Evening</p>
</div>
<!-- Event 3 -->
<div class="group cursor-pointer">
<div class="aspect-[4/5] rounded-3xl overflow-hidden mb-6 relative">
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-700" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_9476b2bab9_7668a6f59d4663f6.png" alt="professional golfer instructing a student, minimalist clean composition, soft light" />
<div class="absolute top-6 left-6 bg-white px-4 py-2 rounded-full shadow-sm">
<span class="text-xs font-bold uppercase tracking-widest text-black">Nov 20</span>
</div>
</div>
<h3 class="serif text-2xl mb-2">The Art of the Swing</h3>
<p class="text-neutral-500 text-sm uppercase tracking-widest">Masterclass</p>
</div>
</div>
</div>
</section>
<!-- block:end events -->
<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.