AmazonTeam commited on
Commit
33e2f9f
·
verified ·
1 Parent(s): a6c46c9

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +578 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Transitex
3
- emoji: 🔥
4
- colorFrom: red
5
- colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: transitex
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,578 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>TransitEx - AI-Powered School Transportation</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #4f46e5 0%, #10b981 100%);
12
+ }
13
+ .card-hover:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .pulse-animation {
18
+ animation: pulse 2s infinite;
19
+ }
20
+ @keyframes pulse {
21
+ 0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
22
+ 70% { box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
23
+ 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
24
+ }
25
+ .route-line {
26
+ position: relative;
27
+ }
28
+ .route-line::after {
29
+ content: "";
30
+ position: absolute;
31
+ left: 50%;
32
+ top: 0;
33
+ bottom: 0;
34
+ width: 2px;
35
+ background: linear-gradient(to bottom, #4f46e5, #10b981);
36
+ transform: translateX(-50%);
37
+ }
38
+ </style>
39
+ </head>
40
+ <body class="font-sans antialiased text-gray-800">
41
+ <!-- Navigation -->
42
+ <nav class="bg-white shadow-lg">
43
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
44
+ <div class="flex justify-between h-16">
45
+ <div class="flex items-center">
46
+ <div class="flex-shrink-0 flex items-center">
47
+ <i class="fas fa-bus text-indigo-600 text-2xl mr-2"></i>
48
+ <span class="text-xl font-bold text-indigo-600">Transit<span class="text-emerald-500">Ex</span></span>
49
+ </div>
50
+ <div class="hidden sm:ml-6 sm:flex sm:space-x-8">
51
+ <a href="#" class="border-indigo-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Dashboard</a>
52
+ <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">Routes</a>
53
+ <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">Safety</a>
54
+ <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">Analytics</a>
55
+ </div>
56
+ </div>
57
+ <div class="hidden sm:ml-6 sm:flex sm:items-center">
58
+ <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium flex items-center">
59
+ <i class="fas fa-user-graduate mr-2"></i> Parent Portal
60
+ </button>
61
+ </div>
62
+ <div class="-mr-2 flex items-center sm:hidden">
63
+ <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-indigo-500">
64
+ <span class="sr-only">Open main menu</span>
65
+ <i class="fas fa-bars"></i>
66
+ </button>
67
+ </div>
68
+ </div>
69
+ </div>
70
+ </nav>
71
+
72
+ <!-- Hero Section -->
73
+ <div class="gradient-bg text-white">
74
+ <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
75
+ <div class="text-center">
76
+ <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl">
77
+ AI-Powered School Transportation
78
+ </h1>
79
+ <p class="mt-6 max-w-lg mx-auto text-xl">
80
+ Enhancing safety for Delhi Private School, Sharjah students with smart transit solutions.
81
+ </p>
82
+ <div class="mt-10 flex justify-center space-x-6">
83
+ <a href="#" class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
84
+ <i class="fas fa-play-circle mr-2"></i> Watch Demo
85
+ </a>
86
+ <a href="#" class="flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-800 hover:bg-indigo-900 md:py-4 md:text-lg md:px-10">
87
+ <i class="fas fa-school mr-2"></i> School Login
88
+ </a>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </div>
93
+
94
+ <!-- Features Section -->
95
+ <div class="py-12 bg-white">
96
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
97
+ <div class="lg:text-center">
98
+ <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Innovative Features</h2>
99
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
100
+ Smart Transportation Solutions
101
+ </p>
102
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
103
+ Our AI-driven platform revolutionizes student transportation with cutting-edge technology.
104
+ </p>
105
+ </div>
106
+
107
+ <div class="mt-20">
108
+ <div class="grid grid-cols-1 gap-12 md:grid-cols-3">
109
+ <!-- Feature 1 -->
110
+ <div class="relative bg-white p-6 rounded-xl shadow-lg card-hover transition-all duration-300">
111
+ <div class="absolute -top-6 left-6 bg-indigo-600 p-3 rounded-full text-white">
112
+ <i class="fas fa-shield-alt text-xl"></i>
113
+ </div>
114
+ <h3 class="text-lg font-medium text-gray-900 mt-4">Real-time Safety Monitoring</h3>
115
+ <p class="mt-2 text-base text-gray-500">
116
+ AI-powered cameras detect unusual behavior, potential hazards, and ensure seatbelt compliance.
117
+ </p>
118
+ <div class="mt-6">
119
+ <div class="flex items-center text-sm text-indigo-600">
120
+ <span>Learn more</span>
121
+ <i class="fas fa-chevron-right ml-1"></i>
122
+ </div>
123
+ </div>
124
+ </div>
125
+
126
+ <!-- Feature 2 -->
127
+ <div class="relative bg-white p-6 rounded-xl shadow-lg card-hover transition-all duration-300">
128
+ <div class="absolute -top-6 left-6 bg-emerald-500 p-3 rounded-full text-white">
129
+ <i class="fas fa-route text-xl"></i>
130
+ </div>
131
+ <h3 class="text-lg font-medium text-gray-900 mt-4">Dynamic Route Optimization</h3>
132
+ <p class="mt-2 text-base text-gray-500">
133
+ Machine learning algorithms adjust routes in real-time based on Sharjah traffic conditions.
134
+ </p>
135
+ <div class="mt-6">
136
+ <div class="flex items-center text-sm text-emerald-500">
137
+ <span>Learn more</span>
138
+ <i class="fas fa-chevron-right ml-1"></i>
139
+ </div>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Feature 3 -->
144
+ <div class="relative bg-white p-6 rounded-xl shadow-lg card-hover transition-all duration-300">
145
+ <div class="absolute -top-6 left-6 bg-purple-600 p-3 rounded-full text-white">
146
+ <i class="fas fa-heartbeat text-xl"></i>
147
+ </div>
148
+ <h3 class="text-lg font-medium text-gray-900 mt-4">Well-being Insights</h3>
149
+ <p class="mt-2 text-base text-gray-500">
150
+ Sensors monitor temperature and air quality to ensure student comfort in Sharjah's climate.
151
+ </p>
152
+ <div class="mt-6">
153
+ <div class="flex items-center text-sm text-purple-600">
154
+ <span>Learn more</span>
155
+ <i class="fas fa-chevron-right ml-1"></i>
156
+ </div>
157
+ </div>
158
+ </div>
159
+ </div>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Live Tracking Section -->
165
+ <div class="bg-gray-50 py-16">
166
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
167
+ <div class="lg:grid lg:grid-cols-2 lg:gap-8 lg:items-center">
168
+ <div>
169
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
170
+ Real-time Bus Tracking
171
+ </h2>
172
+ <p class="mt-3 max-w-3xl text-lg text-gray-500">
173
+ Parents and administrators can track buses in real-time with our interactive map interface. Receive notifications for delays, route changes, and arrival times.
174
+ </p>
175
+ <div class="mt-8 sm:flex">
176
+ <div class="rounded-md shadow">
177
+ <a href="#" class="flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700">
178
+ <i class="fas fa-mobile-alt mr-2"></i> Download App
179
+ </a>
180
+ </div>
181
+ <div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3">
182
+ <a href="#" class="flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50">
183
+ <i class="fas fa-desktop mr-2"></i> Web Portal
184
+ </a>
185
+ </div>
186
+ </div>
187
+ </div>
188
+ <div class="mt-12 lg:mt-0">
189
+ <div class="bg-white p-6 rounded-xl shadow-lg">
190
+ <div class="flex justify-between items-center mb-4">
191
+ <h3 class="text-lg font-medium">Route #5 - Delhi Private School</h3>
192
+ <span class="bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded">On Time</span>
193
+ </div>
194
+ <div class="relative h-64 bg-gray-100 rounded-lg overflow-hidden">
195
+ <!-- Simulated map with route -->
196
+ <div class="absolute inset-0 flex items-center justify-center">
197
+ <div class="w-full h-full relative">
198
+ <!-- Simulated map background -->
199
+ <div class="absolute inset-0 bg-blue-50 opacity-50"></div>
200
+ <!-- Simulated route -->
201
+ <div class="absolute top-1/4 left-1/4 w-1/2 h-1/2">
202
+ <div class="route-line h-full mx-auto w-1/2 relative">
203
+ <!-- Stops along the route -->
204
+ <div class="absolute top-0 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-4 h-4 bg-indigo-600 rounded-full border-2 border-white">
205
+ <div class="absolute top-6 left-1/2 transform -translate-x-1/2 text-xs font-medium whitespace-nowrap">Megamall Sharjah</div>
206
+ </div>
207
+ <div class="absolute top-1/3 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-4 h-4 bg-indigo-600 rounded-full border-2 border-white">
208
+ <div class="absolute top-6 left-1/2 transform -translate-x-1/2 text-xs font-medium whitespace-nowrap">Bismi Restaurant</div>
209
+ </div>
210
+ <div class="absolute top-2/3 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-4 h-4 bg-indigo-600 rounded-full border-2 border-white">
211
+ <div class="absolute top-6 left-1/2 transform -translate-x-1/2 text-xs font-medium whitespace-nowrap">Pond Park</div>
212
+ </div>
213
+ <div class="absolute bottom-0 left-1/2 transform -translate-x-1/2 translate-y-1/2 w-4 h-4 bg-indigo-600 rounded-full border-2 border-white">
214
+ <div class="absolute top-6 left-1/2 transform -translate-x-1/2 text-xs font-medium whitespace-nowrap">Sharjah City Center</div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+ <!-- Current bus location -->
219
+ <div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 pulse-animation">
220
+ <div class="w-6 h-6 bg-indigo-600 rounded-full flex items-center justify-center">
221
+ <i class="fas fa-bus text-white text-xs"></i>
222
+ </div>
223
+ </div>
224
+ </div>
225
+ </div>
226
+ </div>
227
+ <div class="mt-4 grid grid-cols-3 gap-4 text-center">
228
+ <div>
229
+ <p class="text-sm text-gray-500">Next Stop</p>
230
+ <p class="font-medium">Pond Park</p>
231
+ </div>
232
+ <div>
233
+ <p class="text-sm text-gray-500">ETA</p>
234
+ <p class="font-medium">7:42 AM</p>
235
+ </div>
236
+ <div>
237
+ <p class="text-sm text-gray-500">Students</p>
238
+ <p class="font-medium">18/24</p>
239
+ </div>
240
+ </div>
241
+ </div>
242
+ </div>
243
+ </div>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Safety Dashboard -->
248
+ <div class="py-16 bg-white">
249
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
250
+ <div class="text-center">
251
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
252
+ AI Safety Dashboard
253
+ </h2>
254
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
255
+ Comprehensive monitoring for Delhi Private School students
256
+ </p>
257
+ </div>
258
+ <div class="mt-12 grid grid-cols-1 gap-8 md:grid-cols-3">
259
+ <!-- Safety Card 1 -->
260
+ <div class="bg-gray-50 p-6 rounded-xl">
261
+ <div class="flex items-center">
262
+ <div class="flex-shrink-0 bg-indigo-500 rounded-md p-3 text-white">
263
+ <i class="fas fa-exclamation-triangle text-xl"></i>
264
+ </div>
265
+ <div class="ml-5">
266
+ <h3 class="text-lg font-medium text-gray-900">Incident Alerts</h3>
267
+ <p class="mt-1 text-sm text-gray-500">Real-time notifications</p>
268
+ </div>
269
+ </div>
270
+ <div class="mt-6">
271
+ <div class="flex justify-between items-center">
272
+ <span class="text-3xl font-bold text-gray-900">1</span>
273
+ <span class="text-sm font-medium text-green-600">-60% from last month</span>
274
+ </div>
275
+ <div class="mt-2">
276
+ <div class="w-full bg-gray-200 rounded-full h-2.5">
277
+ <div class="bg-indigo-600 h-2.5 rounded-full" style="width: 15%"></div>
278
+ </div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Safety Card 2 -->
284
+ <div class="bg-gray-50 p-6 rounded-xl">
285
+ <div class="flex items-center">
286
+ <div class="flex-shrink-0 bg-emerald-500 rounded-md p-3 text-white">
287
+ <i class="fas fa-child text-xl"></i>
288
+ </div>
289
+ <div class="ml-5">
290
+ <h3 class="text-lg font-medium text-gray-900">Seatbelt Compliance</h3>
291
+ <p class="mt-1 text-sm text-gray-500">Current ride</p>
292
+ </div>
293
+ </div>
294
+ <div class="mt-6">
295
+ <div class="flex justify-between items-center">
296
+ <span class="text-3xl font-bold text-gray-900">98%</span>
297
+ <span class="text-sm font-medium text-green-600">+5% from average</span>
298
+ </div>
299
+ <div class="mt-2">
300
+ <div class="w-full bg-gray-200 rounded-full h-2.5">
301
+ <div class="bg-emerald-500 h-2.5 rounded-full" style="width: 98%"></div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Safety Card 3 -->
308
+ <div class="bg-gray-50 p-6 rounded-xl">
309
+ <div class="flex items-center">
310
+ <div class="flex-shrink-0 bg-purple-500 rounded-md p-3 text-white">
311
+ <i class="fas fa-temperature-low text-xl"></i>
312
+ </div>
313
+ <div class="ml-5">
314
+ <h3 class="text-lg font-medium text-gray-900">Comfort Index</h3>
315
+ <p class="mt-1 text-sm text-gray-500">Environmental conditions</p>
316
+ </div>
317
+ </div>
318
+ <div class="mt-6">
319
+ <div class="flex justify-between items-center">
320
+ <span class="text-3xl font-bold text-gray-900">9.2</span>
321
+ <span class="text-sm font-medium text-green-500">Optimal conditions</span>
322
+ </div>
323
+ <div class="mt-2">
324
+ <div class="w-full bg-gray-200 rounded-full h-2.5">
325
+ <div class="bg-purple-500 h-2.5 rounded-full" style="width: 92%"></div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Parent Portal Section -->
335
+ <div class="gradient-bg py-16">
336
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
337
+ <div class="lg:grid lg:grid-cols-2 lg:gap-8 lg:items-center">
338
+ <div class="relative">
339
+ <img class="mx-auto rounded-lg shadow-xl w-full max-w-md" src="https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Parent using app">
340
+ <div class="absolute -bottom-6 -right-6 bg-white p-4 rounded-lg shadow-lg">
341
+ <div class="flex items-center">
342
+ <div class="bg-indigo-100 p-2 rounded-full">
343
+ <i class="fas fa-bell text-indigo-600"></i>
344
+ </div>
345
+ <div class="ml-3">
346
+ <p class="text-xs text-gray-500">Notification</p>
347
+ <p class="text-sm font-medium">Bus arriving in 5 min</p>
348
+ </div>
349
+ </div>
350
+ </div>
351
+ </div>
352
+ <div class="mt-12 lg:mt-0">
353
+ <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
354
+ Parent Peace of Mind
355
+ </h2>
356
+ <p class="mt-3 text-lg text-indigo-100">
357
+ Our parent portal gives you real-time updates about your child's transportation, including:
358
+ </p>
359
+ <div class="mt-8">
360
+ <div class="flex items-start">
361
+ <div class="flex-shrink-0 bg-indigo-100 bg-opacity-20 rounded-full p-2 text-white">
362
+ <i class="fas fa-check"></i>
363
+ </div>
364
+ <div class="ml-4">
365
+ <p class="text-base font-medium text-white">Real-time bus location tracking</p>
366
+ </div>
367
+ </div>
368
+ <div class="flex items-start mt-4">
369
+ <div class="flex-shrink-0 bg-indigo-100 bg-opacity-20 rounded-full p-2 text-white">
370
+ <i class="fas fa-check"></i>
371
+ </div>
372
+ <div class="ml-4">
373
+ <p class="text-base font-medium text-white">Automated arrival/departure notifications</p>
374
+ </div>
375
+ </div>
376
+ <div class="flex items-start mt-4">
377
+ <div class="flex-shrink-0 bg-indigo-100 bg-opacity-20 rounded-full p-2 text-white">
378
+ <i class="fas fa-check"></i>
379
+ </div>
380
+ <div class="ml-4">
381
+ <p class="text-base font-medium text-white">Safety incident alerts</p>
382
+ </div>
383
+ </div>
384
+ <div class="flex items-start mt-4">
385
+ <div class="flex-shrink-0 bg-indigo-100 bg-opacity-20 rounded-full p-2 text-white">
386
+ <i class="fas fa-check"></i>
387
+ </div>
388
+ <div class="ml-4">
389
+ <p class="text-base font-medium text-white">Historical ride reports</p>
390
+ </div>
391
+ </div>
392
+ </div>
393
+ <div class="mt-8">
394
+ <a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-indigo-600 bg-white hover:bg-gray-50">
395
+ <i class="fas fa-user-plus mr-2"></i> Create Parent Account
396
+ </a>
397
+ </div>
398
+ </div>
399
+ </div>
400
+ </div>
401
+ </div>
402
+
403
+ <!-- Testimonials -->
404
+ <div class="py-16 bg-gray-50">
405
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
406
+ <div class="text-center">
407
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
408
+ Trusted by Schools in Sharjah
409
+ </h2>
410
+ </div>
411
+ <div class="mt-12 grid grid-cols-1 gap-8 md:grid-cols-3">
412
+ <!-- Testimonial 1 -->
413
+ <div class="bg-white p-6 rounded-xl shadow">
414
+ <div class="flex items-center">
415
+ <div class="flex-shrink-0">
416
+ <img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
417
+ </div>
418
+ <div class="ml-4">
419
+ <h3 class="text-lg font-medium text-gray-900">Aisha Al Maktoum</h3>
420
+ <p class="text-sm text-gray-500">Principal, Delhi Private School</p>
421
+ </div>
422
+ </div>
423
+ <div class="mt-4">
424
+ <p class="text-gray-600">
425
+ "TransitEx has transformed our transportation operations. The AI safety features have reduced incidents by 60% and parents love the real-time tracking."
426
+ </p>
427
+ </div>
428
+ <div class="mt-4 flex">
429
+ <i class="fas fa-star text-yellow-400"></i>
430
+ <i class="fas fa-star text-yellow-400"></i>
431
+ <i class="fas fa-star text-yellow-400"></i>
432
+ <i class="fas fa-star text-yellow-400"></i>
433
+ <i class="fas fa-star text-yellow-400"></i>
434
+ </div>
435
+ </div>
436
+
437
+ <!-- Testimonial 2 -->
438
+ <div class="bg-white p-6 rounded-xl shadow">
439
+ <div class="flex items-center">
440
+ <div class="flex-shrink-0">
441
+ <img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1519244703995-f4e0f30006d5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
442
+ </div>
443
+ <div class="ml-4">
444
+ <h3 class="text-lg font-medium text-gray-900">Mohammed Hassan</h3>
445
+ <p class="text-sm text-gray-500">Transportation Director</p>
446
+ </div>
447
+ </div>
448
+ <div class="mt-4">
449
+ <p class="text-gray-600">
450
+ "The route optimization AI has saved us 15% in fuel costs while reducing ride times. The dashboard gives us insights we never had before."
451
+ </p>
452
+ </div>
453
+ <div class="mt-4 flex">
454
+ <i class="fas fa-star text-yellow-400"></i>
455
+ <i class="fas fa-star text-yellow-400"></i>
456
+ <i class="fas fa-star text-yellow-400"></i>
457
+ <i class="fas fa-star text-yellow-400"></i>
458
+ <i class="fas fa-star text-yellow-400"></i>
459
+ </div>
460
+ </div>
461
+
462
+ <!-- Testimonial 3 -->
463
+ <div class="bg-white p-6 rounded-xl shadow">
464
+ <div class="flex items-center">
465
+ <div class="flex-shrink-0">
466
+ <img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
467
+ </div>
468
+ <div class="ml-4">
469
+ <h3 class="text-lg font-medium text-gray-900">Fatima Khan</h3>
470
+ <p class="text-sm text-gray-500">Parent</p>
471
+ </div>
472
+ </div>
473
+ <div class="mt-4">
474
+ <p class="text-gray-600">
475
+ "Knowing exactly when the bus will arrive and getting alerts if anything changes gives me incredible peace of mind for my children's safety."
476
+ </p>
477
+ </div>
478
+ <div class="mt-4 flex">
479
+ <i class="fas fa-star text-yellow-400"></i>
480
+ <i class="fas fa-star text-yellow-400"></i>
481
+ <i class="fas fa-star text-yellow-400"></i>
482
+ <i class="fas fa-star text-yellow-400"></i>
483
+ <i class="fas fa-star-half-alt text-yellow-400"></i>
484
+ </div>
485
+ </div>
486
+ </div>
487
+ </div>
488
+ </div>
489
+
490
+ <!-- CTA Section -->
491
+ <div class="bg-indigo-700">
492
+ <div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8">
493
+ <h2 class="text-3xl font-extrabold text-white sm:text-4xl">
494
+ <span class="block">Ready to transform your student transportation?</span>
495
+ <span class="block">Contact us today.</span>
496
+ </h2>
497
+ <p class="mt-4 text-lg leading-6 text-indigo-200">
498
+ Our team will show you how TransitEx can benefit your school.
499
+ </p>
500
+ <a href="#" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50 sm:w-auto">
501
+ <i class="fas fa-envelope mr-2"></i> Request Demo
502
+ </a>
503
+ </div>
504
+ </div>
505
+
506
+ <!-- Footer -->
507
+ <footer class="bg-gray-800">
508
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
509
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
510
+ <div>
511
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Product</h3>
512
+ <ul class="mt-4 space-y-4">
513
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Features</a></li>
514
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Pricing</a></li>
515
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">API</a></li>
516
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Integrations</a></li>
517
+ </ul>
518
+ </div>
519
+ <div>
520
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Resources</h3>
521
+ <ul class="mt-4 space-y-4">
522
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Documentation</a></li>
523
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Guides</a></li>
524
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Blog</a></li>
525
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Webinars</a></li>
526
+ </ul>
527
+ </div>
528
+ <div>
529
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Company</h3>
530
+ <ul class="mt-4 space-y-4">
531
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">About</a></li>
532
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Careers</a></li>
533
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Privacy</a></li>
534
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Terms</a></li>
535
+ </ul>
536
+ </div>
537
+ <div>
538
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Connect</h3>
539
+ <ul class="mt-4 space-y-4">
540
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Contact Sales</a></li>
541
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Support</a></li>
542
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">Twitter</a></li>
543
+ <li><a href="#" class="text-base text-gray-400 hover:text-white">LinkedIn</a></li>
544
+ </ul>
545
+ </div>
546
+ </div>
547
+ <div class="mt-12 border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between items-center">
548
+ <div class="flex items-center">
549
+ <i class="fas fa-bus text-indigo-500 text-2xl mr-2"></i>
550
+ <span class="text-xl font-bold text-white">Transit<span class="text-emerald-400">Ex</span></span>
551
+ </div>
552
+ <p class="mt-4 md:mt-0 text-base text-gray-400">
553
+ &copy; 2023 TransitEx. All rights reserved.
554
+ </p>
555
+ </div>
556
+ </div>
557
+ </footer>
558
+
559
+ <script>
560
+ // Simple JavaScript for demo purposes
561
+ document.addEventListener('DOMContentLoaded', function() {
562
+ // Simulate live updates for the bus tracking
563
+ setInterval(function() {
564
+ const etaElement = document.querySelector('.route-card .font-medium:nth-of-type(2)');
565
+ if (etaElement) {
566
+ const currentTime = etaElement.textContent;
567
+ const timeParts = currentTime.split(':');
568
+ let minutes = parseInt(timeParts[1]);
569
+ minutes = Math.max(1, minutes - 1); // Don't go below 1 minute
570
+ etaElement.textContent = timeParts[0] + ':' + (minutes < 10 ? '0' + minutes : minutes);
571
+ }
572
+ }, 30000); // Update every 30 seconds
573
+
574
+ // Mobile menu toggle would go here in a real implementation
575
+ });
576
+ </script>
577
+ <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=AmazonTeam/transitex" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
578
+ </html>
prompts.txt ADDED
File without changes