-
Notifications
You must be signed in to change notification settings - Fork 0
/
Accessories_MRIAccessories_Hampers.html
168 lines (138 loc) · 4.42 KB
/
Accessories_MRIAccessories_Hampers.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>Product Name</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">Accsessories : MRI Accessories</h1>
<hr>
<nav class="subNav">
<ul>
<li><a href="#subSection1">Breast Coil Drapes</a></li>
<li><a href="#subSection2">Chairs & Stools</a></li>
<li><a href="#subSection3">Hampers</a></li>
<li><a href="#subSection4">Instrument Stands</a></li>
<li><a href="#subSection5">IV Poles</a></li>
<li><a href="#subSection6">Metal Detector</a></li>
</ul>
</nav>
<br>
<br>
<main>
<div class="product">
<div class="titleBox">
<img src="brewerLogo.gif" height="140" width="119" alt="Logo Name">
<h1>Folding Linen Hamper</h1>
</div>
<div class="productInfo">
<img src="linenhamper.jpg" width="350" height="241" alt="Product Name">
<table border="1">
<tr>
<th>Stock #</th>
<th>Dimensions-Open</th>
<th>Number of Casters</th>
<th>Casters</th>
<th>Your Price</th>
</tr>
<tr>
<td>33395</td>
<td>39-1/2"H X 20"W X 20"D</td>
<td>4</td>
<td>3"Rubber Wheel Ball Bearing</td>
<td>$183.64</td>
</tr>
</table>
</div>
<br>
<hr>
<div class="productDescription">
<p>Wide stable base
Adjusts to hold 18", 22" or 25" diameter bags
Durable chrome plated finish
Can be folded for compact storage
Bag rest affords maximum air circulation
Weight: 17 lbs.
</p>
</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>