-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (92 loc) · 4.64 KB
/
index.html
File metadata and controls
98 lines (92 loc) · 4.64 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
---
layout: raw
title: ProLabPrints.com
description: ProLabPrints.com ROES Ordering System
active: yes
---
<section class="section-alt">
<div class="container text-center">
<h1>Welcome to our ROES Ordering System</h1>
<p class="lead">
What would you like to order? Choose one of the options below.
</p>
</div>
</section>
<section class="section-main">
<div class="container">
<div class="text-center">
{% if site.message %}
<blockquote class="blockquote-info">
<h4>{{site.message.title}}</h4>
<p>{{site.message.content}}</p>
</blockquote>
{% endif %}
</div>
<div class="service-flexrow">
<div class="service-flexitem-wide">
<a href="roes://pro-luster-pro-pricing/pro-luster/pro-luster-info">
<img alt="" src="{{site.baseurl}}/assets/images/pro-pricing-wide-icon.jpg" class="img-responsive-hm">
</a>
<div class="service-text">
<a class="servicea" href="roes://pro-luster-pro-pricing/pro-luster/pro-luster-info"><h3 class="serviceh2">Pro Pricing Pro Luster Prints</h3></a>
<p>Your images are printed as is, no color correction, best price</p>
</div>
</div>
<div class="service-flexitem-wide">
<a href="roes://pro-luster-full-service/pro-luster-fs/pro-luster-info-fs">
<img alt="" src="{{site.baseurl}}/assets/images/full-service-wide2-icon.jpg" class="img-responsive-hm">
</a>
<div class="service-text">
<a class="servicea" href="roes://pro-luster-full-service/pro-luster-fs/pro-luster-info-fs"><h3 class="serviceh2">Full Service Pro Luster Prints</h3></a>
<p>Your images are individually color corrected (recommended)</p>
</div>
</div>
{% for products in site.data.products %}
{% if products.icon %}
<div class="service-flexitem">
<a href="{{products.url}}">
<img alt="{{products.title}}" src="{{site.baseurl}}/assets/images/{{products.icon}}" class="img-responsive-hm">
</a>
<div class="service-text">
<a class="servicea" href="{{products.url}}"><h3 class="serviceh2">{{products.title}}</h3></a>
<p>{{products.description}}</p>
</div>
</div>
{% endif %}
{% endfor %}
{% for products2 in site.data.products %}
{% unless products2.icon %}
<div class="service-flexitem">
<div class="service-text">
<a class="servicea" href="{{products2.url}}"><h3 class="serviceh2">{{products2.title}}</h3></a>
<p>{{products2.description}}</p>
</div>
</div>
{% endunless %}
{% endfor %}
</div>
<hr/>
<h3>Need Help Ordering?</h3>
<p>Please watch the Roes Intro Video below. If you are still having trouble please
don't hesitate to give us a call - (619) 287-5346 - we are always happy to give you a hand.</p>
<h3 class="vid-title"><a href="https://prolabprints.com/videos/roes-intro-video/" target="_blank">ROES Intro Video</a></h3>
<p>This is a short video going over the basics of our ROES Ordering System.</p>
<hr/>
<h3>Notes, Tips and Misc Info</h3>
<ul>
<li>We do not have a minimum order, but orders under $7 will be charged a $1.00 fee (does not apply to orders being shipped).</li>
<li>Our products are divided into Product Catalogs - one for each of our main paper types and services. You cannot order
from more than one catalog in the same order.</li>
<li>Our pricing for Pro Luster/Glossy/Pearl prints is quantity based with breaks for over 10, 100 and over 300 prints of the
same size. It does not matter if you order the same image or different images, as long as they are the same size print you
will get the quantity price for the total number of prints.</li>
<li>Our normal turnaround time is 24 hours on standard prints and press products, 2-3 days for metal or tile and 3-4
days for canvas wraps.</li>
<li>ROES will only accept jpg, tif and png files - if you need to send something else use the Simple Order System on our website.</li>
<li>File names should not contain anything other than letters, numbers, dashes or underscores. Special characters like #, ' ? or $ will
cause problems when we process your order.</li>
<li>Your images MUST be RGB and not CMYK!</li>
<li>Images that are B&W should still be RGB and not grayscale.</li>
</ul>
</div>
</section>