-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolour_printers.html
More file actions
executable file
·445 lines (409 loc) · 17.9 KB
/
colour_printers.html
File metadata and controls
executable file
·445 lines (409 loc) · 17.9 KB
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Gold Business office Solutions Winnipeg, Brandon, Manitoba Canada - Gold Business Solutions</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" href="images/logo_gold.png">
<meta name="keywords" content="gold business solutions, office business solutions, printers wide format, printer supplies Montreal, managed print service, mps, copiers">
<meta name="description" content="Gold Business Solutions provide a wide selection of top brands printers wide format, printer, Copier, scanners and fax supplies in Montreal, Canada">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="icon" type="image/png" href="images/logo_gold.png">
<!--banner-->
<link rel="stylesheet" href="ism/css/my-slider.css"/>
<script src="ism/js/ism-2.2.min.js"></script>
<!--end banner-->
<link rel="icon" type="image/png" href="images/logo_gold.png">
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/arial.js"></script>
<script type="text/javascript" src="js/cuf_run.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
* {
box-sizing: border-box;
}
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
background-color: #555;
color: white;
padding: 6px 10px;
border: none;
cursor: pointer;
opacity: 0.8;
/*position: absolute;*/
bottom: 23px;
right: 650px;
width: 150;
}
/* The popup form - hidden by default */
.form-popup {
display: none;
position: fixed;
bottom: 0;
right: 700px;
border: 1px solid #f1f1f1;
z-index: 9;
transform: translate(0%, -30%);/*top: 40%;*/
}
/* Add styles to the form container */
.form-container {
max-width: 500px;
padding: 10px;
background-color: white;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
background-color: #555;
color: white;
padding: 6px 20px;
border: none;
cursor: pointer;
opacity: 0.7;
/*position: fixed;*/
bottom: 0px;
right: 650px;
width: 80px;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
opacity: 1;
}
</style>
<script>
function openForm() {
document.getElementById("myForm").style.display = "block";
}
function closeForm() {
document.getElementById("myForm").style.display = "none";
}
function openForm1() {
document.getElementById("myForm1").style.display = "block";
}
function closeForm1() {
document.getElementById("myForm1").style.display = "none";
}
function openForm2() {
document.getElementById("myForm2").style.display = "block";
}
function closeForm2() {
document.getElementById("myForm2").style.display = "none";
}
function openForm4() {
document.getElementById("myForm4").style.display = "block";
}
function closeForm4() {
document.getElementById("myForm4").style.display = "none";
}
function openForm5() {
document.getElementById("myForm5").style.display = "block";
}
function closeForm5() {
document.getElementById("myForm5").style.display = "none";
}
function openForm6() {
document.getElementById("myForm6").style.display = "block";
}
function closeForm6() {
document.getElementById("myForm6").style.display = "none";
}
function openForm7() {
document.getElementById("myForm7").style.display = "block";
}
function closeForm7() {
document.getElementById("myForm7").style.display = "none";
}
function openForm8() {
document.getElementById("myForm8").style.display = "block";
}
function closeForm8() {
document.getElementById("myForm8").style.display = "none";
}
</script>
</head>
<body>
<!-- START PAGE SOURCE -->
<div class="main">
<div class="main_resize">
<div class="header"> <a href="index.html"><img src="images/gold-business-solutions-logo-2.jpg" alt="business template" width="186" height="72" /><span></span></a>
<div class="search">
<form method="get" id="search" action="#">
<span>
<input type="text" value="Search..." name="s" id="s" />
<input name="searchsubmit" type="image" src="images/search.gif" value="Go" id="searchsubmit" class="btn" />
</span>
</form>
<div class="clr"></div>
</div>
<div class="menu_nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="what_we_do.html" title="Gold Business Solution" target="_self">What We Do</a></li>
<li><a href="recycling.html" title="Gold Business Solution" target="_self">Recycling</a></li>
<li><a href="testimonials.html" title="Gold Business Solution" target="_self">Testimonials</a></li>
<li><a href="mds_main.html" title="Gold Business Solution" target="_self">MDS</a></li>
<li><a href="mps.html" title="Gold Business Solution" target="_self">MPS</a></li>
<li><a href="who_we_are.html" title="Gold Business Solution" target="_self">Who We Are</a></li>
<li><a href="contact.html" title="Gold Business Solution" target="new">Contact Us</a></li>
</ul>
<div class="clr"></div>
</div>
<div class="clr"></div>
<div class="ism-slider" data-play_type="loop" id="my-slider">
<ol>
<li>
<img src="ism/image/slides/_u/1549648303691_665978.png">
</li>
<li>
<img src="ism/image/slides/_u/1549648302978_829429.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1549648302736_393365.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1549648301740_757824.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1549648301325_438307.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1549648074180_854945.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1549648073246_660098.jpg">
</li>
</ol>
</div>
</div>
<div class="content">
<div class="content_bg">
<div class="mainbar">
<div class="article">
<h2>Colour Printers</h2>
</div>
<!-- product ITEM 1-->
<div class="article">
<h2>FS-C5150DN</h2>
<div class="clr"></div>
<img src="products/FSC5150-140x140.jpg" alt="" width="100" class="fl" />
<ul class="article">
<li>23 ppm Colour / 23 ppm Monochrome </li>
<li>Brilliant colour and crisp black & ..</li>
</ul>
<br/>
<button class="open-button" onclick="openForm()">More Product Details</button>
<div class="form-popup" id="myForm">
<form action="/action_page.php" class="form-container">
<a href="index.html"> <img src="products/FSC5150-140x140.jpg" alt="business template" /></a><br/>
<p><strong>FS-C5150DN</strong></p>
<ul class="article">
<li>23 ppm Colour / 23 ppm Monochrome</li>
<li>Brilliant colour and crisp black & white prints</li>
<li>50,000 pages per month</li>
<li>600 x 600 dpi;</li>
<li>9600 x 600 multi bit interpolated resolution;</li>
<li>Max. paper capacity of 1,300 sheets <br/> with two additional paper drawers</li>
<li>Low Total Cost of Ownership</li>
<li>Eco-friendly long life consumables</li>
<li>Kyocera ultra-reliable technology</li>
<li>Energy Star? Compliant</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM1-->
<!--product ITEM 2-->
<div class="article">
<h2>FS-C5250DN</h2>
<div class="clr"></div>
<img src="products/FSC5250-140x140.jpg" alt="" class="fl" />
<ul class="article">
<li>23 ppm colour / 23 ppm monochrome </li>
<li>Brilliant colour and crisp black & ..</li>
</ul>
<br/>
<button class="open-button" onclick="openForm1()">More Product Details</button>
<div class="form-popup" id="myForm1">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/FSC5250-280x280.jpg" alt="business template" /></a><br/>
<p><strong>FS-C5250DN</strong></p>
<ul class="article">
<li>23 ppm colour / 23 ppm monochrome</li>
<li>Brilliant colour and crisp black & white prints</li>
<li>65,000 pages per month</li>
<li>600 x 600 dpi;</li>
<li>9600 x 600 multi bit interpolated resolution;</li>
<li>500 sheet drawer, 150 sheet multi-purpose tray</li>
<li>Max. paper capacity of 2,050</li>
<li>Option of up to 5 paper sources for printing flexibility</li>
<li>Standard Duplex</li>
<li>Low Total Cost of Ownership</li>
<li>Eco-friendly long life consumables</li>
<li>Kyocera ultra-reliable technology</li>
<li>Energy Star? Complian</li>
</ul>
<button type="button" class="btn cancel" onclick="closeForm1()">Back</button>
</form>
<div class="clr"></div>
</div>
</div>
<!--</div> END ITEM2-->
<!--product ITEM 3 -->
<div class="article">
<h2>FS-C5350DN</h2>
<div class="clr"></div>
<img src="products/5300-140x140.jpg" alt="" width="100" class="fl" />
<ul class="article">
<li>Fast output speed of 32 pages per minute </li>
<li>Brilliant colour and crisp black & ..</li>
</ul>
<button class="open-button" onclick="openForm2()">More Product Details</button>
<div class="form-popup" id="myForm2">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/5300-280x280.jpg" alt="business template" /></a>
<p><strong>FS-C5350DN</strong></p>
<ul class="article">
<span>
<li>32 ppm colour / 32 ppm monochrome</li>
<li>Brilliant colour and crisp black & white prints</li>
<li>140,000 pages per month</li>
<li>600 x 600 dpi;</li>
<li>9600 x 600 multi bit interpolated resolution;</li>
<li>500 sheet drawer, 150 sheet multi-purpose tray</li>
<li>Max. paper capacity of 2,150</li>
<li>Option of up to 5 paper sources for printing flexibility</li>
<li>Standard Duplex</li>
<li>Low Total Cost of Ownership</li>
<li>Eco-friendly long life consumables</li>
<li>Kyocera ultra-reliable technology</li>
<li>Energy Star? Compliant</li>
</span>
</ul>
<button type="button" class="btn cancel" onclick="closeForm2()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM3-->
<!--product ITEM 4 -->
<div class="article">
<h2>FS-C5400DN</h2>
<div class="clr"></div>
<img src="products/FSC5400DN-140x140.jpg" alt="" class="fl" />
<ul class="article">
<li>Fast output speed of 37 pages per minute</li>
<li>Maximum 2,650 sheet ...</li>
</ul>
<button class="open-button" onclick="openForm4()">More Product Details</button>
<div class="form-popup" id="myForm4">
<form action="/action_page.php" class="form-container">
<a href="index.html"><img src="products/FSC5400DN-280x280.jpg" alt="business template" /></a>
<p><strong>FS-C5400DN</strong></p>
<ul class="article">
<span>
<li>Fast output speed of 37 pages per minute</li>
<li>Brilliant colour and crisp black & white prints</li>
<li>150,000 pages per month</li>
<li>600 x 600 dpi;</li>
<li>9600 x 600 multi bit interpolated resolution;</li>
<li>500 sheet drawer, 150 sheet multi-purpose tray</li>
<li>Configure with additional paper trays for max. <br/>paper capacity of 2,650 sheets</li>
<li>Standard Duplex</li>
<li>Eco-friendly long life consumables</li>
<li>Kyocera ultra-reliable technology</li>
<li>Energy Star? Compliant</li>
</span>
</ul>
<button type="button" class="btn cancel" onclick="closeForm4()">Back</button>
</form>
</div>
<div class="clr"></div>
</div>
<!--</div> END ITEM4-->
<!--END ITEMS-->
</div>
</div>
<div class="sidebar">
<div class="gadget">
<h2><span>Sidebar</span> Menu</h2>
<div class="clr"></div>
<ul class="sb_menu">
<li class="active"><a href="bw_printers.html">B&W Printers</a></li>
<li><a href="colour_printers.html">Colour Printers</a></li>
<li><a href="bw_copiers.html">B&W Copiers/MFP</a></li>
<li><a href="colour_copiers.html">Colour Copiers/MFP</a></li>
<li><a href="wide_format_printers.html">Wide Format Printers</a></li>
<li><a href="3d_printers.html">3D Printers</a></li>
<li><a href="Shredders.html">Shredders</a></li>
</ul>
</div>
<div class="gadget">
<h2><span>Sponsors</span></h2>
<div class="clr"></div>
<ul class="ex_menu">
<li><a href="mpssteps.html" target="_self">Easy Start</a></li>
<li><a href="https://ca.kyoceradocumentsolutions.com/en/download-center.html?category=technical&asset-type=Documentation&prod-category=%20All&product=All" target="new">Technical Downloads and Manuals</a></li>
<li><a href="https://ca.kyoceradocumentsolutions.com/en/download-center.html?category=ssg" target="new">Documentation</a></li>
<li><a href="service_request_form.html">Service request form</a></li>
<li><a href="order_supply_form.html">Order supplies</a></li>
<li><a href="quatetion_form.html">Request a quote</a></li>
</ul>
</div>
</div>
<div class="clr"></div>
</div>
</div>
</div>
<div class="fbg">
<div class="fbg_resize">
<div class="col c1">
<h2>Sponsor Company</h2>
<a href="#"><img src="images/canon.png" width="140" height="60" alt="" /></a> <a href="#"><img src="images/hp_logo.png" width="60" height="60" alt="" /></a> <a href="#"><img src="images/kyocera_logo.png" width="140" height="60" alt="" /></a> <a href="#"><img src="images/samsung_logo.png" width="60" height="60" alt="" /></a> <a href="#"><img src="images/rico_logo.png" width="140" height="60" alt="" /></a> <a href="#"><img src="images/ideal_logo.png" width="60" height="60" alt="" /></a> </div>
<div class="col c2" dir="ltr">
<h2><span>Contact Information</span></h2>
<p> BRANDON<br />
A: Gold Business Solutions<br />
Unit C, 315 College Avenue<br />
Brandon, MB, Canada<br />
R7A 1E7<br />
T: (204) 726-1267<br />
F: (204) 725-4362<br />
<img src="images/brandon.jpg" width="111" height="111" /><br />
</p>
</div>
<div class="col c3">
<h2> </h2>
<br/>
<p> WINNIPEG <br />
A: Gold Business Solutions <br />
791 Bradford Street <br />
Winnipeg, MB, Canada <br />
R3H 0N2 <br />
T: (204) 633-9264 <br />
F: (204) 632-1930 <br />
<img src="images/winnipeg.jpg" width="111" height="111" /><br />
</p>
</div>
<div class="clr"></div>
</div>
</div>
<div class="clr"></div>
<!--</div>-->
<div class="footer">
<div class="footer_resize">
<p class="lf">Copyright © 2019 <a href="#">Gold Business Solutions</a> - All Rights Reserved</p>
<p class="rf"><a href="https://www.kyoceradocumentsolutions.com/privacy/">Privacy</a> .and. <a href="term_of_use.html">Term of use</a></p>
<div class="clr"></div>
</div>
</div>
<!-- END PAGE SOURCE -->
<div align="center">This created by BV <a href="https://www.linkedin.com/in/boris-vainrub/">Web Developer</a></div>
</body>
</html>