-
Notifications
You must be signed in to change notification settings - Fork 151
/
about.html
430 lines (386 loc) · 13.1 KB
/
about.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="img/logo1.png" type="image/png">
<title>About Us - CabRental</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css"
/>
<nav class="navbar">
<div class="logo">
<a href="index.html" class="logo"><img src="img/logo.png" alt=""></a>
<a href="index.html"><img src="img/cabz.png.png" alt="Logo" class="navbar-logo" /></a>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="ride.html">Ride</a></li>
<li><a href="serv.html">Services</a></li>
<li><a href="#about.html">About</a></li>
<li><a href="review.html">Reviews</a></li>
<li><a href="contactus.html">Contact</a></li>
<li>
<div class="header-btn">
<a href="login.html" class="sign-up">Login</a>
</div>
</li>
<li>
<div class="theme-switch" id="theme-switch"></div>
</li>
</ul>
</nav>
<style>
.logo img {
height: 60px;
padding-right: 40px;
padding-left: 40px;
}
body {
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
background-color: #eeeff1;
color: #333;
line-height: 1.6;
}
.circle {
height: 18px;
width: 18px;
border-radius: 24px;
background-color: #ff0000;
position: absolute;
top: 0;
left: 0;
z-index: 1000; /* Ensure the trail is above everything */
pointer-events: none; /* Prevent the circles from interfering with mouse events */
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #eeeff1;
padding: 20px;
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
height: 50px;
}
.navbar ul li a:hover {
background-color: #8f6883;
transform: scale(1.1);
}
.header-btn .sign-up:hover {
background-color: red;
border-color: red;
}
.header-btn .sign-up {
padding: 10px 20px;
background-color: #007bff;
border-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
}
.navbar ul {
display: flex;
justify-content: space-around; /* Spacing between links */
list-style: none;
padding: 10px; /* Padding for the group of links */
background-color: #eeeff1; /* Background color for the navbar */
}
.navbar ul li {
margin: 0 10px; /* Spacing between individual links */
}
.navbar ul li a {
color: #0c0101;
background-color: #e6e4e4;
text-decoration: none;
border-radius: 5px;
padding: 10px; /* Padding around each link */
transition: background-color 0.3s, transform 0.3s;
}
.navbar ul li a:hover {
background-color: #f7f5f4;
transform: scale(1.1);
border-bottom: 3px solid black; /* Black underline on hover */
}
.navbar ul li a:active {
border-bottom: 3px solid black; /* Black underline when clicked */
}
.navbar ul li a:focus {
border-bottom: 3px solid black; /* Black underline on focus */
}
.hero {
height: 60vh;
background: url("https://autotrans.com/wp-content/uploads/2021/04/AdobeStock_95320493-2048x1367.jpeg")
no-repeat center center/cover;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
text-align: center;
position: relative;
box-shadow: inset 0 0 10px #000;
}
.hero::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.hero h1 {
font-size: 4em;
margin: 0;
position: relative;
z-index: 1;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
color: #e64825;
text-align: center;
}
.container {
max-width: 1000px; /* Adjusted for smaller width */
margin: 0 auto;
padding: 20px 10px; /* Reduced padding */
}
h2 {
color: #333;
margin-bottom: 20px;
text-align: center; /* Center-aligned headings */
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
p {
color: #555;
margin-bottom: 20px;
text-align: justify; /* Justify text */
}
ul {
list-style: none;
padding: 0;
}
.values-principles ul li {
background: linear-gradient(145deg, #b8e7af, hsl(129, 28%, 73%));
margin: 10px 0;
padding: 15px 20px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1),
inset 0 1px 3px rgba(255, 255, 255, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
ul li:hover {
transform: translateY(-5px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2),
inset 0 1px 3px rgba(255, 255, 255, 0.3);
}
.section-img {
margin: 40px 0;
text-align: center;
}
.section-img img {
max-width: 90%; /* Adjusted for smaller width */
height: auto;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.section-img img:hover {
transform: scale(1.05);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.highlight {
color: #d32f2f;
font-weight: bold;
}
.container section {
margin-bottom: 50px; /* Space between sections */
padding: 20px;
border-radius: 5px;
border-top: 2px solid #ddd; /* Line between sections */
}
#company-overview {
background-color: #557d80;
}
#mission-vision {
background-color: #d4c6c6;
}
#company-overview p,
#mission-vision p {
font-weight: bold;
color: #080101;
}
.about-us-img {
width: 1200px; /* Adjust size as needed */
height: 400px;
border-radius: 10px; /* Optional: Adds rounded corners */
position: absolute; /* Positioning the image inside hero */
bottom: 10px; /* Adjusts position within the hero section */
box-shadow: 0 4px 10px rgba(12, 10, 10, 0.2); /* Adds a shadow for better visibility */
right: 80px;
z-index: -1; /* Ensures it stays above the overlay */
}
</style>
</head>
<body>
<!-- 20 circle elements -->
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<!-- Hero Section -->
<section class="hero">
<h1>About Us</h1>
</section>
<div class="container">
<!-- Company Overview -->
<section id="company-overview" class="company-overview">
<h2>Company Overview</h2>
<div class="section-img">
<img
src="https://imgs.search.brave.com/cxDCWs1zA6VHwGveT0ZH011wctKwB8Cea4MgWnqGOIo/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9pbWcu/ZnJlZXBpay5jb20v/cHJlbWl1bS1waG90/by9mZXJyYXJpLWNh/ci1iYWNrZ3JvdW5k/XzY2MzEwMi0zMDIu/anBnP3NpemU9NjI2/JmV4dD1qcGc"
alt="Company Overview Image"
/>
</div>
<p>
Founded in 2024, <span class="highlight">Premium Cab Rentals</span> is
dedicated to providing top-notch cab rental services with a focus on
reliability, comfort, and customer satisfaction.
</p>
<p>
Our mission is to make transportation easy and accessible for
everyone, offering a range of services tailored to meet diverse needs.
</p>
</section>
<!-- Mission and Vision -->
<section id="mission-vision" class="mission-vision">
<h2>Mission and Vision</h2>
<div class="section-img">
<img
src="https://imgs.search.brave.com/2CAFCbM6U5I6Q03dK-bC8qqqyb_mjrDxo4YGu4-zCnk/rs:fit:500:0:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMuZnJlZWltYWdl/cy5jb20vaW1hZ2Vz/L2xhcmdlLXByZXZp/ZXdzLzMxOC9pbi10/aGUtY2FyLTEtMTQ5/NTA3MC5qcGc_Zm10"
alt="Mission and Vision Image"
/>
</div>
<p>
<strong>Mission:</strong> To provide reliable and affordable cab
rental services while ensuring exceptional customer experience.
</p>
<p>
<strong>Vision:</strong> To be the leading cab rental company known
for innovation, sustainability, and outstanding service.
</p>
</section>
<!-- Values and Principles -->
<section id="values-principles" class="values-principles">
<h2>Values and Principles</h2>
<ul>
<li>
<strong>Customer First:</strong> We prioritize our customers' needs
and strive to exceed their expectations.
</li>
<li>
<strong>Integrity:</strong> We operate with honesty and transparency
in all our dealings.
</li>
<li>
<strong>Safety:</strong> We ensure the highest safety standards for
our customers and drivers.
</li>
<li>
<strong>Innovation:</strong> We continuously seek innovative
solutions to enhance our services.
</li>
<li>
<strong>Sustainability:</strong> We are committed to sustainable
practices and reducing our environmental impact.
</li>
</ul>
</section>
</div>
<!-- Footer -->
<footer style="background-color: #333; color: #fff; padding: 20px 0;">
<div class="container">
<div style="display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;">
<div>
<h3 style="margin: 0;">CabRental</h3>
<p>© 2024 CabRental. All rights reserved.</p>
</div>
<ul style="list-style: none; display: flex; padding: 0; margin: 0;">
<li style="margin-right: 15px;"><a href="#" style="color: #fff; text-decoration: none;">Privacy Policy</a></li>
<li style="margin-right: 15px;"><a href="#" style="color: #fff; text-decoration: none;">Terms of Service</a></li>
<li style="margin-right: 15px;"><a href="#" style="color: #fff; text-decoration: none;">Contact Us</a></li>
</ul>
<div>
<a href="#" style="color: #fff; margin-right: 10px;"><i class="bx bxl-facebook"></i></a>
<a href="#" style="color: #fff; margin-right: 10px;"><i class="bx bxl-twitter"></i></a>
<a href="#" style="color: #fff; margin-right: 10px;"><i class="bx bxl-instagram"></i></a>
</div>
</div>
</div>
</footer>
<script>
const coords = { x: 0, y: 0 };
const circles = document.querySelectorAll(".circle");
// Assign initial positions to the circles
circles.forEach(function (circle) {
circle.x = 0;
circle.y = 0;
});
window.addEventListener("mousemove", function (e) {
// Use pageX and pageY to account for scroll distance
coords.x = e.pageX;
coords.y = e.pageY;
});
function animateCircles() {
let x = coords.x;
let y = coords.y;
circles.forEach(function (circle, index) {
circle.style.left = x - 12 + "px";
circle.style.top = y - 12 + "px";
circle.style.scale = (circles.length - index) / circles.length;
circle.x = x;
circle.y = y;
const nextCircle = circles[index + 1] || circles[0];
x += (nextCircle.x - x) * 0.3;
y += (nextCircle.y - y) * 0.3;
});
requestAnimationFrame(animateCircles);
}
animateCircles();
</script>]
<script>
window.embeddedChatbotConfig = {
chatbotId: "2zn6LCEiOl1sZnaTGnPqp",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="2zn6LCEiOl1sZnaTGnPqp"
domain="www.chatbase.co"
defer>
</script>
</body>
</html>