undefined / index.html
siddiqroshan's picture
Tractor & Trailer Number Plate
f5d0ab2 verified
Raw
History Blame Contribute Delete
18.3 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RoadSafe - HSRP Solutions</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#2563eb',
secondary: '#1e40af',
heavy: '#4b5563',
tractor: '#065f46'
}
}
}
}
</script>
<style>
.hero-bg {
background: linear-gradient(135deg, rgba(37, 99, 235, 0.8) 0%, rgba(30, 64, 175, 0.9) 100%);
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.stat-card {
backdrop-filter: blur(10px);
}
.section-divider {
height: 100px;
background: linear-gradient(to bottom, #f8fafc, #e2e8f0);
}
</style>
</head>
<body class="bg-gray-50 font-sans">
<!-- Navigation -->
<nav 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 space-x-2">
<img src="http://static.photos/blue/200x200/42" alt="Logo" class="h-10 w-10 rounded-full">
<span class="text-xl font-bold text-primary">RoadSafe</span>
</div>
<div class="hidden md:flex space-x-6">
<a href="#" class="text-primary font-medium hover:text-secondary">Home</a>
<a href="#" class="text-gray-600 hover:text-primary">Track Your Order</a>
<a href="#" class="text-gray-600 hover:text-primary">Contact us</a>
<a href="#" class="text-gray-600 hover:text-primary">Home Installation</a>
<a href="#" class="text-gray-600 hover:text-primary">Heavy Vehicles</a>
<a href="#" class="text-gray-600 hover:text-primary">FAQ</a>
</div>
<button class="md:hidden">
<i data-feather="menu" class="text-gray-700"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-bg text-white py-20">
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold mb-6">High Security Registration Plate with Colour Sticker</h1>
<p class="text-xl mb-8 opacity-90">Secure your vehicle with government-approved HSRP plates that enable digital tracking and enhance road safety</p>
<div class="flex flex-wrap gap-4">
<button class="bg-white text-primary px-6 py-3 rounded-full font-bold hover:bg-gray-100 transition">Book Now →</button>
<button class="border-2 border-white px-6 py-3 rounded-full font-bold hover:bg-white hover:text-primary transition">Track Your Order</button>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="http://static.photos/technology/640x360/1" alt="HSRP Plate" class="rounded-lg shadow-xl max-w-full h-auto">
</div>
</div>
</section>
<!-- Services Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Our Services</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Service Card 1 -->
<div class="service-card bg-white rounded-xl p-6 shadow-md transition duration-300">
<div class="bg-primary bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4">
<i data-feather="battery" class="text-primary w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-gray-800">Two Wheeler Plate</h3>
<p class="text-gray-600 mb-4">Secure your bike/scooter with tamper-proof HSRP</p>
<button class="text-primary font-medium flex items-center">
Book → <i data-feather="arrow-right" class="ml-1 w-4 h-4"></i>
</button>
</div>
<!-- Service Card 2 -->
<div class="service-card bg-white rounded-xl p-6 shadow-md transition duration-300">
<div class="bg-primary bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4">
<i data-feather="car" class="text-primary w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-gray-800">Four Wheeler Plate</h3>
<p class="text-gray-600 mb-4">Mandatory HSRP for all private and commercial vehicles</p>
<button class="text-primary font-medium flex items-center">
Book → <i data-feather="arrow-right" class="ml-1 w-4 h-4"></i>
</button>
</div>
<!-- Service Card 3 -->
<div class="service-card bg-white rounded-xl p-6 shadow-md transition duration-300">
<div class="bg-primary bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4">
<i data-feather="refresh-cw" class="text-primary w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-gray-800">Transport/Replacement</h3>
<p class="text-gray-600 mb-4">Get new plates for transferred or damaged vehicles</p>
<button class="text-primary font-medium flex items-center">
Book → <i data-feather="arrow-right" class="ml-1 w-4 h-4"></i>
</button>
</div>
<!-- Service Card 4 -->
<div class="service-card bg-white rounded-xl p-6 shadow-md transition duration-300">
<div class="bg-primary bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4">
<i data-feather="zap" class="text-primary w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-gray-800">EV Number Plate</h3>
<p class="text-gray-600 mb-4">Special plates for electric vehicles with green markings</p>
<button class="text-primary font-medium flex items-center">
Book → <i data-feather="arrow-right" class="ml-1 w-4 h-4"></i>
</button>
</div>
<!-- Service Card 5 -->
<div class="service-card bg-white rounded-xl p-6 shadow-md transition duration-300">
<div class="bg-primary bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4">
<i data-feather="truck" class="text-primary w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-gray-800">Tractor & Trailer Plate</h3>
<p class="text-gray-600 mb-4">Heavy-duty plates for agricultural and commercial vehicles</p>
<button class="text-primary font-medium flex items-center">
Book → <i data-feather="arrow-right" class="ml-1 w-4 h-4"></i>
</button>
</div>
<!-- Service Card 6 -->
<div class="service-card bg-white rounded-xl p-6 shadow-md transition duration-300">
<div class="bg-primary bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4">
<i data-feather="box" class="text-primary w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-gray-800">Heavy Wheeler Plate</h3>
<p class="text-gray-600 mb-4">Specialized plates for large commercial vehicles</p>
<button class="text-primary font-medium flex items-center">
Enquiry → <i data-feather="arrow-right" class="ml-1 w-4 h-4"></i>
</button>
</div>
<!-- Service Card 7 -->
<div class="service-card bg-white rounded-xl p-6 shadow-md transition duration-300">
<div class="bg-primary bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4">
<i data-feather="refresh-cw" class="text-primary w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-gray-800">Replacement Plates</h3>
<p class="text-gray-600 mb-4">Get new plates for lost or damaged registration</p>
<button class="text-primary font-medium flex items-center">
Book → <i data-feather="arrow-right" class="ml-1 w-4 h-4"></i>
</button>
</div>
<!-- Service Card 8 -->
<div class="service-card bg-white rounded-xl p-6 shadow-md transition duration-300">
<div class="bg-primary bg-opacity-10 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4">
<i data-feather="map" class="text-primary w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-gray-800">Track Your Order</h3>
<p class="text-gray-600 mb-4">Check the status of your HSRP application</p>
<button class="text-primary font-medium flex items-center">
Track → <i data-feather="arrow-right" class="ml-1 w-4 h-4"></i>
</button>
</div>
</div>
</div>
</section>
<!-- Road Safety Content -->
<section 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">Road and Transport Safety: The Digital Future</h2>
<!-- Section 1 -->
<div class="mb-16">
<h3 class="text-2xl font-bold mb-4 text-primary">1. Introduction: Why Road Safety Matters</h3>
<p class="text-gray-700 mb-4">Every morning, millions of people in India step out of their homes...</p>
<p class="text-gray-700 mb-4">In 2023 alone, more than 1.19 million people lost their lives globally...</p>
<p class="text-gray-700">Traditional road safety methods are not enough anymore. At the heart of this transformation lies an innovation that may seem simple but is incredibly powerful: the High Security Registration Plate (HSRP).</p>
</div>
<!-- Section 2 -->
<div class="mb-16">
<h3 class="text-2xl font-bold mb-6 text-primary">2. Global Road Safety Crisis</h3>
<div class="grid md:grid-cols-2 gap-8">
<div>
<h4 class="text-xl font-semibold mb-3 text-gray-800">Global Insights</h4>
<ul class="space-y-2 text-gray-700">
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-500 mr-2 mt-1"></i>
WHO reports road accidents are the leading cause of death among young people (5–29).
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-500 mr-2 mt-1"></i>
Low & middle-income countries face disproportionately high accident rates.
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-green-500 mr-2 mt-1"></i>
Road accidents cost 3–5% of GDP annually worldwide.
</li>
</ul>
</div>
<div>
<h4 class="text-xl font-semibold mb-3 text-gray-800">India's Challenge</h4>
<p class="text-gray-700 mb-3">India, with its 1.4B population and rapid vehicle growth, faces weak enforcement and risky driving habits (signal jumping, over-speeding, drunk driving).</p>
<p class="text-gray-700 font-medium">Solution lies in <span class="text-primary">digital technology + HSRP</span>.</p>
</div>
</div>
</div>
<!-- Section 3 -->
<div class="mb-16">
<h3 class="text-2xl font-bold mb-6 text-primary">3. Technology Reshaping Road Safety</h3>
<div class="mb-8">
<h4 class="text-xl font-semibold mb-4 text-gray-800">3.1 Smart Cities and IoT</h4>
<ul class="space-y-2 text-gray-700 mb-4">
<li class="flex items-start">
<i data-feather="wifi" class="text-blue-400 mr-2 mt-1"></i>
Vehicle-to-Vehicle (V2V) communication: alerts on accidents ahead.
</li>
<li class="flex items-start">
<i data-feather="wifi" class="text-blue-400 mr-2 mt-1"></i>
Vehicle-to-Infrastructure (V2I): adaptive traffic lights.
</li>
<li class="flex items-start">
<i data-feather="wifi" class="text-blue-400 mr-2 mt-1"></i>
Vehicle-to-Everything (V2X): full digital integration.
</li>
</ul>
<div class="grid md:grid-cols-3 gap-4 mt-6">
<div class="bg-gray-50 p-4 rounded-lg">
<h5 class="font-bold text-gray-800 mb-2">Singapore</h5>
<p class="text-gray-700 text-sm">Smart systems cut congestion by 20%.</p>
</div>
<div class="bg-gray-50 p-4 rounded-lg">
<h5 class="font-bold text-gray-800 mb-2">London</h5>
<p class="text-gray-700 text-sm">IoT buses + signals improve public transport flow.</p>
</div>
<div class="bg-gray-50 p-4 rounded-lg">
<h5 class="font-bold text-gray-800 mb-2">India</h5>
<p class="text-gray-700 text-sm">Smart Cities Mission introduces adaptive traffic lights, parking IoT.</p>
</div>
</div>
</div>
<div>
<h4 class="text-xl font-semibold mb-4 text-gray-800">3.2 Artificial Intelligence in Traffic Management</h4>
<div class="grid md:grid-cols-3 gap-4">
<div class="bg-gray-50 p-4 rounded-lg">
<h5 class="font-bold text-gray-800 mb-2">Kerala</h5>
<p class="text-gray-700 text-sm">726 AI cameras detect violations, challans sent home.</p>
</div>
<div class="bg-gray-50 p-4 rounded-lg">
<h5 class="font-bold text-gray-800 mb-2">Bengaluru</h5>
<p class="text-gray-700 text-sm">Contactless challans reduce bribery and increase compliance.</p>
</div>
<div class="bg-gray-50 p-4 rounded-lg">
<h5 class="font-bold text-gray-800 mb-2">Delhi</h5>
<p class="text-gray-700 text-sm">ITMS with 3D radar detects red-light and speed violations in real time.</p>
</div>
</div>
</div>
</div>
<!-- Continue with other sections similarly... -->
<!-- CTA Section -->
<div class="bg-primary rounded-xl p-8 text-center text-white mt-12">
<h3 class="text-2xl font-bold mb-4">Ready to Secure Your Vehicle?</h3>
<p class="mb-6 max-w-2xl mx-auto">Join thousands of vehicle owners who have already upgraded to HSRP for enhanced security and compliance.</p>
<button class="bg-white text-primary px-8 py-3 rounded-full font-bold hover:bg-gray-100 transition">Book Your HSRP Now</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-4 gap-8">
<div>
<h4 class="text-lg font-bold mb-4">RoadSafe</h4>
<p class="text-gray-400">Providing high security registration plates across India with government authorization.</p>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Home</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Track Your Order</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">FAQ</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Services</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Two Wheeler HSRP</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Four Wheeler HSRP</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">EV Number Plates</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Replacement Plates</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Tractor & Trailer Plates</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Heavy Wheeler Plates</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4">Contact</h4>
<ul class="space-y-2">
<li class="flex items-center">
<i data-feather="phone" class="mr-2 w-4 h-4"></i>
<span class="text-gray-400">+91 9876543210</span>
</li>
<li class="flex items-center">
<i data-feather="mail" class="mr-2 w-4 h-4"></i>
<span class="text-gray-400">info@roadsafe.in</span>
</li>
<li class="flex items-center">
<i data-feather="map-pin" class="mr-2 w-4 h-4"></i>
<span class="text-gray-400">New Delhi, India</span>
</li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500">
<p>© 2023 RoadSafe. All rights reserved.</p>
</div>
</div>
</footer>
<script>
feather.replace();
// Simple animation for service cards
document.querySelectorAll('.service-card').forEach((card, index) => {
card.style.transitionDelay = `${index * 0.1}s`;
});
</script>
</body>
</html>