-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
339 lines (336 loc) · 13.3 KB
/
index.html
File metadata and controls
339 lines (336 loc) · 13.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,1,0"
/>
<link
rel="stylesheet"
href="https://unpkg.com/swiper@8/swiper-bundle.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="icon" href="./image/webicon.JPG" />
<link rel="stylesheet" href="style.css" />
<title>Home Page | LingAuto Services</title>
</head>
<body>
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html"
><img src="./image/logo.svg" alt=""
/></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarContent">
<ul
class="ms-5 navbar-nav ms-lg-auto mb-2 mb-lg-0 d-flex justify-content-center align-items-center me-5"
>
<li class="nav-item me-lg-4">
<a class="nav-link lightBlue active" aria-current="page" href="#"
>Home</a
>
</li>
<li class="nav-item me-lg-4">
<a class="nav-link lightBlue" href="./services.html">Services</a>
</li>
<li class="nav-item me-lg-4">
<a class="nav-link lightBlue" href="#">Q&A</a>
</li>
<li><a class="icon-link icon-link-hover" style="--bs-icon-link-transform: translate3d(0, -.125rem, 0);" href="./index_ch.html"><i class="bi bi-translate"></i></a></li>
</ul>
<a
class="btn btn-primary appointment animate__animated animate__tada"
href="https://calendly.com/pcheng25-2/make-reservation"
>
Make An Appointment NOW!
</a>
</div>
</div>
</nav>
<a
class="container-fluid btn btn-primary appointment d-md-none my-3 py-2"
href="https://calendly.com/pcheng25-2/make-reservation"
>
Make An Appointment NOW!
</a>
<div class="banner w-100">
<img src="./image/工作區域 1 1.jpg" alt="" />
</div>
<div class="rectangle">
<div class="container">
<div class="about d-flex flex-column align-items-center">
<h2 class="text-center unit-title d-inline-block">About Us</h2>
<p class="w-75">
Welcome to Ling Auto Services, where precision, quality, and
friendly customer service are our top priorities. Our shop offers
nothing but the best in terms of service and quality. Our team of
expert technicians is highly trained to provide your vehicle with
the highest level of care. At Ling Auto Services, we are committed
to precision and quality, taking the necessary time to carefully
diagnose and repair any issues your vehicle may have. Our goal is to
ensure that your vehicle is running at its best. Whether you require
routine maintenance or major repairs, our auto repair shop is fully
equipped to provide you with the precision, quality, and friendly
service you deserve. Come visit us today and experience the
difference that our commitment to excellence can make for you and
your vehicle.
</p>
</div>
<div class="gallery d-flex flex-column align-items-center">
<h2 class="text-center unit-title d-inline-block">Gallery</h2>
<swiper-container class="mySwiper" navigation="true">
<swiper-slide
><img src="./image/S__319840271.jpg" alt=""
/></swiper-slide>
<swiper-slide><img src="./image/ling1.JPG" alt="" /></swiper-slide>
<swiper-slide
><img src="./image/S__319840267.jpg" alt=""
/></swiper-slide>
</swiper-container>
</div>
<div class="service d-flex flex-column align-items-center">
<h2 class="text-center unit-title d-inline-block">Services</h2>
<div class="service-box row row-gap-5 pt-5">
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="card position-relative p-3">
<img
class="figure-img img-fluid position-absolute top-0 start-50 translate-middle"
src="./image/icon1.svg"
alt=""
/>
<div class="card-body pt-5">
<h5 class="card-title text-center fw-bold pb-3">
Inspection
</h5>
<p class="card-text text-center">
To determine the condition of the vehicle through inspection
and extend the lifespan of the vehicle.
</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="card position-relative p-3">
<img
class="figure-img img-fluid position-absolute top-0 start-50 translate-middle"
src="./image/資產 1@2x 1.svg"
alt=""
/>
<div class="card-body pt-5">
<h5 class="card-title text-center fw-bold pb-3">
Collision Repair
</h5>
<p class="card-text text-center">
Inspect the extent of the vehicle damage, repair the damaged
parts, and repaint if necessary.
</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="card position-relative p-3">
<img
class="figure-img img-fluid position-absolute top-0 start-50 translate-middle"
src="./image/icon3.svg"
alt=""
/>
<div class="card-body pt-5">
<h5 class="card-title text-center fw-bold pb-3">
Car Parts Replacement
</h5>
<p class="card-text text-center">
Inspect the level of wear and tear on the parts, select
suitable replacement parts, and carry out the replacement
process.
</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="card position-relative p-3">
<img
class="figure-img img-fluid position-absolute top-0 start-50 translate-middle"
src="./image/icon4.svg"
alt=""
/>
<div class="card-body pt-5">
<h5 class="card-title text-center fw-bold pb-3">
Tire Alignment Adjustment
</h5>
<p class="card-text text-center">
Inspect the tire wear condition of the vehicle, adjust the
wheel angles and alignment, and check the adjustment
results.
</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="card position-relative p-3">
<img
class="figure-img img-fluid position-absolute top-0 start-50 translate-middle"
src="./image/icon5.svg"
alt=""
/>
<div class="card-body pt-5">
<h5 class="card-title text-center fw-bold pb-3">
Engine Tune-Up
</h5>
<p class="card-text text-center">
Inspect engine system issues, adjust engine performance, and
check tuning results.
</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="card position-relative p-3">
<img
class="figure-img img-fluid position-absolute top-0 start-50 translate-middle"
src="./image/icon6.svg"
alt=""
/>
<div class="card-body pt-5">
<h5 class="card-title text-center fw-bold pb-3">
Roadside Towing
</h5>
<p class="card-text text-center">
Emergency roadside assistance services. Customers can use
these service to solve problems encountered on the road
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="contact d-flex flex-column align-items-center">
<h2 class="text-center unit-title d-inline-block">Contact Us</h2>
<div class="container d-flex justify-content-center">
<form action="#" method="post">
<label for="name" class="form-label w-100">Name :</label><br />
<input
type="text"
id="name"
name="name"
placeholder="Your name"
class="w-100 mb-1"
required
/><br />
<label for="phone" class="form-label w-100">Phone :</label><br />
<input
type="tel"
id="phone"
name="phone"
placeholder="(123) 456-7890"
class="w-100 mb-1"
required
/><br />
<label for="email" class="form-label w-100">Email :</label><br />
<input
type="email"
id="email"
name="email"
placeholder="lingauto@example.com"
class="w-100 mb-1"
required
/><br />
<label for="message" class="form-label w-100">Message :</label><br />
<textarea
name="message"
id="message"
cols="30"
rows="5"
class="w-100"
placeholder="Leave some messages here"
></textarea>
<button type="submit" class="btn btn-primary mt-2">Submit</button>
</form>
</div>
</div>
<footer>
<div class="container">
<div class="row pt-5">
<div class="col-sm-12 col-lg-6">
<div class="footer-logo">
<img src="./image/logo.jpg" alt="logo" />
</div>
</div>
<div class="col-sm-12 col-lg-6">
<div class="footer-link row">
<div class="col-sm-12 col-lg-4">
<div class="footer-company">
<h5 class="fw-bold">Company</h5>
<ul>
<li><a href="./services.html">Services</a></li>
<li><a href="#">Q&A</a></li>
</ul>
</div>
</div>
<div class="col-sm-12 col-lg-8">
<div class="footer-info">
<h5 class="fw-bold">Information</h5>
<ul>
<li><a href="tel:+19099789555">Phone: +1(909)978-9555</a></li>
<li><a href="#">Email: lingautoservices@gmail.com</a></li>
<li>
<a href="#"
>Address: 19759 Valley Blvd, Walnut, CA 91789</a
>
</li>
<li>Mon-Fri: 0830~1730</li>
<li>Sat: 0830~1600</li>
<li>We are closed on Saturday at the end of the month</li>
<li>Sunday closed</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<hr />
<p class="text-center pb-3">Copyright © 2023 Ling Auto Services</p>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.7/dist/umd/popper.min.js"
integrity="sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.min.js"
integrity="sha384-Y4oOpwW3duJdCWv5ly8SCFYWqFDsfob/3GkgExXKV4idmbt98QcxXYs9UoXAB7BZ"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-element-bundle.min.js"></script>
<script src="all.js"></script>
</body>
</html>