Free
About
The Fairway Club About
A about block extracted from the The Fairway Club template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
0
7
A about 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 About | Tailwind CSS UI Block</title>
<meta name="description" content="A about 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 about -->
<section id="philosophy" class="py-20 md:py-32 bg-[#f5f3eb] overflow-hidden">
<div class="max-w-7xl mx-auto px-4 sm:px-6 grid grid-cols-1 lg:grid-cols-2 gap-10 md:gap-16 items-start">
<div class="space-y-8 md:space-y-12 min-w-0">
<div class="max-w-md">
<span class="text-[10px] sm:text-xs uppercase tracking-[0.3em] sm:tracking-[0.4em] font-medium mb-4 md:mb-6 block text-neutral-500">Not everything needs knowing</span>
<h2 class="text-3xl sm:text-4xl md:text-5xl leading-tight mb-6 md:mb-8 font-normal">
Some parts are visible. <br><span class="italic opacity-80">Most are not.</span>
</h2>
<p class="text-neutral-600 text-sm sm:text-base md:text-lg font-light leading-relaxed">
What defines the society is not access, but alignment — in mindset, conduct, and respect for the game and for others within it. Not everything needs to be known to be understood.
</p>
</div>
<!-- Staggered Grid -->
<div class="grid grid-cols-3 gap-2 sm:gap-4 h-auto min-h-[280px] sm:min-h-[360px] md:h-[500px]">
<div class="col-span-1 flex flex-col justify-end">
<div class="aspect-[3/4] rounded-2xl overflow-hidden mb-4 h-32">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_2ad840c2c3_30ada769538f45b2.png" alt="golfer finishing a swing, silhouette, sunset" />
</div>
</div>
<div class="col-span-1 flex flex-col justify-center">
<div class="aspect-[3/4] rounded-2xl overflow-hidden mb-4 h-48">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_bc72c38666_e7cd842cbbd43c51.png" alt="close up of a luxury watch and a golf glove" />
</div>
<div class="aspect-square rounded-2xl overflow-hidden h-32">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_a53693bf04_b5b98584da04f860.png" alt="two golf bags leaning against a wooden fence" />
</div>
</div>
<div class="col-span-1 space-y-4">
<div class="aspect-[3/4] rounded-2xl overflow-hidden h-64">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_ab0a5eafd9_921e06ba235d9811.png" alt="friends sharing a drink at the clubhouse lounge" />
</div>
<div class="aspect-square rounded-2xl overflow-hidden h-40">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_a043802861_1557d21d18250d44.png" alt="minimalist shot of a golf flag in the wind" />
</div>
</div>
</div>
</div>
<div class="h-[420px] sm:h-[520px] md:h-[600px] lg:h-[800px] rounded-[2rem] md:rounded-[3rem] overflow-hidden lg:sticky lg:top-24">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_138d6be607_51aeeab11b1b86d6.png" alt="a stylish golfer in mid-action, wearing contemporary minimal golf wear, dynamic pose, high-end edito" />
</div>
</div>
</section>
<!-- block:end about -->
<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.