-
Notifications
You must be signed in to change notification settings - Fork 0
/
Accessories_Seating_Clinical_Chair_Product_Page.html
168 lines (141 loc) · 5.45 KB
/
Accessories_Seating_Clinical_Chair_Product_Page.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Techno-Aide Clinical Chair</title>
<link rel="stylesheet" href="product_page_stylesheet.css" media="screen">
<meta charset="utf-8">
<style>
.product {
width: 95%;
margin: auto;
}
.titleBox {
background-color: #E9E9E9;
padding: 15px;
overflow: auto;
border: solid 1px black;
}
.titleBox img {
float: right;
border: solid 2px black;
padding: 2px;
}
.productInfo {
padding: 15px;
overflow: auto;
border: solid 1px black;
border-top: none;
}
.productInfo img {
float: right;
border: solid 2px black;
padding: 2px;
}
.productInfo table {
border: solid 2px black;
padding 2px;
height: 427px;
width: 45%;
border-collapse: collapse;
}
.productInfo th {
padding: 2px;
}
.productInfo td {
padding: 2px;
}
.productDescription {
padding: 15px;
}
</style>
</head>
<body>
<div>
<header>
<h1>Pacific Northwest X-Ray Inc.</h1>
<h3>Simply the best!</h3>
</header>
<nav class="navigator">
<ul>
<li><a href="">Accessories </a></li>
<li><a href="">Equipment </a></li>
<li><a href="">Parts </a></li>
<li><a href="">Supplies </a></li>
<li><a href="">New Products </a></li>
<li><a href="">Clearance </a></li>
<li><a href="">Why us? </a></li>
<li><a href="">How to buy? </a></li>
<li><a href="">Product Index</a></li>
<input type="text" placeholder="Search..">
</ul>
</nav>
<br>
<hr>
<h1 class ="subHeader">Accessories</h1>
<hr>
<nav class="subNav">
<ul>
<li><a href="Accessories.html#subSection1">Patient Positioning</a></li>
<li><a href="Accessories.html#subSection2">Training Phantoms</a></li>
<li><a href="Accessories.html#subSection3">Seating Products</a></li>
<li><a href="Accessories.html#subSection4">Technologist Aids</a></li>
<li><a href="Accessories.html#subSection5">Radiation Protection</a></li>
<li><a href="Accessories.html#subSection6">Ultrasound Accessories</a></li>
</ul>
</nav>
<br>
<br>
<main>
<div class="product">
<div class="titleBox">
<img src="Techno_Aide_Logo.png" height="80" width="348" alt="Logo Name">
<h1>Techno-Aide Clinical Chair</h1>
</div>
<div class="productInfo">
<img src="Accessories_Seating_Clinical_Chair_Product_Photo.jpg" width="425" height="419" alt="Product Name">
<table border="1">
<tr>
<th>Stock #</th>
<th>Price</th>
</tr>
<tr>
<td>CMT-IC07</td>
<td>$956.31</td>
</tr>
</table>
</div>
<br>
<hr>
<div class="productDescription">
Since 1946, Lumex has made a variety of chairs and recliners for the healthcare industry. This recliner comes in a beautifully designed package that is ideal for Oncology, PET Centers, Dialysis, IV Therapy depts. Same Day Surgery and other healthcare environments where patients need to sit and relax for long periods of time. This recliner makes the care, treatment, and recovery of patients more comfortable in an array of clinical settings.<br><br>
<b>Features:</b><br>
Unitized Recliner Mechanism.<br>
Pull Out Patient Foot Plate.<br>
Legrest-Recline Lever.<br>
Composite Foam Seat and Back.<br>
Tente® Casters.<br>
Engineered, designed, and assembled in the United States.<br>
Meets California Technical Bulletin 133 flammability standards.<br>
IV Pole Option Available.<br>
Headrest Cover Option available as well.<br><br>
<b>Warranty:</b><br>
Frame: Three Years.<br>
Mechanical Components: Three Years.<br>
Upholstered Components: One Year.<br>
Tente Casters: One Year.<br>
</div>
<hr>
<br>
</div>
<div class="contactInfo">
<h3>Pacific Northwest X-Ray Inc.</h3>
<h4>P.O. Box 625 , Gresham, OR 97030 U. S. A.</h4>
<h6>Toll Free U. S. A. : 800-827-XRAY (800-827-9729) 866-PNW-XRAY (866-769-9729)</h6>
<h6>Outside U. S. A. : 1-503-667-3000</h6>
<h6>Fax :1-503-666-8855</h6>
</div>
</main>
<footer>©1997-2021 Pacific Northwest X-Ray Inc. - Sales & Marketing Division - All Rights Reserved</footer>
</div>
</body>
</html>