Hexabus's picture
Add 2 files
d246401 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TEN POINT Guide Service - Maine Hunting & Fishing Adventures</title>
<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">
<style>
.hero {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://s01.pic4net.com/di-AXWUZR.png');
background-size: cover;
background-position: center;
}
.adventure-card {
transition: transform 0.3s ease;
}
.adventure-card:hover {
transform: translateY(-5px);
}
.guide-card {
transition: all 0.3s ease;
}
.guide-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.nav-link {
position: relative;
}
.nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
background-color: #4F772D;
transition: width 0.3s ease;
}
.nav-link:hover:after {
width: 100%;
}
.active-nav:after {
width: 100%;
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Header/Navigation -->
<header class="bg-white shadow-md sticky top-0 z-50">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center">
<img src="https://via.placeholder.com/50" alt="Ten Point Logo" class="h-12 mr-3">
<h1 class="text-xl font-bold text-gray-800">TEN POINT <span class="text-green-800">Guide Service</span></h1>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#home" class="nav-link text-gray-700 hover:text-green-800">Home</a>
<a href="#about" class="nav-link text-gray-700 hover:text-green-800">About</a>
<a href="#guides" class="nav-link text-gray-700 hover:text-green-800">Our Guides</a>
<a href="#adventures" class="nav-link text-gray-700 hover:text-green-800">Adventures</a>
<a href="#lodging" class="nav-link text-gray-700 hover:text-green-800">Lodging</a>
<a href="#contact" class="nav-link text-gray-700 hover:text-green-800">Contact</a>
</nav>
<button class="md:hidden text-gray-700">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</header>
<!-- Hero Section -->
<section id="home" class="hero h-screen flex items-center justify-center text-white">
<div class="text-center px-4">
<h1 class="text-4xl md:text-6xl font-bold mb-6">Authentic Maine Hunting & Fishing Adventures</h1>
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Experience the wilderness of Maine with our Registered Maine Guides</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#adventures" class="bg-green-800 hover:bg-green-700 text-white px-6 py-3 rounded-lg font-semibold transition duration-300">Explore Adventures</a>
<a href="#contact" class="bg-transparent border-2 border-white hover:bg-white hover:text-gray-800 text-white px-6 py-3 rounded-lg font-semibold transition duration-300">Book Your Trip</a>
</div>
</div>
</section>
<!-- Quick Info Banner -->
<div class="bg-green-900 text-white py-4">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center mb-3 md:mb-0">
<i class="fas fa-phone-alt mr-2"></i>
<span>(207) 479-3436</span>
</div>
<div class="flex items-center mb-3 md:mb-0">
<i class="fas fa-envelope mr-2"></i>
<span>tenpointguideservice@gmail.com</span>
</div>
<div class="flex items-center">
<img src="https://via.placeholder.com/30" alt="Maine Guide Patch" class="h-8 mr-2">
<img src="https://via.placeholder.com/30" alt="MPGA Logo" class="h-8 mr-2">
<img src="https://via.placeholder.com/30" alt="Thin Blue Line Flag" class="h-8 mr-2">
<span class="text-sm">We proudly offer Military & First Responder discounts</span>
</div>
</div>
</div>
</div>
<!-- About Section -->
<section id="about" class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-gray-800">About TEN POINT Guide Service</h2>
<div class="flex flex-col lg:flex-row items-center gap-8">
<div class="lg:w-1/2">
<img src="https://s01.pic4net.com/di-VBNRG4.jpeg" alt="Maine Wilderness" class="rounded-lg shadow-lg w-full">
</div>
<div class="lg:w-1/2">
<p class="text-lg mb-6 text-gray-700">
At TEN POINT Guide Service, we don't just take you into the woods—we bring you into the heart of Maine's wilderness. Owned and operated by Tyler Kennedy, a Registered Maine Guide, we offer semi-guided, guided, and fully guided hunting and fishing adventures across eastern and northern Maine.
</p>
<p class="text-lg mb-6 text-gray-700">
Based out of Hancock, about 30 minutes from Acadia National Park, we know the land like the animals that live here—from remote trout ponds and streams to prime whitetail territory. Whether you're chasing big game or casting a line in a hidden cove, we'll put you where the action is.
</p>
<div class="bg-gray-100 p-6 rounded-lg">
<h3 class="text-xl font-semibold mb-3 text-green-800">Why the name TEN POINT?</h3>
<p class="text-gray-700">
The name TEN POINT is more than just a nod to antler size—it's a tribute to a lifelong friend and mentor. In 2006 on the final day of rifle season, Tyler harvested a 10-point buck from one of his stands. From that moment on, he proudly named that spot the "10 point stand." Though he's no longer with us, his memory lives on through every trip into the woods or onto the water.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Our Guides Section -->
<section id="guides" class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Meet Our Guides</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Guide 1 -->
<div class="guide-card bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://s01.pic4net.com/di-KZFL0P.jpeg" alt="Tyler Kennedy" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2 text-gray-800">Tyler Kennedy</h3>
<p class="text-green-800 font-semibold mb-3">Owner/Operator - Registered Hunting & Fishing Guide</p>
<p class="text-gray-600 mb-4">
Born and raised in Maine, Tyler has spent his life exploring, hunting and fishing throughout the state. He has earned the Maine Warden Service Merit Award, Biggest Bucks in Maine patch, and the Maine Grand Slam patch.
</p>
<p class="text-gray-600 mb-4">
When not guiding, Tyler serves as a career Fire Captain and Licensed EMT who also served 6 years in the Maine Air National Guard.
</p>
<div class="flex space-x-2">
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded">Deer Hunting</span>
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded">Moose Hunting</span>
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded">Fishing</span>
</div>
</div>
</div>
<!-- Guide 2 -->
<div class="guide-card bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://s01.pic4net.com/di-OHV8JY.jpeg" alt="Rob Norwood" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2 text-gray-800">Rob Norwood</h3>
<p class="text-green-800 font-semibold mb-3">Registered Hunting & Fishing Guide</p>
<p class="text-gray-600 mb-4">
With over 43 years of hunting and fishing experience, Rob specializes in upland bird hunting—particularly grouse and woodcock—with his trusted Brittany Spaniels.
</p>
<p class="text-gray-600 mb-4">
He's an avid deer hunter and enjoys chasing brook trout and landlocked salmon from a float tube on remote ponds. Outside of guiding, Rob serves as a career Fire Captain and Advanced EMT.
</p>
<div class="flex space-x-2">
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded">Bird Hunting</span>
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded">Deer Hunting</span>
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded">Fly Fishing</span>
</div>
</div>
</div>
<!-- Guide 3 -->
<div class="guide-card bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://s01.pic4net.com/di-OXDT2H.jpeg" alt="Ricky Sprague" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2 text-gray-800">Ricky Sprague</h3>
<p class="text-green-800 font-semibold mb-3">Registered Fishing Guide</p>
<p class="text-gray-600 mb-4">
Ricky is our expert fishing guide with extensive knowledge of Maine's lakes, rivers, and streams. He specializes in finding the best fishing spots no matter the season.
</p>
<p class="text-gray-600 mb-4">
Whether you're after brook trout, landlocked salmon, or bass, Ricky knows the techniques and locations to make your fishing adventure successful.
</p>
<div class="flex space-x-2">
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded">Fly Fishing</span>
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded">Ice Fishing</span>
<span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded">Trolling</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Adventures Section -->
<section id="adventures" class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Our Hunting & Fishing Adventures</h2>
<!-- Hunting Adventures -->
<div class="mb-16">
<h3 class="text-2xl font-semibold mb-8 text-green-800 border-b pb-2">Hunting Adventures</h3>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Moose Hunting -->
<div class="adventure-card bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://s01.pic4net.com/di-XLX9WF.jpeg" alt="Moose Hunting" class="w-full h-48 object-cover">
<div class="p-6">
<h4 class="text-xl font-bold mb-2 text-gray-800">Moose Hunts</h4>
<p class="text-gray-600 mb-4">Zones: 1,2,4,9,18,19,27,28</p>
<div class="space-y-3 mb-4">
<div class="flex justify-between">
<span class="font-medium">Fully Guided</span>
<span class="text-green-800 font-semibold">$5,250</span>
</div>
<div class="flex justify-between">
<span class="font-medium">Guided</span>
<span class="text-green-800 font-semibold">$2,500</span>
</div>
<div class="flex justify-between">
<span class="font-medium">Scouted Hunts</span>
<span class="text-green-800 font-semibold">$1,250</span>
</div>
</div>
<a href="#contact" class="inline-block bg-green-800 hover:bg-green-700 text-white px-4 py-2 rounded text-sm font-semibold transition duration-300">Book Now</a>
</div>
</div>
<!-- Deer Hunting -->
<div class="adventure-card bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://s01.pic4net.com/di-ACLV8B.jpeg" alt="Deer Hunting" class="w-full h-48 object-cover">
<div class="p-6">
<h4 class="text-xl font-bold mb-2 text-gray-800">Deer Hunts</h4>
<p class="text-gray-600 mb-4">Zones: 17,26,27,28,29</p>
<div class="space-y-3 mb-4">
<div class="flex justify-between">
<span class="font-medium">Fully Guided</span>
<span class="text-green-800 font-semibold">$400/day</span>
</div>
<div class="flex justify-between">
<span class="font-medium">Guided</span>
<span class="text-green-800 font-semibold">$250/day</span>
</div>
<div class="flex justify-between">
<span class="font-medium">Scouted Hunts</span>
<span class="text-green-800 font-semibold">$100/hunt</span>
</div>
</div>
<a href="#contact" class="inline-block bg-green-800 hover:bg-green-700 text-white px-4 py-2 rounded text-sm font-semibold transition duration-300">Book Now</a>
</div>
</div>
<!-- Bear Hunting -->
<div class="adventure-card bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://s01.pic4net.com/di-ORXGX9.jpeg" alt="Bear Hunting" class="w-full h-48 object-cover">
<div class="p-6">
<h4 class="text-xl font-bold mb-2 text-gray-800">Bear Hunts</h4>
<p class="text-gray-600 mb-4">Zones: 26,27,28,18,19</p>
<div class="space-y-3 mb-4">
<div class="flex justify-between">
<span class="font-medium">Fully Guided</span>
<span class="text-green-800 font-semibold">$2,500</span>
</div>
<div class="flex justify-between">
<span class="font-medium">Guided</span>
<span class="text-green-800 font-semibold">$1,250</span>
</div>
<div class="flex justify-between">
<span class="font-medium">Daily Hunts</span>
<span class="text-green-800 font-semibold">$250/day</span>
</div>
</div>
<a href="#contact" class="inline-block bg-green-800 hover:bg-green-700 text-white px-4 py-2 rounded text-sm font-semibold transition duration-300">Book Now</a>
</div>
</div>
</div>
</div>
<!-- Fishing Adventures -->
<div>
<h3 class="text-2xl font-semibold mb-8 text-green-800 border-b pb-2">Fishing Adventures</h3>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Open Water Fishing -->
<div class="adventure-card bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://s01.pic4net.com/di-ZPVL76.jpeg" alt="Open Water Fishing" class="w-full h-48 object-cover">
<div class="p-6">
<h4 class="text-xl font-bold mb-2 text-gray-800">Open Water Fishing</h4>
<p class="text-gray-600 mb-4">Acadia National Park & surrounding areas</p>
<div class="space-y-3 mb-4">
<div class="flex justify-between">
<span class="font-medium">½ Day Trip</span>
<span class="text-green-800 font-semibold">$325 (2 people)</span>
</div>
<div class="flex justify-between">
<span class="font-medium">Full Day Trip</span>
<span class="text-green-800 font-semibold">$550 (2 people)</span>
</div>
<div class="flex justify-between">
<span class="font-medium">Additional Angler</span>
<span class="text-green-800 font-semibold">$50 each</span>
</div>
</div>
<a href="#contact" class="inline-block bg-green-800 hover:bg-green-700 text-white px-4 py-2 rounded text-sm font-semibold transition duration-300">Book Now</a>
</div>
</div>
<!-- Fly Fishing -->
<div class="adventure-card bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://s01.pic4net.com/di-YC4BT2.jpeg" alt="Fly Fishing" class="w-full h-48 object-cover">
<div class="p-6">
<h4 class="text-xl font-bold mb-2 text-gray-800">Fly Fishing Trips</h4>
<p class="text-gray-600 mb-4">Remote ponds & rivers of Maine</p>
<div class="space-y-3 mb-4">
<div class="flex justify-between">
<span class="font-medium">½ Day Trip</span>
<span class="text-green-800 font-semibold">$350</span>
</div>
<div class="flex justify-between">
<span class="font-medium">Full Day Trip</span>
<span class="text-green-800 font-semibold">$450</span>
</div>
<div class="text-sm text-gray-500">
Includes traditional Maine Guide shore lunch
</div>
</div>
<a href="#contact" class="inline-block bg-green-800 hover:bg-green-700 text-white px-4 py-2 rounded text-sm font-semibold transition duration-300">Book Now</a>
</div>
</div>
<!-- Ice Fishing -->
<div class="adventure-card bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://s01.pic4net.com/di-S65WJJ.jpeg" alt="Ice Fishing" class="w-full h-48 object-cover">
<div class="p-6">
<h4 class="text-xl font-bold mb-2 text-gray-800">Ice Fishing</h4>
<p class="text-gray-600 mb-4">Acadia National Park & surrounding areas</p>
<div class="space-y-3 mb-4">
<div class="flex justify-between">
<span class="font-medium">Full Day Trip</span>
<span class="text-green-800 font-semibold">$500 (2 people)</span>
</div>
<div class="flex justify-between">
<span class="font-medium">Additional Angler</span>
<span class="text-green-800 font-semibold">$50 each</span>
</div>
<div class="flex justify-between">
<span class="font-medium">Ice Shack Rental</span>
<span class="text-green-800 font-semibold">$100/day</span>
</div>
</div>
<a href="#contact" class="inline-block bg-green-800 hover:bg-green-700 text-white px-4 py-2 rounded text-sm font-semibold transition duration-300">Book Now</a>
</div>
</div>
</div>
</div>
<!-- Custom Adventures -->
<div class="mt-16 bg-green-50 rounded-lg p-8 text-center">
<h3 class="text-2xl font-semibold mb-4 text-green-800">Don't see what you're looking for?</h3>
<p class="text-gray-700 mb-6 max-w-2xl mx-auto">
We offer custom adventures tailored to your unique needs. Our team will work closely with you to design an itinerary that fulfills your vision at the best rate possible. We'll build your trip proposal for free—it doesn't hurt to ask!
</p>
<a href="#contact" class="inline-block bg-green-800 hover:bg-green-700 text-white px-6 py-3 rounded-lg font-semibold transition duration-300">Request Custom Adventure</a>
</div>
</div>
</section>
<!-- Lodging Section -->
<section id="lodging" class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Lodging Options</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Lodge 1 -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://images.unsplash.com/photo-1601918774946-25832a4be0d6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Hunting Lodge" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2 text-gray-800">Moose Hunting Lodge</h3>
<p class="text-gray-600 mb-4">Comfortable accommodations near prime moose hunting territory. Perfect for groups.</p>
<div class="flex justify-between items-center">
<span class="text-green-800 font-semibold">$150/night per person</span>
<a href="#contact" class="text-green-800 hover:text-green-700 font-medium">Inquire</a>
</div>
</div>
</div>
<!-- Lodge 2 -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Cabin" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2 text-gray-800">Deer Hunting Cabin</h3>
<p class="text-gray-600 mb-4">Cozy cabin in the woods with easy access to prime deer hunting locations.</p>
<div class="flex justify-between items-center">
<span class="text-green-800 font-semibold">$125/night per person</span>
<a href="#contact" class="text-green-800 hover:text-green-700 font-medium">Inquire</a>
</div>
</div>
</div>
<!-- Lodge 3 -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://images.unsplash.com/photo-1584132967334-10e028bd69f7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Lake House" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2 text-gray-800">Fishing Lake House</h3>
<p class="text-gray-600 mb-4">Beautiful lakefront property with dock access and stunning views.</p>
<div class="flex justify-between items-center">
<span class="text-green-800 font-semibold">$175/night per person</span>
<a href="#contact" class="text-green-800 hover:text-green-700 font-medium">Inquire</a>
</div>
</div>
</div>
</div>
<div class="mt-8 text-center">
<p class="text-gray-700">Prices vary depending on location, availability, and season. Contact us for more details.</p>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Contact Us</h2>
<div class="flex flex-col lg:flex-row gap-12">
<!-- Contact Form -->
<div class="lg:w-1/2">
<div class="bg-gray-100 rounded-lg p-8">
<h3 class="text-xl font-semibold mb-6 text-gray-800">Send Us a Message</h3>
<form id="contactForm" class="space-y-4">
<div>
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Name</label>
<input type="text" id="name" name="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-green-500 focus:border-green-500">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
<input type="email" id="email" name="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-green-500 focus:border-green-500">
</div>
<div>
<label for="phone" class="block text-sm font-medium text-gray-700 mb-1">Phone</label>
<input type="tel" id="phone" name="phone" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-green-500 focus:border-green-500">
</div>
<div>
<label for="adventure" class="block text-sm font-medium text-gray-700 mb-1">Adventure Type</label>
<select id="adventure" name="adventure" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-green-500 focus:border-green-500">
<option value="">Select an adventure</option>
<option value="moose">Moose Hunting</option>
<option value="deer">Deer Hunting</option>
<option value="bear">Bear Hunting</option>
<option value="turkey">Turkey Hunting</option>
<option value="fishing">Fishing Trip</option>
<option value="ice-fishing">Ice Fishing</option>
<option value="custom">Custom Adventure</option>
</select>
</div>
<div>
<label for="dates" class="block text-sm font-medium text-gray-700 mb-1">Preferred Dates</label>
<input type="text" id="dates" name="dates" placeholder="MM/DD/YYYY - MM/DD/YYYY" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-green-500 focus:border-green-500">
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
<textarea id="message" name="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-green-500 focus:border-green-500"></textarea>
</div>
<button type="submit" class="w-full bg-green-800 hover:bg-green-700 text-white px-6 py-3 rounded-lg font-semibold transition duration-300">Send Message</button>
</form>
</div>
</div>
<!-- Contact Info -->
<div class="lg:w-1/2">
<div class="bg-gray-100 rounded-lg p-8 h-full">
<h3 class="text-xl font-semibold mb-6 text-gray-800">Get In Touch</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0 bg-green-800 rounded-full p-3">
<i class="fas fa-phone-alt text-white"></i>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium text-gray-800">Phone</h4>
<p class="text-gray-600">(207) 479-3436</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-green-800 rounded-full p-3">
<i class="fas fa-envelope text-white"></i>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium text-gray-800">Email</h4>
<p class="text-gray-600">tenpointguideservice@gmail.com</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-green-800 rounded-full p-3">
<i class="fas fa-map-marker-alt text-white"></i>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium text-gray-800">Location</h4>
<p class="text-gray-600">Hancock, Maine</p>
<p class="text-gray-600">30 minutes from Acadia National Park</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-green-800 rounded-full p-3">
<i class="fas fa-clock text-white"></i>
</div>
<div class="ml-4">
<h4 class="text-lg font-medium text-gray-800">Hours</h4>
<p class="text-gray-600">Available 7 days a week by appointment</p>
</div>
</div>
</div>
<div class="mt-8">
<h4 class="text-lg font-medium mb-4 text-gray-800">Quick Links</h4>
<div class="grid grid-cols-2 gap-4">
<a href="https://www.maine.gov/ifw/hunting-trapping/wildlife-management-districts/index.html" target="_blank" class="text-green-800 hover:text-green-700 flex items-center">
<i class="fas fa-map mr-2"></i> Maine WMD Map
</a>
<a href="https://www.maine.gov/ifw/hunting-trapping/hunting-laws/seasons-bag-limits.html" target="_blank" class="text-green-800 hover:text-green-700 flex items-center">
<i class="fas fa-calendar-alt mr-2"></i> Hunting Seasons
</a>
<a href="https://www.maine.gov/ifw/fishing-boating/fishing/laws-rules/seasons-bag-limits.html" target="_blank" class="text-green-800 hover:text-green-700 flex items-center">
<i class="fas fa-fish mr-2"></i> Fishing Seasons
</a>
<a href="https://www.maine.gov/ifw/index.html" target="_blank" class="text-green-800 hover:text-green-700 flex items-center">
<i class="fas fa-file-alt mr-2"></i> License Info
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Policies & FAQ Section -->
<section class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<div class="flex flex-col lg:flex-row gap-12">
<!-- Policies -->
<div class="lg:w-1/2">
<h3 class="text-2xl font-semibold mb-6 text-gray-800">Policies</h3>
<div class="space-y-6">
<div class="bg-white rounded-lg shadow-md p-6">
<h4 class="text-lg font-semibold mb-3 text-green-800">Fishing Trip Policies</h4>
<ul class="list-disc pl-5 space-y-2 text-gray-700">
<li>Anyone 16 years of age and older requires a Maine fishing license</li>
<li>50% deposit required for booking</li>
<li>We accept checks, cash, & all major credit cards</li>
<li>Balances are due on the morning of your trip</li>
<li>Children under 10 must wear a PFD on vessels</li>
<li>No non-prescribed drugs or medication allowed</li>
<li>Alcohol may be allowed in moderation</li>
<li>No pets allowed on vessels</li>
</ul>
</div>
<div class="bg-white rounded-lg shadow-md p-6">
<h4 class="text-lg font-semibold mb-3 text-green-800">Hunting Trip Policies</h4>
<ul class="list-disc pl-5 space-y-2 text-gray-700">
<li>Valid Maine hunting license required</li>
<li>50% deposits required at time of booking</li>
<li>Remaining balance due on day of arrival</li>
<li>All hunters must follow Maine laws and guide instructions</li>
<li>No drugs or alcohol allowed prior to or during hunting</li>
<li>Guides reserve the right to cancel trips for safety concerns</li>
</ul>
</div>
<div class="bg-white rounded-lg shadow-md p-6">
<h4 class="text-lg font-semibold mb-3 text-green-800">Cancellation Policy</h4>
<ul class="list-disc pl-5 space-y-2 text-gray-700">
<li>Cancelations >30 days: refund minus deposit</li>
<li>Cancelations <30 days: deposit credited to future trip</li>
<li>No refunds for cancellations within 24 hours</li>
<li>Credits must be used within 1 year</li>
<li>No refunds for weather cancellations</li>
</ul>
</div>
</div>
</div>
<!-- FAQ -->
<div class="lg:w-1/2">
<h3 class="text-2xl font-semibold mb-6 text-gray-800">Frequently Asked Questions</h3>
<div class="space-y-4">
<div class="bg-white rounded-lg shadow-md p-6">
<h4 class="text-lg font-semibold mb-2 text-green-800">What is your success rate?</h4>
<p class="text-gray-700">
We don't like the terminology of "success rate" as too many factors play into it. In 2024 we had 100% success for bear and turkey hunts, and 80% for deer hunts, but these numbers can vary year to year based on circumstances beyond our control.
</p>
</div>
<div class="bg-white rounded-lg shadow-md p-6">
<h4 class="text-lg font-semibold mb-2 text-green-800">Do you offer guaranteed kill or catch?</h4>
<p class="text-gray-700">
The only guarantee we give is that each trip will be treated as if we were paying for it ourselves. Your guide will work hard to give you the best experience possible.
</p>
</div>
<div class="bg-white rounded-lg shadow-md p-6">
<h4 class="text-lg font-semibold mb-2 text-green-800">What time of year is best to book a trip?</h4>
<p class="text-gray-700">
We offer many different hunting and fishing packages. Our guides love to speak with clients about the best time to book based on current or predicted factors. Conversations are free!
</p>
</div>
<div class="bg-white rounded-lg shadow-md p-6">
<h4 class="text-lg font-semibold mb-2 text-green-800">What is a traditional Guide's Lunch?</h4>
<p class="text-gray-700">
A staple in the Maine guiding industry, often called a shore lunch. This is a hearty meal prepared by your guide outdoors, sometimes consisting of wild game or seafood cooked on a portable grill.
</p>
</div>
<div class="bg-white rounded-lg shadow-md p-6">
<h4 class="text-lg font-semibold mb-2 text-green-800">What about meat processing and taxidermy?</h4>
<p class="text-gray-700">
We have cold storage available and collaborate with meticulous meat processors and fantastic taxidermists local to the area. These services are an additional fee set by our partners.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-green-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">TEN POINT Guide Service</h3>
<p class="mb-4">Providing quality hunting and fishing experiences in Maine's wilderness with Registered Maine Guides.</p>
<div class="flex space-x-4">
<a href="#" class="text-white hover:text-green-300">
<i class="fab fa-facebook-f text-xl"></i>
</a>
<a href="#" class="text-white hover:text-green-300">
<i class="fab fa-instagram text-xl"></i>
</a>
<a href="#" class="text-white hover:text-green-300">
<i class="fab fa-yelp text-xl"></i>
</a>
</div>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#home" class="hover:text-green-300">Home</a></li>
<li><a href="#about" class="hover:text-green-300">About Us</a></li>
<li><a href="#guides" class="hover:text-green-300">Our Guides</a></li>
<li><a href="#adventures" class="hover:text-green-300">Adventures</a></li>
<li><a href="#lodging" class="hover:text-green-300">Lodging</a></li>
<li><a href="#contact" class="hover:text-green-300">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="https://www.maine.gov/ifw/hunting-trapping/wildlife-management-districts/index.html" target="_blank" class="hover:text-green-300">Maine WMD Map</a></li>
<li><a href="https://www.maine.gov/ifw/hunting-trapping/hunting-laws/seasons-bag-limits.html" target="_blank" class="hover:text-green-300">Hunting Seasons</a></li>
<li><a href="https://www.maine.gov/ifw/fishing-boating/fishing/laws-rules/seasons-bag-limits.html" target="_blank" class="hover:text-green-300">Fishing Seasons</a></li>
<li><a href="https://www.maine.gov/ifw/index.html" target="_blank" class="hover:text-green-300">Maine IF&W</a></li>
<li><a href="https://www.maine.gov/ifw/licenses-permits-passes/index.html" target="_blank" class="hover:text-green-300">License Info</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Contact Info</h3>
<address class="not-italic">
<p class="mb-2">Hancock, Maine</p>
<p class="mb-2">30 minutes from Acadia National Park</p>
<p class="mb-2"><i class="fas fa-phone-alt mr-2"></i> (207) 479-3436</p>
<p class="mb-2"><i class="fas fa-envelope mr-2"></i> tenpointguideservice@gmail.com</p>
</address>
</div>
</div>
<div class="border-t border-green-800 mt-8 pt-8 text-center">
<p>&copy; 2024 TEN POINT Guide Service. All rights reserved.</p>
</div>
</div>
</footer>
<!-- Floating Contact Button -->
<div class="fixed bottom-6 right-6 z-50">
<button id="chatButton" class="bg-green-800 hover:bg-green-700 text-white rounded-full p-4 shadow-lg transition duration-300">
<i class="fas fa-comment-dots text-2xl"></i>
</button>
</div>
<!-- Chat Modal -->
<div id="chatModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50 hidden">
<div class="bg-white rounded-lg shadow-xl w-full max-w-md">
<div class="flex justify-between items-center bg-green-800 text-white p-4 rounded-t-lg">
<h3 class="text-lg font-semibold">Let's Chat!</h3>
<button id="closeChat" class="text-white hover:text-gray-300">
<i class="fas fa-times"></i>
</button>
</div>
<div class="p-4">
<p class="mb-4 text-gray-700">Have questions about our adventures? Send us a quick message and we'll get back to you soon!</p>
<form class="space-y-4">
<div>
<label for="chatName" class="block text-sm font-medium text-gray-700 mb-1">Name</label>
<input type="text" id="chatName" class="w-full px-3 py-2 border border-gray-300 rounded-md">
</div>
<div>
<label for="chatEmail" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
<input type="email" id="chatEmail" class="w-full px-3 py-2 border border-gray-300 rounded-md">
</div>
<div>
<label for="chatMessage" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
<textarea id="chatMessage" rows="3" class="w-full px-3 py-2 border border-gray-300 rounded-md"></textarea>
</div>
<button type="submit" class="w-full bg-green-800 hover:bg-green-700 text-white px-4 py-2 rounded-md">Send Message</button>
</form>
</div>
</div>
</div>
<script>
// Mobile menu toggle
document.querySelector('button.md\\:hidden').addEventListener('click', function() {
// This would toggle a mobile menu in a real implementation
alert('Mobile menu would open here in a full implementation');
});
// Chat modal functionality
const chatButton = document.getElementById('chatButton');
const chatModal = document.getElementById('chatModal');
const closeChat = document.getElementById('closeChat');
chatButton.addEventListener('click', function() {
chatModal.classList.remove('hidden');
});
closeChat.addEventListener('click', function() {
chatModal.classList.add('hidden');
});
// Form submission
document.getElementById('contactForm').addEventListener('submit', function(e) {
e.preventDefault();
alert('Thank you for your message! We will get back to you soon.');
this.reset();
});
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Highlight active nav link
const sections = document.querySelectorAll('section');
const navLinks = document.querySelectorAll('.nav-link');
window.addEventListener('scroll', function() {
let current = '';
sections.forEach(section => {
const sectionTop = section.offsetTop;
const sectionHeight = section.clientHeight;
if (pageYOffset >= (sectionTop - 100)) {
current = section.getAttribute('id');
}
});
navLinks.forEach(link => {
link.classList.remove('active-nav');
if (link.getAttribute('href') === `#${current}`) {
link.classList.add('active-nav');
}
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Hexabus/ten-point-guide-service" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>