The Fairway Club Process Process 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 Process

The Fairway Club Process

A process block extracted from the The Fairway Club template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.

0 6
The Fairway Club Process preview
the-fairway-club.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>The Fairway Club Process | Tailwind CSS UI Block</title>
    <meta name="description" content="A process 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 process -->
    <section id="pace" class="py-20 md:py-32 bg-[#f5f3eb] overflow-hidden">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 relative">
            <div class="mb-12 md:mb-20 max-w-xl">
                <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">The Pace</span>
                <h2 class="text-3xl sm:text-4xl md:text-6xl leading-tight mb-6 md:mb-8 font-normal">
                    Nothing here is rushed. <br><span class="italic bg-[#efede4] px-3 sm:px-4 py-1 rounded">Including people.</span>
                </h2>
                <p class="text-neutral-600 text-base md:text-lg font-light">
                    Every meeting is special. <br>Every participant is unique.
                </p>
            </div>

            <div class="relative flex flex-col md:block gap-16 md:gap-0 h-auto md:h-[600px] w-full mt-8 md:mt-20">
                <!-- Curve SVG -->
                <svg class="hidden md:block absolute top-0 left-0 w-full h-full text-neutral-300 pointer-events-none" viewBox="0 0 1000 500" fill="none">
                    <path d="M0,500 C200,400 400,100 1000,50" stroke="currentColor" stroke-width="1" />
                </svg>

                <!-- Morning Node -->
                <div class="md:absolute md:left-[30%] md:top-[40%] flex flex-col items-center">
                    <div class="mb-4 text-center">
                        <i class="fa-solid fa-sun text-xs mb-2"></i>
                        <h3 class="serif italic text-xl sm:text-2xl">Morning</h3>
                        <p class="text-[10px] sm:text-xs uppercase tracking-widest text-neutral-500 mt-1">The day opens slowly.</p>
                    </div>
                    <div class="w-28 h-28 sm:w-32 sm:h-32 md:w-48 md:h-48 rounded-full overflow-hidden border-4 border-white shadow-xl">
                        <img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_a47dc33c24_9248ce4bfe1bcf21.png" alt="two golfers walking on a dewy fairway in the early morning light" />
                    </div>
                </div>

                <!-- Afternoon Node -->
                <div class="md:absolute md:right-[10%] md:top-[10%] flex flex-col items-center">
                    <div class="mb-4 text-center">
                        <i class="fa-solid fa-cloud-sun text-xs mb-2"></i>
                        <h3 class="serif italic text-xl sm:text-2xl">Afternoon</h3>
                        <p class="text-[10px] sm:text-xs uppercase tracking-widest text-neutral-500 mt-1">Nothing is rushed.</p>
                    </div>
                    <div class="w-24 h-24 sm:w-28 sm:h-28 md:w-40 md:h-40 rounded-full overflow-hidden border-4 border-white shadow-xl">
                        <img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_771badeec8_b0eb0225e20106ce.png" alt="a serene green landscape with a lone golfer under a red umbrella" />
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- block:end process -->
<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>

From this template

The Fairway Club screenshot Free

Business

The Fairway Club

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