-
Notifications
You must be signed in to change notification settings - Fork 0
/
Accessories_Positioning_Arm_Support_Product_Page.html
157 lines (131 loc) · 4.8 KB
/
Accessories_Positioning_Arm_Support_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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Arm Support</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: 241px;
width: 50%;
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="Bar_Ray_Logo.jpg" height="119" width="140" alt="Logo Name">
<h1>Arm Support</h1>
</div>
<div class="productInfo">
<img src="Accessories_Positioning_Arm_Support_Product_Photo.jpg" width="350" height="241" alt="Product Name">
<table border="1">
<tr>
<th>Stock #</th>
<th>Weight</th>
<th>Price</th>
</tr>
<tr>
<td>69210</td>
<td>4 lbs.</td>
<td>$175.00</td>
</tr>
</table>
</div>
<br>
<hr>
<div class="productDescription">
<p>Keep your patients' arms comfortably tucked at their sides during reclining imaging procedures. No need for adhesive tape, sand bags, or straps: Just slip the Arm Support under a mattress and position the patients' arms where you need them. The clear plastic material leaves a clear view of the body for imaging procedures. The Arm Support is ideal for special catheterization and nuclear medicine studies. Sold in pairs.</p>
<br>
Dimensions: 11¾"L x 12"W<br>
Weight: 4 lbs.
</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>