-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
82 lines (65 loc) · 3.96 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Contact Us | 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">Contact Us</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-contact.jpg" alt="A man holding key">
</div>
<div class="two-column">
<p><a href="/">Chicagoland Locksmith Service</a> provides professional locksmith services, including residential and commercial locksmith services, in all of the Chicagoland area in Illinois. Our locksmith technicians are skilled professionals who can handle all your locksmith service requirements with perfection.</p>
<p>Connect with us today to learn more about our services and how we can help make your home and business more secure. Get a free quote for your security needs today!</p>
</div>
</section>
<section class="container-flex" id="servicebox">
<div class="one-column">
<p>Address: Chicago, Illinois</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1525323.595673682!2d-89.25511047036596!3d41.69574822461134!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x880e444c8c99e083%3A0xda7b840a9a579334!2sChicago%20Metropolitan%20Area%2C%20USA!5e0!3m2!1sen!2sus!4v1685788192282!5m2!1sen!2sus" width="100%" height="250" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</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>