-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
267 lines (236 loc) · 11.5 KB
/
support.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OpenBoxes | Support</title>
<!--#include file="head.ext" -->
<!-- Le styles -->
<!--#include file="css.ext" -->
<style type="text/css">
@media (max-width: 980px) {
body { padding-top: 0;}
}
h4 { }
.span4.well { height: 225px; }
</style>
</head>
<body>
<div id="wrap">
<!--#include file="header.ext" -->
<div class="container-narrow">
<div class="jumbotron">
<h1>Support</h1>
<p class="lead">Now with 25% more support channels!</p>
</div>
<div class="row-fluid">
<h2>Community Support</h2>
</div>
<div class="row-fluid">
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="http://discuss.openboxes.com" target="_blank"><h4>Community</h4></a>
<p class="text-justify">
Discuss a wide range of topics like "Troubleshooting Installation Issues" or "How do I implement barcoding within my warehouse?".
</p>
<p>
<a href="http://discuss.openboxes.com" target="_blank" class="btn btn-block">Discuss</a>
</p>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="https://openboxes.atlassian.net/wiki/questions" target="_blank"><h4>Knowledge Base</h4></a>
<p class="text-justify">
Ask questions and/or share your knowledge with the community. Acquire reputation points.
Become an OpenBoxes Expert. Profit.
</p>
<p>
<a href="https://openboxes.atlassian.net/wiki/questions" target="_blank" class="btn btn-block">Atlassian Questions</a>
</p>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="https://calendly.com/openboxes" target="_blank"><h4>Meetings</h4></a>
<p class="text-justify">
Use Calendly if you want to schedule a time to discuss your requirements or
simply share a bug you found via screenshare.
</p>
<p>
<a href="https://calendly.com/openboxes" target="_blank" class="btn btn-block">Schedule a meeting</a>
</p>
</div>
</div>
</li>
</ul>
</div>
<div class="row-fluid">
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="https://openboxes.readthedocs.io" target="_blank"><h4>Documentation</h4></a>
<p class="text-justify" title="Be the first to tell us what's missing and you'll win a brand new ... someone writing documentation for you.">
Check out our sparsely populated documentation.
</p>
<p>
<a href="https://openboxes.readthedocs.io" target="_blank" class="btn btn-block">RTFM</a>
</p>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="https://github.com/openboxes/openboxes/issues" target="_blank"><h4>Feature Requests</h4></a>
<p class="text-justify">
We use GitHub Issues for tracking new feature requests.
</p>
<p>
<a href="https://github.com/openboxes/openboxes/issues/new" target="_blank" class="btn btn-block">Request a feature</a>
</p>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="https://github.com/openboxes/openboxes/issues" target="_blank"><h4>Bug Reports</h4></a>
<p class="text-justify">
We also use GitHub Issues for tracking bug reports.
</p>
<p>
<a href="https://github.com/openboxes/openboxes/issues/new" target="_blank" class="btn btn-block">Report a bug</a>
</p>
</div>
</div>
</li>
</ul>
</div>
<div class="row-fluid">
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="http://slack.openboxes.com/" target="_blank"><h4>Slack</h4></a>
<p class="text-justify">
Jump on our Slack to discuss an issue with developers.
</p>
<p>
<a href="http://slack.openboxes.com/" target="_blank" class="btn btn-block">Join Slack</a>
</p>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="https://groups.google.com/forum/#!forum/openboxes" target="_blank"><h4>Google Groups</h4></a>
<p class="text-justify">
Discuss an implementation issue with the community.
</p>
<p>
<a href="https://groups.google.com/forum/#!forum/openboxes" target="_blank" class="btn btn-block">Ask a Question</a>
</p>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="https://twitter.com/justinmiranda"><h4>Twitter</h4></a>
<p class="text-justify">
Tweet at us. Actually, it's just me. Tweet at me.
</p>
<p>
<a href="https://twitter.com/justinmiranda" target="_blank" class="btn btn-block">Tweet at me, bro</a>
</p>
</div>
</div>
</li>
</ul>
</div>
<h2>Professional Support</h2>
<div class="row-fluid">
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="mailto:[email protected]" target="_blank"><h4>Email</h4></a>
<p class="text-justify">
Email our support team and get a response back within a minute.
Our pledge to you is that we will always over-promise and under-deliver.
</p>
<p>
<a href="#" onClick="mailto:[email protected]" target="_blank" class="btn btn-block">Email</a>
</p>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="#" onClick="toggleChat();"><h4>Live Chat</h4></a>
<p class="text-justify">
We're usually available to live chat between 9:00am - 4:00pm CST. If we aren't available send us an offline message
with your name and email address and we'll get back to you as soon as we can.
</p>
<p>
<a href="#" onClick="toggleChat();" target="_blank" class="btn btn-block">Chat</a>
</p>
</div>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<div class="caption">
<a href="tel:+16174750619" target="_blank"><h4>Telephone</h4></a>
<p class="text-justify">
Call our support line <strong>(617-475-0619)</strong> any time, day or night ...
and we probably won't answer.
</p>
<p>
But call us between the hours of <strong>9:00am - 5:00pm CST</strong> Monday thru Friday
and we <i>should</i> pick up.
</p>
<p>
<a href="tel:+16174750619" target="_blank" target="_blank" class="btn btn-block">Call (617) 475-0619</a>
</p>
</div>
</div>
</li>
</ul>
</div>
</div>
<!--
<h4>Professional Services</h4>
<p>
Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.
</p>
<h4>Training</h4>
<p>
Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.
</p>
-->
<!--
<h4>Video Tutorials</h4>
<p>
Maecenas sed diam eget risus varius blandit sit amet non magna.
</p>
-->
</div>
<!--#include file="footer.ext" -->
<script src="./ember/js/libs/jquery-1.9.1.js"></script>
<script src="./bootstrap/js/bootstrap.js"></script>
<script src="./ember/js/libs/handlebars-1.0.0-rc.4.js"></script>
<script src="./ember/js/libs/ember-1.0.0-rc.6.1.js"></script>
<!--#include file="analytics.ext" -->
<!--#include file="uservoice.ext" -->
<!--#include file="chat.ext" -->
</body>
</html>