-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
126 lines (107 loc) · 5.2 KB
/
services.html
File metadata and controls
126 lines (107 loc) · 5.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Locksmith Services | Chicagoland Locksmith Service</title>
<meta name="description" content="Chicagoland Locksmith Service provides residential and commercial locksmith services in all of Chicago, and a majority of the Chicagoland area.">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<header>
<h1 class="title">Our Locksmith Services</h1>
<h2 class="tagline">Chicagoland Locksmith Service in Chicago, IL</h2>
</header>
<div class="container">
<section class="container-flex" id="about">
<div class="four-column">
<img src="images/mascot-key.jpg" alt="A man holding key">
</div>
<div class="two-column">
<p>At <a href="/">Chicagoland Locksmith Service</a>, we offer a wide range of locksmith services to cater to the needs of both residential and commercial clients. Our team of skilled locksmith professionals is equipped with the knowledge and tools to handle any locksmith job efficiently and effectively.</p>
<p>In addition to our residential and commercial services, we also provide reliable automotive locksmith services to assist you with any car lock and key issues you may encounter.</p>
</div>
</section>
<section class="container-flex" id="servicebox">
<div class="three-column">
<h2>Residential Locksmith Services</h2>
<ul>
<li>Lock installation and repair</li>
<li>Key duplication and replacement</li>
<li>Lock rekeying</li>
<li>Master key system installation</li>
<li>Home lockout assistance</li>
<li>Security system evaluation and upgrade</li>
<li>Door and window lock maintenance</li>
<li>Garage door lock services</li>
<li>Mailbox lock replacement</li>
</ul>
</div>
<div class="three-column">
<h2>Commercial Locksmith Services</h2>
<ul>
<li>Commercial lock installation and repair</li>
<li>Access control system installation</li>
<li>Keyless entry system installation</li>
<li>High-security lock systems</li>
<li>Safe installation and repair</li>
<li>Master key system setup</li>
<li>Panic bar installation</li>
<li>Security assessments and consultations</li>
<li>File cabinet and desk lock services</li>
</ul>
</div>
<div class="three-column">
<h2>Automotive Locksmith Services</h2>
<ul>
<li>Car lockout assistance</li>
<li>Ignition repair and replacement</li>
<li>Key programming</li>
<li>Transponder key replacement</li>
<li>Key fob replacement and programming</li>
<li>Broken key extraction</li>
<li>Emergency trunk opening</li>
<li>Lock repair and replacement</li>
</ul>
</div>
</section>
<section class="container-flex" id="services">
<div class="one-column">
<p>These are just some of the common locksmith services we offer. If you require any other locksmith assistance or have specific security needs, please don't hesitate to contact us. We are dedicated to providing prompt and reliable service to ensure your safety and satisfaction.</p>
</div>
</section>
<section id="contact">
<h3>Contact Chicagoland Locksmith Service Today!</h3>
<p>Don't compromise on the security of your property or the safety of your loved ones. Trust Chicagoland Locksmith Service to provide reliable, efficient, and affordable locksmith solutions in Chicago. Our dedicated team is ready to assist you whenever you need us.</p>
<p>Contact us today for all your locksmith needs or to request a free quote. We look forward to serving you!</p>
</section>
</div>
<footer id="footer">
<div class="container">
<p>© <a href="/">Chicagoland Locksmith Service</a> — Local Locksmith Services in Chicago, IL</p>
</div>
</footer>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>