-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathV2.html
More file actions
44 lines (40 loc) · 2.32 KB
/
V2.html
File metadata and controls
44 lines (40 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Autool | Share Rides, Split Fares</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-50 text-gray-900 font-sans">
<nav class="p-4 bg-white shadow-sm flex justify-between items-center">
<h1 class="text-2xl font-bold text-blue-600">Autool</h1>
<button class="bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-semibold">Login</button>
</nav>
<header class="max-w-4xl mx-auto text-center py-16 px-4">
<h2 class="text-4xl md:text-5xl font-extrabold mb-4">Don't wait for a full auto. <span class="text-blue-600">Create one.</span></h2>
<p class="text-gray-600 text-lg mb-8">The smartest way for students to travel. Find ride partners in seconds and split the fare instantly.</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<button class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-xl text-lg font-bold transition">Find a Ride</button>
<button class="bg-white border-2 border-blue-600 text-blue-600 hover:bg-blue-50 px-8 py-4 rounded-xl text-lg font-bold transition">Post a Ride</button>
</div>
</header>
<section class="max-w-2xl mx-auto px-4 pb-20">
<div class="flex justify-between items-center mb-6">
<h3 class="text-xl font-bold">Active Rides</h3>
<span class="text-sm text-green-500 font-medium flex items-center">
<span class="w-2 h-2 bg-green-500 rounded-full mr-2 animate-pulse"></span> 12 Students Online
</span>
</div>
<div class="bg-white p-5 rounded-2xl shadow-md mb-4 border border-gray-100">
<div class="flex justify-between items-start mb-4">
<div>
<p class="text-xs text-gray-400 uppercase font-bold tracking-wider">Destination</p>
<p class="text-lg font-bold">Main Gate → Solan Market</p>
</div>
<div class="text-right">
<p class="text-2xl font-bold text-blue-600">₹45</p>
<p class="text-xs text-gray-400">per person</p>
</div>
</div>
<div class="flex items-center justify-