-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
441 lines (404 loc) · 22.5 KB
/
index.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
431
432
433
434
435
436
437
438
439
440
441
<!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">
<meta name="google-site-verification" content="7LvSiA5GGfVuimddQAoklIG1Uhy-nXjcxeEC7VlcOKQ" />
<meta name="description" content="Expert reliable locksmith covering the UK. All types of locks serviced, 24/7, no call out fee and with you in under 30 minutes. Call Locksmith Direct Now.">
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<!-- canonical -->
<link rel="canonical" href="https://www.locksmith.direct/" />
<!-- Bootstrap CSS CDN -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- Google Fonts CDN -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lato">
<!-- Bootstrap Icons CDN -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- My Stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/stylesheet.css">
<title>Locksmith Direct | The UK's Local Locksmith Network</title>
</head>
<body>
<!-- Navbar -->
<header class="">
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color:black">
<div class="container-fluid">
<a class="navbar-brand ps-lg-2 pb-lg-1 bt-lg-1" href="https://www.locksmith.direct">
<img src="/images/locksmith-direct-logos/locksmith-direct-logo.png" height="70em" alt="Lockmsith Direct Logo" id="logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active white-link" aria-current="page" href="https://www.locksmith.direct">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link white-link" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Areas We Cover
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown" style="background-color:black">
<li><a class="dropdown-item btn-white" href="/locksmith-in-southampton.html">Southampton</a></li>
<li><a class="dropdown-item btn-white" href="/locksmith-in-winchester.html">Winchester</a></li>
<li><a class="dropdown-item btn-white" href="/locksmith-in-cambridge.html">Cambridge</a></li>
<!-- <li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Not listed? Click here</a></li> -->
</ul>
</li>
<li class="nav-item">
<a class="nav-link white-link" href="/who-we-are.html">Who We Are</a>
</li>
<li class="nav-item">
<a class="nav-link white-link" href="/resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link white-link" href="/contact-us.html">Contact Us</a>
</li>
</ul>
<a class="btn btn-outline-dark btn-lg btn-black ms-auto" id="navbarSupportedContent" href="tel:02381849672" role="button">
Call Us Now on 02381 849 672
</a>
</div>
</div>
</nav>
</header>
<!-- Page content starts -->
<div class="container-fluid">
<!-- Above the fold row -->
<div class="row">
<div class=" order-2 order-lg-1 col-lg-6 col-sm-12">
<div class="row pt-5 ps-2 ps-lg-3 pe-2 pe-lg-5">
<div class="col-12">
<p class="display-4">Locksmith Direct: Your Professional Locksmith Service</p>
</div>
</div>
<div class="row pt-5 ps-2 ps-lg-3 pe-2 pe-lg-3">
<div class="col-lg-12 col-sm-12">
<h1 class="lead fw-bold">Locksmith Direct provides a same day fast and friendly locksmith service for homes and businesses across the UK.</h1>
</div>
</div>
<div class="row align-items-center pt-5 ps-2 ps-lg-3 pe-2 pe-lg-3">
<div class="col-lg-3 col-sm-12">
<div class="row">
<div class="col-1">
<i class="bi bi-check-circle"></i>
</div>
<div class="col-10">
<p class="fw-bolder">No Call out Charge</p>
</div>
</div>
</div>
<div class="col-lg-2 col-sm-12">
<div class="row">
<div class="col-1">
<i class="bi bi-check-circle"></i>
</div>
<div class="col-9">
<p class="fw-bolder">No VAT</p>
</div>
</div>
</div>
<div class="col-lg-2 col-sm-12">
<div class="row">
<div class="col-1">
<i class="bi bi-check-circle"></i>
</div>
<div class="col-9">
<p class="fw-bolder">24/7</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-12">
<div class="row">
<div class="col-1">
<i class="bi bi-check-circle"></i>
</div>
<div class="col-10">
<p class="fw-bolder">Same Day Service</p>
</div>
</div>
</div>
<div class="col-lg-2 col-sm-12">
<div class="row">
<div class="col-1">
<i class="bi bi-check-circle"></i>
</div>
<div class="col-9">
<p class="fw-bolder">DBS Checked</p>
</div>
</div>
</div>
</div>
<!-- Dropped .btn-block for utilities https://getbootstrap.com/docs/5.0/migration/ -->
<!-- You have hacked together these buttons using w-100, change to block buttons - https://getbootstrap.com/docs/5.0/components/buttons/#block-buttons -->
<div class="row pt-5 pb-5 ps-2 ps-lg-3 pe-2 pe-lg-3">
<div class="col-lg-7 col-sm-12">
<a class="btn btn-primary btn-lg btn-white btn-sm-block w-100" style="border-style:solid; border-color: black; font-size: 1.2rem;" href="tel:02381849672" role="button">
Call Us Now on 02381 849 672
</a>
</div>
<div class="col-lg-5 col-sm-12 pt-4 pt-sm-4 pt-lg-0">
<a class="btn btn-primary btn-lg btn-black btn-sm-block w-100" style="border-style:solid; border-color: black; font-size: 1.2rem;" href="/contact-us.html#request-callback-btn-target" role="button">
Request a Callback
</a>
</div>
</div>
</div>
<div class="order-1 order-lg-2 col-lg-6 col-sm-12 p-0">
<img src="/images/white-door-key-jeffrey-seymour.webp" class="img-fluid g-0" style="min-height: 100%; object-fit: cover;" alt="Jeffrey Seymour picking a lock on a yellow door">
</div>
</div>
<!-- header breaker row -->
<div class="row breaker-row">
<div class="col-lg-12 col-sm-12 text-center pt-5 pb-5 ps-lg-5 pe-lg-5">
<h4 class="mt-5 mb-5 ms-lg-5 me-lg-5" style="font-size: 1.5rem">Locksmith Direct provides expert locksmith services for home and business using local, trusted and vetted locksmiths.</h4>
</div>
</div>
<!-- picture and description row - Why choose Locksmith Direct -->
<div class="row">
<div class="col-lg-5 col-sm-12 p-0">
<img src="/images/red-door-key.webp" class="img-fluid" style="min-height: 100%; object-fit: cover; " alt="Jeffrey Seymour picking a lock on a yellow door">
</div>
<div class="col-lg-7 col-sm-12 ps-lg-2">
<div class="row pt-5 ps-3 ps-lg-5 pe-lg-5">
<div class="col-12">
<h2 class="display-4">Why choose Locksmith Direct?</h2>
<span class="heading-underline"></span>
</div>
</div>
<div class="row
pt-5
ps-3 ps-lg-5
pe-3 pe-lg-5
">
<div class="col-lg-12 col-sm-12">
<p class="lead">
When you call us, you will be speaking to <strong class="bold">an expert locksmith</strong> and not someone in a call centre. Our locksmiths are competent, trustworthy, reliable and vetted by us. With years of experience within the industry, making the job stress free for our customers.
</p>
</div>
</div>
<div class="row
pt-3
ps-3 ps-lg-5
pe-3 pe-lg-5
">
<div class="col-lg-12 col-sm-12">
<p class="lead">
Having built up an outstanding reputation and knowledge of all things to do with locks and security, you are in good hands. Whether you are <strong class="bold">locked out</strong>, or the job is not urgent, we can give you a price over the phone. Our pricing is monitored regularly, so you know you are getting great value for money.
</p>
</div>
</div>
<div class="row
pt-3
ps-3 ps-lg-5
pe-3 pe-lg-5
pb-2 pb-lg-3
">
<div class="col-lg-12 col-sm-12">
<p class="lead">
If you’re locked out, need locks changing, or your uPVC door is not working as it should then give Locksmith Direct a call today.
</p>
</div>
</div>
</div>
</div>
<div class="row pt-5 pb-5 align-items-center justify-content-center">
<div class="col-6 col-lg-3 text-center pb-3">
<img src="/images/ukla.webp" class="img-fluid" alt="UKLA logo" style="width:50%;">
</div>
<div class="col-6 col-lg-3 text-center pb-3">
<img src="/images/Yale_Logo_Primary_RGB.png" class="img-fluid" alt="Yale logo" style="width:50%;">
</div>
<div class="col-6 col-lg-3 text-center pb-3">
<img src="/images/Chubb-Logo.png" class="img-fluid" alt="Chubb logo" style="width:50%;">
</div>
<div class="col-6 col-lg-3 text-center pb-3">
<img src="/images/union-logo.png" class="img-fluid" alt="Union Locks logo" style="width:50%;">
</div>
</div>
<!-- call to action row -->
<!-- You have hacked together these buttons using two empty columns and w-100, change to block buttons - https://getbootstrap.com/docs/5.0/components/buttons/#block-buttons -->
<div class="row cta-row pt-5 pb-5">
<h4 class="pb-4 pt-4 text-center">Call us now to get an instant quote</h4>
<div class="col-0 col-lg-3">
</div>
<div class="col-lg-3 col-sm-12 pt-4 pb-4">
<a class="btn btn-primary btn-lg btn-black w-100" style="border-style:solid; border-color: black; font-size: 1.2rem;" href="tel:02381849672" role="button">
Call Us on 02381 849 672
</a>
</div>
<!-- <div class="col-lg-6 col-sm-12 pt-4 pt-sm-4 pt-lg-0"> -->
<div class="col-lg-3 col-sm-12 pt-4 pb-4">
<a class="btn btn-primary btn-lg btn-black w-100" style="border-style:solid; border-color: black; font-size: 1.2rem;" href="/contact-us.html#request-callback-btn-target" role="button">
Request a Callback
</a>
</div>
<div class="col-0 col-lg-3">
</div>
</div>
<!-- Icon Row -->
<div class="row align-items-center justify-content-center pb-5 pt-5 ">
<div class="col-6 col-lg-2 text-center">
<div class="row justify-content-center">
<img src="/images/icons/door.webp" class="img-fluid" alt="" style="width: 50%;">
</div>
<div class="row mt-3">
<p class="fs-5">Broken Key in Door?</p>
</div>
<div class="row">
<!-- <a href="#">Call us Now</a> -->
</div>
</div>
<div class="col-6 col-lg-2 text-center">
<div class="row justify-content-center">
<img src="/images/icons/house.webp" alt="" class="img-fluid" style="width: 50%;">
</div>
<div class="row mt-3">
<p class="fs-5">Moved into a New Home?</p>
</div>
<div class="row">
<!-- <a href="#">Call us Now</a> -->
</div>
</div>
<div class="col-6 col-lg-2 text-center">
<div class="row justify-content-center">
<img src="/images/icons/key.webp" alt="" class="img-fluid" style="width: 50%;">
</div>
<div class="row mt-3">
<p class="fs-5">Moved commercial premises?</p>
</div>
<div class="row">
<!-- <a href="#">Call us Now</a> -->
</div>
</div>
<div class="col-6 col-lg-2 text-center">
<div class="row justify-content-center">
<img src="/images/icons/padlock.webp" alt="" class="img-fluid" style="width: 50%;">
</div>
<div class="row mt-3">
<p class="fs-5">Locked out your house?</p>
</div>
<div class="row">
<!-- <a href="#">Call us Now</a> -->
</div>
</div>
<div class="col-6 col-lg-2 text-center">
<div class="row align-items-center justify-content-center">
<img src="/images/icons/window.webp" alt="" class="img-fluid" style="width: 50%;">
</div>
<div class="row mt-3">
<p class="fs-5">Door or Window won't lock?</p>
</div>
<div class="row">
<!-- <a href="#">Call us Now</a> -->
</div>
</div>
</div>
<!-- FOOTER -->
<div class="row text-white pb-5 pt-5 ps-lg-5 pe-lg-5" style="background-color:black">
<div class="col-lg-3 ps-3">
<div class="row">
<div class="col-12 text-center pb-4">
<img src="/images/locksmith-direct-logos/locksmith-direct-logo.png" class="img-fluid" alt="Locksmith Direct Logo">
</div>
</div>
<div class="row pb-3">
<div class="col-12">
<a href="tel:02381849672" class="white-link">02381 849 672</a>
</div>
</div>
<div class="row pb-3">
<div class="col-12">
<a href="tel:07523968127" class="white-link">07523 968 127</a>
</div>
</div>
<div class="row pb-2">
<div class="col-12">
<a href="mailto:[email protected]" class="white-link">[email protected]</a>
</div>
</div>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<h4 class="text-center">Social</h4>
<div class="row justify-content-center ps-lg-5 pe-lg-5 ms-lg-5 me-lg-5 mb-5 g-lg-1">
<div class="col-2">
<a href="https://www.instagram.com/locksmithdirect/" class="white-link" rel=”nofollow target="_blank">
<i class="bi bi-instagram" style="font-size: 3rem;"></i>
</a>
</div>
<div class="col-2">
<a href="https://www.youtube.com/@LocksmithDirect" class="white-link" rel=”nofollow target="_blank">
<i class="bi bi-youtube" style="font-size: 3rem;"></i>
</a>
</div>
<div class="col-2">
<a href="https://www.linkedin.com/in/jeffrey-seymour-258344b7" class="white-link" rel=”nofollow target="_blank">
<i class="bi bi-linkedin" style="font-size: 3rem;"></i>
</a>
</div>
<div class="col-2">
<a href="https://www.facebook.com/profile.php?id=100088744383730" class="white-link" rel=”nofollow target="_blank">
<i class="bi bi-facebook" style="font-size: 3rem;"></i>
</a>
</div>
<div class="col-2">
<a href="https://twitter.com/LocksDirectJeff" class="white-link" rel=”nofollow target="_blank">
<i class="bi bi-twitter" style="font-size: 3rem;"></i>
</a>
</div>
</div>
<h4 class="text-center">Payment Methods Accepted</h4>
<div class="row justify-content-center ps-2 ps-lg-5 pe-2 pe-lg-5 ms-lg-5 me-lg-5 mt-3 mb-5 g-2">
<!-- <div class="col-3">
<img src="/images/payment/bitcoin.webp" class="img-fluid" alt="Bitcoin Logo">
</div> -->
<div class="col-3">
<img src="/images/payment/visa-logo.webp" class="img-fluid" alt="Visa Logo">
</div>
<div class="col-3">
<img src="/images/payment/mastercard.webp" class="img-fluid" alt="Mastercard Logo">
</div>
<!-- <div class="col-3">
<img src="/images/payment/dash.webp" class="img-fluid" alt="Dash Logo">
</div> -->
<div class="col-3">
<img src="/images/payment/mastercard-securcode.webp" class="img-fluid" alt="Mastercard Securecode Logo">
</div>
<!-- <div class="col-3">
<img src="/images/payment/monero.webp" class="img-fluid" alt="Monero Logo">
</div>
<div class="col-3">
<img src="/images/payment/nano-logo.webp" class="img-fluid" alt="Nano Logo">
</div>
<div class="col-3">
<img src="/images/payment/bitcoin-cash.webp" class="img-fluid" alt="Btrash Logo">
</div> -->
</div>
</div>
<div class="col-lg-3">
<h4 class="text-center">Areas We Serve</h4>
<div class="row justify-content-center">
<div class="col-lg-12 text-center pb-3 pt-3">
<a href="/locksmith-in-southampton.html" class="white-link">Southampton</a>
</div>
<div class="col-lg-12 text-center pb-3">
<a href="/locksmith-in-winchester.html" class="white-link">Winchester</a>
</div>
<div class="col-lg-12 text-center pb-3">
<a href="/locksmith-in-cambridge.html" class="white-link">Cambridge</a>
</div>
</div>
</div>
</div>
<!-- FOOTER END -->
</div>
<!-- Bootstrap JS CDN - Use either the bundle link (top, commented out) or the two seperate CDN links for popper and bootstrap-->
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script> -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk" crossorigin="anonymous"></script>
</body>
</html>