-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcarrier.html
66 lines (63 loc) · 2.17 KB
/
carrier.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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta
name="viewport"
content="width=device-width, maximum-scale=1.0, min-scale=1.0, initial-scale=1.0"
/>
<title>Center County Air Conditioning</title>
<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="./"></a>
<p class="contact">Call for service (516) 334-4022</p>
</header>
<article>
<h1>About Carrier</h1>
<p>
Carrier air conditioners and heaters are quiet, unobtrusive,
economical, dependable, and world famous for excellence. They provide
total year round comfort: cooling with proper dehumidification in
summertime, precise comfort-zone humidification in winter months, and
pollen-free healthful electronically cleaned air all year long.
Carrier air conditioners are available in units designed for private
homes, multiple dwellings, industrial buildings and commercial
establishments.
</p>
<p>
Visit the
<a href="http://www.carrier.com/carrier/en/us/products-and-services/">
Carrier Products and Services</a
>
page for an overview of their most resent innovations.
</p>
</article>
<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>