-
Notifications
You must be signed in to change notification settings - Fork 0
/
Accessories_DarkroomProducts_ChemicalMixers.html
163 lines (136 loc) · 4.85 KB
/
Accessories_DarkroomProducts_ChemicalMixers.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
<!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 : Darkroom Products</h1>
<hr>
<nav class="subNav">
<ul>
<li><a href="#subSection1">Film Processor</a></li>
<li><a href="#subSection2">Chemical Mixers</a></li>
<li><a href="#subSection3">Film Bins</a></li>
<li><a href="#subSection4">Film Carrying Cases</a></li>
<li><a href="#subSection5">Film Duplicators</a></li>
<li><a href="#subSection6">Safelights & Darkroom Lighting</a></li>
</ul>
</nav>
<br>
<br>
<main>
<div class="product">
<div class="titleBox">
<img src="chemicalLogo.gif" height="140" width="119" alt="Logo Name">
<h1>Chemical Mixers</h1>
</div>
<div class="productInfo">
<img src="chemicalmixer.jpg" width="350" height="241" alt="Product Name">
<table border="1">
<tr>
<th>Stock #</th>
<th>Description</th>
<th>Chemistry Type</th>
<th>Your Price</th>
</tr>
<tr>
<td>19945</td>
<td>Standard 15.5 Gal</td>
<td>T2 Developer/T2 Fixer</td>
<td>$996.58</td>
</tr>
</table>
</div>
<br>
<hr>
<div class="productDescription">
<p>A versatile Chemical Mixer for use with:
X-Ray
Graphic Arts
Photo Products
One year warranty on all parts
Technical Specifications
The IS-199 incorporates a unique combination of features which make it the Mixer of Choice for both the user and the serviceman. The Specific Gravity Mixing System allows the user to start a mix anytime. The mixer responds to the addition of concentrated chemicals and adds the correct amount of water automatically. All Electronic Components have been chosen for dependability. Straight-forward circuit designs eliminate the need for circuit boards thereby increasing reliability. The Low Level Warning System indicates that solution level is 2.0 gallons or less. The warning system resets </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>