-
Notifications
You must be signed in to change notification settings - Fork 0
/
Accessories_FilmIdentification_Markers_PhillipsSafetyMarkers.html
165 lines (137 loc) · 4.4 KB
/
Accessories_FilmIdentification_Markers_PhillipsSafetyMarkers.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
<!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 : Film Identification Markers (ID)</h1>
<hr>
<nav class="subNav">
<ul>
<li><a href="#subSection1">All-Craft Wellman Markers</a></li>
<li><a href="#subSection2">Phillips Safety Markers</a></li>
</ul>
</nav>
<br>
<br>
<main>
<div class="product">
<div class="titleBox">
<img src="PhillipsSafetyLogo.gif" height="140" width="119" alt="Logo Name">
<h1>Phillips Safety Epoxy Markers</h1>
</div>
<div class="productInfo">
<img src="PhillipsSafety.jpg" width="350" height="241" alt="Product Name">
<table border="1">
<tr>
<th>Stock #</th>
<th>Shape</th>
<th>Material</th>
<th>Description</th>
<th>Initials?</th>
<th>Your Price</th>
</tr>
<tr>
<td>LM-010</td>
<td>Heart</td>
<td>Clear Epoxy</td>
<td>"R&L"</td>
<td>No</td>
<td>$14.50</td>
</tr>
</table>
</div>
<br>
<hr>
<div class="productDescription">
<p>Lead "R" & "L" markers ship in 72 hours or less!
Letters are colored specifically for the side they represent: R is Red, L is Blue.
Made with Clear Epoxy.
Markers feature 5/32" hole for hanging on 1/8" or narrower pegs.
May be cleaned with soap and water.
Do not autoclave.
Lead markers are made to order and ship approximately 1-3 business days after receipt of Order.
</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>