-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (117 loc) · 4.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Center County Air Conditioning | Long Island HVAC</title>
<meta
name="description"
content="Center County Air Conditioning provides top-notch HVAC services in Long Island. With over 60 years of experience, we specialize in air conditioning, heating, and ventilation."
/>
<link rel="stylesheet" type="text/css" href="css/screen_styles.css" />
<link rel="stylesheet" type="text/css" href="css/screen_layout_large.css" />
<link
rel="stylesheet"
type="text/css"
media="only screen and (min-width:50px) and (max-width:500px)"
href="css/screen_layout_small.css"
/>
<link
rel="stylesheet"
type="text/css"
media="only screen and (min-width:501px) and (max-width:800px)"
href="css/screen_layout_medium.css"
/>
</head>
<body>
<div class="page">
<header>
<a class="logo" href="./" aria-label="Home"></a>
<p class="contact">
Call for service: <a href="tel:+15163344022">(516) 334-4022</a>
</p>
</header>
<article>
<h1>Serving Long Island since 1961</h1>
<p>
We didn't get to be the best without working for it. Center County Air
Conditioning has been in the business for over 60 years and have
learned what it takes to make the finest air conditioning system.
Getting the best air conditioner is just one part of getting the best
air conditioning system. The finest air conditioner, which happens to
be Carrier, can only deliver the ultimate in comfort if it has been
custom planned, properly installed, and well maintained. And that's
where we shine! Center County's reputation for experience,
reliability, and fair prices is well earned. Call us today for expert
advice on air conditioning, humidification, heating, and ventilation.
</p>
</article>
<div class="promo_container">
<div class="promo one">
<div class="content">
<h3>Service and Repair</h3>
<p>
Center County, the best air conditioning service, provides
reliable maintenance and service you can depend on. Our expert
Carrier trained servicemen, who keep up with new advancements and
techniques, inspect and service your system at regular intervals.
</p>
<p>
If, for any reason, an emergency should occur, we offer prompt and
reliable attention. Our warehouse is completely stocked with all
the parts necessary to repair any type of comfort system we have
installed.
</p>
<p><a class="cta" href="services.html">Learn more</a></p>
</div>
</div>
<div class="promo two">
<div class="content">
<h3>Installation</h3>
<p>
We have the engineering expertise necessary for designing total
climate control systems. With our know-how we create the plan that
enables you to enjoy the most efficient and economical year round
air conditioning system.
</p>
<p>
Our qualified designers are capable of working along with
architects and builders in order to provide the most
individualized system. Every plan is specifically conceived for
each customer's particular needs.
</p>
<p><a class="cta" href="services.html">Learn more</a></p>
</div>
</div>
<div class="promo three">
<div class="content">
<h3>Carrier</h3>
<p>
Carrier is the world leader for quality service and dependability.
In 1902, Dr. Willis H Carrier invented air conditioning. The
company that bears his name is still responsible for more air
conditioning innovations than any other manufacturer.
</p>
<p>
Center County is a factory authorized Carrier dealer and our
certified technicians are thoroughly skilled in the procedures and
techniques required for a perfect installation.
</p>
<p><a class="cta" href="carrier.html">Learn more</a></p>
</div>
</div>
<div class="clear-fix"></div>
</div>
<nav>
<a href="company.html">Our Company</a>
<a href="services.html">Services</a>
<a href="carrier.html">Carrier</a>
<a href="contact.html">Contact Us</a>
</nav>
<footer>
© 2025 - All rights reserved - Center County Air Conditioning
Corporation
</footer>
</div>
</body>
</html>