ratedispatch4 / index.html
sdurdiyev's picture
Add 3 files
44235bc verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RateDispatch - Connecting Freight Dispatchers & Trucking Companies</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>
.gradient-bg {
background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.transition-all {
transition: all 0.3s ease;
}
.rating-stars {
color: #fbbf24;
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i class="fas fa-truck-moving text-blue-500 text-2xl mr-2"></i>
<span class="text-xl font-bold text-blue-600">RateDispatch</span>
</div>
<div class="hidden sm:ml-6 sm:flex sm:space-x-8">
<a href="#" class="border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Find Dispatchers</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Find Carriers</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">How It Works</a>
</div>
</div>
<div class="hidden sm:ml-6 sm:flex sm:items-center">
<button class="bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium transition-all">Sign In</button>
<button class="ml-4 bg-white border border-blue-500 text-blue-500 hover:bg-blue-50 px-4 py-2 rounded-md text-sm font-medium transition-all">Sign Up</button>
</div>
<div class="-mr-2 flex items-center sm:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="gradient-bg text-white">
<div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
<div class="text-center">
<h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
Connecting Freight Dispatchers & Trucking Companies
</h1>
<p class="mt-6 max-w-lg mx-auto text-xl">
The trusted marketplace where dispatchers and carriers find perfect matches based on ratings, reviews, and performance.
</p>
<div class="mt-10 flex justify-center space-x-4">
<a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-blue-600 bg-white hover:bg-gray-50">
I'm a Dispatcher
</a>
<a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-blue-600 bg-opacity-80 hover:bg-opacity-100">
I'm a Carrier
</a>
</div>
</div>
</div>
</div>
<!-- Stats Section -->
<div class="bg-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Trusted by the industry</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
The numbers speak for themselves
</p>
</div>
<div class="mt-10">
<div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-4">
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6 text-center">
<dt class="text-5xl font-extrabold text-blue-600">1,200+</dt>
<dd class="mt-1 text-sm font-medium text-gray-500">Registered Dispatchers</dd>
</div>
</div>
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6 text-center">
<dt class="text-5xl font-extrabold text-blue-600">3,500+</dt>
<dd class="mt-1 text-sm font-medium text-gray-500">Trucking Companies</dd>
</div>
</div>
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6 text-center">
<dt class="text-5xl font-extrabold text-blue-600">98%</dt>
<dd class="mt-1 text-sm font-medium text-gray-500">Satisfaction Rate</dd>
</div>
</div>
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6 text-center">
<dt class="text-5xl font-extrabold text-blue-600">15,000+</dt>
<dd class="mt-1 text-sm font-medium text-gray-500">Completed Loads</dd>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- How It Works -->
<div class="bg-gray-50 py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Process</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
How RateDispatch Works
</p>
</div>
<div class="mt-10">
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-6 rounded-lg shadow-sm transition-all card-hover">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<span class="text-xl font-bold">1</span>
</div>
<div class="mt-4">
<h3 class="text-lg font-medium text-gray-900">Create Your Profile</h3>
<p class="mt-2 text-base text-gray-500">
Whether you're a dispatcher or carrier, create a detailed profile showcasing your experience, specialties, and rates.
</p>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm transition-all card-hover">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<span class="text-xl font-bold">2</span>
</div>
<div class="mt-4">
<h3 class="text-lg font-medium text-gray-900">Search & Connect</h3>
<p class="mt-2 text-base text-gray-500">
Use our advanced filters to find the perfect match based on ratings, location, equipment type, and more.
</p>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm transition-all card-hover">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<span class="text-xl font-bold">3</span>
</div>
<div class="mt-4">
<h3 class="text-lg font-medium text-gray-900">Start Working Together</h3>
<p class="mt-2 text-base text-gray-500">
Communicate through our secure platform, negotiate terms, and begin your partnership with confidence.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Featured Dispatchers -->
<div class="bg-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Top Rated</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Featured Dispatchers
</p>
</div>
<div class="mt-10 grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-3">
<!-- Dispatcher Card 1 -->
<div class="bg-white overflow-hidden shadow rounded-lg transition-all card-hover">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-blue-500 rounded-md p-3">
<i class="fas fa-user-tie text-white text-xl"></i>
</div>
<div class="ml-4">
<h3 class="text-lg leading-6 font-medium text-gray-900">Sarah Johnson</h3>
<p class="text-sm text-gray-500">Flatbed Specialist</p>
</div>
</div>
<div class="mt-4">
<div class="rating-stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
<span class="text-gray-600 ml-1">4.7 (128 reviews)</span>
</div>
<p class="mt-2 text-sm text-gray-600">
5+ years experience dispatching flatbed loads nationwide. Specializes in oversize and time-sensitive shipments.
</p>
<div class="mt-4 flex justify-between items-center">
<span class="text-sm font-medium text-gray-900">$75/load</span>
<button class="text-blue-600 hover:text-blue-800 text-sm font-medium">View Profile →</button>
</div>
</div>
</div>
</div>
<!-- Dispatcher Card 2 -->
<div class="bg-white overflow-hidden shadow rounded-lg transition-all card-hover">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-blue-500 rounded-md p-3">
<i class="fas fa-user-tie text-white text-xl"></i>
</div>
<div class="ml-4">
<h3 class="text-lg leading-6 font-medium text-gray-900">Mike Rodriguez</h3>
<p class="text-sm text-gray-500">Reefer Expert</p>
</div>
</div>
<div class="mt-4">
<div class="rating-stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<span class="text-gray-600 ml-1">5.0 (94 reviews)</span>
</div>
<p class="mt-2 text-sm text-gray-600">
8 years specializing in temperature-controlled freight. Excellent relationships with produce shippers.
</p>
<div class="mt-4 flex justify-between items-center">
<span class="text-sm font-medium text-gray-900">$85/load</span>
<button class="text-blue-600 hover:text-blue-800 text-sm font-medium">View Profile →</button>
</div>
</div>
</div>
</div>
<!-- Dispatcher Card 3 -->
<div class="bg-white overflow-hidden shadow rounded-lg transition-all card-hover">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-blue-500 rounded-md p-3">
<i class="fas fa-user-tie text-white text-xl"></i>
</div>
<div class="ml-4">
<h3 class="text-lg leading-6 font-medium text-gray-900">David Chen</h3>
<p class="text-sm text-gray-500">Dry Van & LTL</p>
</div>
</div>
<div class="mt-4">
<div class="rating-stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<span class="text-gray-600 ml-1">4.3 (210 reviews)</span>
</div>
<p class="mt-2 text-sm text-gray-600">
Efficient dispatcher with 6 years experience moving dry van and LTL freight throughout the Midwest.
</p>
<div class="mt-4 flex justify-between items-center">
<span class="text-sm font-medium text-gray-900">$65/load</span>
<button class="text-blue-600 hover:text-blue-800 text-sm font-medium">View Profile →</button>
</div>
</div>
</div>
</div>
</div>
<div class="mt-10 text-center">
<a href="#" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700">
View All Dispatchers
</a>
</div>
</div>
</div>
<!-- Testimonials -->
<div class="bg-gray-50 py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Testimonials</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
What Our Users Say
</p>
</div>
<div class="mt-10 grid grid-cols-1 gap-8 md:grid-cols-2">
<div class="bg-white p-6 rounded-lg shadow-sm">
<div class="flex items-center">
<div class="rating-stars text-xl">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<div class="ml-4 font-medium text-gray-900">James Wilson</div>
</div>
<div class="mt-4 text-gray-600 italic">
"As a small fleet owner, finding reliable dispatchers was always a challenge. RateDispatch connected me with Sarah who has increased our revenue by 30% in just three months. The rating system gives me confidence in who I'm working with."
</div>
<div class="mt-4 text-sm text-gray-500">
Owner, Wilson Trucking (5 trucks)
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm">
<div class="flex items-center">
<div class="rating-stars text-xl">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<div class="ml-4 font-medium text-gray-900">Lisa Thompson</div>
</div>
<div class="mt-4 text-gray-600 italic">
"I've been dispatching for 10 years but struggled to find consistent work. RateDispatch has given me access to quality carriers who value my experience. The platform makes it easy to manage multiple clients and track performance metrics."
</div>
<div class="mt-4 text-sm text-gray-500">
Independent Dispatcher
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="gradient-bg">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between">
<h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
<span class="block">Ready to find your perfect match?</span>
<span class="block">Join RateDispatch today.</span>
</h2>
<div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
<div class="inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-gray-50">
Get Started
</a>
</div>
<div class="ml-3 inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 bg-opacity-60 hover:bg-opacity-70">
Learn More
</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Company</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white">About</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Careers</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Press</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Blog</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Resources</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white">Help Center</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Guides</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Community</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Events</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Legal</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white">Privacy</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Terms</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Cookie Policy</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">GDPR</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Connect</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white">Twitter</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Facebook</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">LinkedIn</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Instagram</a></li>
</ul>
</div>
</div>
<div class="mt-12 border-t border-gray-700 pt-8">
<p class="text-base text-gray-400 text-center">
&copy; 2023 RateDispatch, Inc. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Simple JavaScript for mobile menu toggle
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuButton = document.querySelector('button[aria-label="Open main menu"]');
// In a real implementation, you would add click handlers to show/hide mobile menu
// This is just a placeholder for the functionality
mobileMenuButton.addEventListener('click', function() {
alert('Mobile menu would open here in a full implementation');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
});
</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=sdurdiyev/ratedispatch4" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>