This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·548 lines (530 loc) · 42.1 KB
/
index.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
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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
<!doctype html>
<html>
<head>
<title>Brightcommerce</title>
<meta charset="utf-8">
<meta name="keywords" content="financial technology, fintech, commerce, solutions">
<meta name="description" content="Brightcommerce excels at building financial technology and commerce related solutions to modern problems.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin,latin-ext">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,800,300&subset=latin,latin-ext">
<script src="./js/jquery-2.1.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/blocs.min.js"></script>
<script src="./js/jqBootstrapValidation.js"></script>
<script src="./js/formHandler.js"></script>
<script src="./js/lazysizes.min.js" defer></script>
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="icon" type="image/png" href="http://brightcommerce.com/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="http://brightcommerce.com/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="http://brightcommerce.com/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="http://brightcommerce.com/img/iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="http://brightcommerce.com/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="http://brightcommerce.com/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="http://brightcommerce.com/img/iPad-Pro.png">
<!-- Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111801357-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-111801357-1');
</script>
<!-- Google Analytics END -->
</head>
<body>
<!-- Main container -->
<div class="page-container">
<!-- header -->
<div class="bloc bgc-white bloc-fill-screen bg-slide01 b-parallax l-bloc" id="header">
<div class="container fill-bloc-top-edge">
<nav class="navbar row">
<div class="navbar-header">
<a class="navbar-brand" href="index.html"><img src="img/lazyload-ph.png" data-src="img/Brightcommerce-Logo.png" alt="Brightcommerce Logo (TM)" width="50" height="50" class="lazyload" /></a>
<button id="nav-toggle" type="button" class="ui-navbar-toggle navbar-toggle" data-toggle="collapse" data-target=".navbar-1">
<span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-1 special-dropdown-nav">
<ul class="site-navigation nav navbar-nav pull-right">
<li>
<a onclick="scrollToTarget('#about')" id="pl-undefined">About</a>
</li>
<li>
<a onclick="scrollToTarget('#products')" id="pl-undefined">Products</a>
</li>
<li>
<a onclick="scrollToTarget('#team')" id="pl-undefined">Team</a>
</li>
<li>
<a onclick="scrollToTarget('#contact')" id="pl-undefined">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="container">
<div class="row hidden-sm">
<div class="col-sm-6">
<h1 class="lake-hero-text-s text-left ">Welcome to Brightcommerce</h1>
<h3 class="text-left mg-lg lake-hero-text-sub-s tc-white ">We excel at building financial technology and commerce related solutions to modern problems</h3>
</div>
<div class="col-sm-6">
</div>
</div>
</div>
<div class="container fill-bloc-bottom-edge">
<div class="row">
<div class="col-sm-12">
<a id="scroll-hero" class="blocs-hero-btn-dwn" href="#"><span class="fa fa-chevron-down"></span></a>
</div>
</div>
</div>
</div>
<!-- header END -->
<!-- about -->
<div class="bloc bgc-anti-flash-white l-bloc" id="about">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-12">
<h2 class="mg-md text-center ">ABOUT BRIGHTCOMMERCE</h2>
</div>
</div>
<div class="row voffset">
<div class="col-sm-6">
<h3 class="mg-md">What?</h3>
<p class="mg-lg ">
Brightcommerce fosters new technology and innovation that aims to compete with traditional financial methods in the delivery of financial services. <br> <br>Brightcommerce builds software solutions using technologies such as blockchain,
cryptography, artificial intelligence, peer-to-peer and automated workflow.
</p>
<h3 class="mg-md">Why?</h3>
<p class="mg-lg ">
Global investment in financial technology increased more than twelvefold from $930 million in 2008 to more than $12 billion in 2014. <br> <br>Finance is seen as one of the industries most vulnerable to disruption by software because financial
services, much like publishing, are made of information rather than concrete goods. In particular blockchains have the potential to reduce the cost of transacting in a financial system.
</p>
</div>
<div class="col-sm-6">
<h3 class="mg-md">How?</h3>
<p class="mg-lg ">
Brightcommerce assesses the most appropriate tools to build the solution for the problem at hand. This means our toolchain usually changes for each project. <br> <br>Our team are experts with many years of software development and operational
skills in scoping, developing, testing and after-sales support.
</p>
<h3 class="mg-md">Where?</h3>
<p class="mg-lg ">
Founded in 2012, Brightcommerce, Inc. is a Delaware USA corporation but operates globally building solutions for a diverse array of clients. <br> <br>We have a number of our own projects in the pipeline also and our target markets include
USA, EU and Australasian regions.
</p>
</div>
</div>
</div>
</div>
<!-- about END -->
<!-- products -->
<div class="bloc bgc-white l-bloc" id="products">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-12">
<h2 class="mg-md text-center ">OUR PRODUCTS</h2>
</div>
</div>
</div>
</div>
<!-- exavest -->
<div class="bloc bgc-white l-bloc " id="exavest">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-6">
<h3 class="mg-lg imac-bloc-text-vc">Exavest</h3>
<p class="mg-lg ">
Exavest is autonomous crypto token investment software-as-a-service for trading popular coin pairs on a number of the leading crypto exchanges. <br> <br>Exavest provides a simplified trading user experience for investors keen to enter the
crypto investment market, but who are intimidated by traditional trading platforms, terminology and strategies. Although, the user interface is extremely easy to grok, Exavest provides powerful granularity for seasoned investors. <br> <br>Exavest
provides pre-built isolated bare-metal servers for each investor and a number of built-in trading portfolios for conservative and aggressive strategies, and also boasts native mobile apps for Android and iOS.
</p><a href="https://www.exavest.com" class="btn btn-lg btn-dodger-blue" target="_blank">Learn More</a>
</div>
<div class="col-sm-6">
<div class="center-block blocsapp-device blocsapp-device-imac">
<img src="img/lazyload-ph.png" data-src="img/bitcoin.jpg" class="img-responsive lazyload" alt="Bitcoin" />
</div>
</div>
</div>
</div>
</div>
<!-- exavest END -->
<!-- products END -->
<!-- team -->
<div class="bloc bgc-anti-flash-white l-bloc" id="team">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-12">
<h2 class="text-center mg-md ">OUR LEADERSHIP</h2>
<p class="sub-heading text-center ">
Brightcommerce is a private family-owned corporation in the USA.
</p>
</div>
</div>
<div class="row voffset-md">
<div class="col-sm-4">
<img src="img/lazyload-ph.png" data-src="img/Dom-color.png" class="img-circle mg-lg center-block lazyload" width="200" height="200" alt="Jurgen Jocubeit" />
<h3 class="text-center mg-md">Jurgen Jocubeit</h3>
<p class="text-center ">
CO-FOUNDER / CTO
</p>
</div>
<div class="col-sm-4">
<img src="img/lazyload-ph.png" data-src="img/Cathy.jpg" class="img-circle center-block mg-lg lazyload" width="200" height="200" />
<h3 class="text-center mg-md">Catherine Jocubeit</h3>
<p class="text-center ">
CO-FOUNDER / CEO
</p>
</div>
<div class="col-sm-4">
<img src="img/lazyload-ph.png" data-src="img/Lachlan2.jpg" class="img-circle center-block mg-lg lazyload" width="200" />
<h3 class="text-center mg-md">Lachlan Jocubeit</h3>
<p class="text-center ">
VP MARKETING
</p>
</div>
</div>
</div>
</div>
<!-- team END -->
<!-- contact -->
<div class="bloc bgc-white tc-white bg-background2 l-bloc" id="contact">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-12">
<h2 class="mg-md text-center tc-white ">CONTACT US</h2>
<div class="row">
<div class="col-sm-6">
<h3 class="mg-lg tc-white"><br>Get in touch with us</h3>
<p>
We’d love to hear from you and we’re eager to help in any way we can! Do you have questions? Don't worry, there aren't any dumb questions.<br> <br>Our friendly team can be reached Monday to Friday, from 9am to 5pm,
Eastern Time. <br> <br>Fill out the form to right and click the big blue Send Message button, we'll get back to you as soon as possible (usually within one business day).<br> <br>You can also contact us on <a class="ltc-dodger-blue"
href="https://twitter.com/brightcommerce" target="_blank">Twitter</a> and <a class="ltc-dodger-blue" href="https://www.linkedin.com/company/18004238/" target="_blank">LinkedIn</a>, or just give us a call on +1 (302) 213-6145.
</p>
</div>
<div class="col-sm-6">
<form action="http://formspree.io/support@brightcommerce.com" method="POST" novalidate>
<h3 class="mg-lg tc-white"><br>Send us a message</h3>
<div class="form-group">
<label>Name</label>
<input id="name" name="_name" class="form-control" required placeholder="Your name" />
</div>
<div class="form-group">
<label>Email</label>
<input id="email" class="form-control" type="email" name="_replyto" required placeholder="name@example.com" />
</div>
<div class="form-group">
<label>Message</label>
<textarea id="message" name="_message" class="form-control" rows="8" cols="50" required placeholder="Your message"></textarea>
</div>
<button class="bloc-button btn btn-lg btn-block btn-dodger-blue" type="submit">SEND MESSAGE</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- contact END -->
<!-- footer -->
<div class="bloc bgc-medium-jungle-green d-bloc" id="footer">
<div class="container bloc-lg">
<div class="row">
<div class="col-sm-3">
<h3 class="mg-md bloc-mob-center-text">About Us</h3>
<a class="a-btn a-block bloc-mob-center-text" onclick="scrollToTarget('#about')">What, why, how and where?</a>
<a class="a-btn a-block bloc-mob-center-text" onclick="scrollToTarget('#team')">Our Leadership</a>
<a href="#footer" class="a-btn a-block bloc-mob-center-text" id="showterms">Terms and Conditions of Use</a>
<a href="#footer" class="a-btn a-block bloc-mob-center-text" id="showprivacy">Privacy Policy</a>
<a href="#footer" class="a-btn a-block bloc-mob-center-text" id="showdmca">DMCA Notice</a>
<a href="#footer" class="a-btn a-block bloc-mob-center-text" id="showcopyright">Copyright 2018 Brightcommerce, Inc.</a>
</div>
<div class="col-sm-3">
<h3 class="mg-md bloc-mob-center-text">Our Products</h3>
<a class="a-btn a-block bloc-mob-center-text" onclick="scrollToTarget('#exavest')">Exavest - Autonomous Investor</a>
</div>
<div class="col-sm-3">
<h3 class="mg-md bloc-mob-center-text">Follow Us</h3>
<a href="https://twitter.com/brightcommerce" class="a-btn a-block bloc-mob-center-text" target="_blank">Twitter</a>
<a href="https://www.linkedin.com/company/18004238/" class="a-btn a-block bloc-mob-center-text" target="_blank">LinkedIn</a>
</div>
<div class="col-sm-3">
<h3 class="mg-md bloc-mob-center-text">Our Company</h3>
<img src="img/lazyload-ph.png" data-src="img/Brightcommerce-Logo.png" class="lazyload" width="40" height="40" alt="Brightcommerce Logo (tm)" />
<p class="mg-md">
Brightcommerce, Inc. <br>16192 Coastal Highway <br>Lewes DE 19958 <br>United States of America
</p>
<p>
+1 (302) 213-6145<br>
</p>
</div>
</div>
</div>
</div>
<!-- footer END -->
<!-- ScrollToTop Button -->
<a class="bloc-button btn btn-d scrollToTop" onclick="scrollToTarget('1')"><span class="fa fa-chevron-up"></span></a>
<!-- ScrollToTop Button END-->
</div>
<!-- Main container END -->
<div class="modal fade" id="termsmodal" role="dialog" style="display: none;">
<div class="modal-dialog modal-lg" style="margin-top: 154.5px;">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">TERMS AND CONDITIONS OF USE</h4>
</div>
<div class="modal-body">
<p>Thank you for visiting our website. If you want to use our website, you must agree to conform to and be legally bound by the terms and conditions described below.</p>
<p><strong>IF YOU DISAGREE WITH ANY OF THESE TERMS OR CONDITIONS, DO NOT USE OUR WEBSITE.</strong></p>
<h4>Minors</h4>
<p>We do not provide services or sell products to children. If you are below the age of 18, you may use our website only with the permission and active involvement of a parent or legal guardian. If you are a minor, please do not provide us or other
website visitors with any personal information.</p>
<h4>Privacy Policy Is Part Of These Terms And Conditions</h4>
<p>Our privacy policy is part of, and subject to, these terms and conditions of use.</p>
<h4>Compensation Disclosure Policy, If Any, Is Part Of These Terms And Conditions</h4>
<p>If there is a Compensation Disclosure Policy on our website, the policy is part of, and subject to, these terms and conditions of use.</p>
<h4>Modifications And Terminations</h4>
<p>These terms and conditions may change from time to time. If such changes are made, they will be effective immediately, and we will notify you by a notice posted on our website's home page of the changes that have been made. If you disagree with
the changes that have been made, you should not use our website.</p>
<p>We may terminate these terms and conditions of use for any reason and at any time without notice to you.</p>
<p>If you are concerned about these terms and conditions of use, you should read them each time before you use our website. Any questions or concerns should be brought to our attention by sending an e-mail to support@brightcommerce.com, and providing
us with information relating to your concern.</p>
<h4>Licensee Status</h4>
<p>You understand and agree that your use of our website is limited and non-exclusive as a nontransferable revocable licensee. We may terminate your license to use our website, and access to our website, for any reason, and without giving you notice.</p>
<h4>Content Ownership</h4>
<p>All content on our website is owned by us or our content suppliers. On behalf of ourselves and our content suppliers, we claim all property rights, including intellectual property rights, for this content and you are not allowed to infringe
upon those rights. We will prosecute to the fullest extent of the law anyone who attempts to steal our property.</p>
<p>You agree not to copy content from our website without our permission. Any requests to use our content should be submitted to us by e-mail to support@brightcommerce.com.</p>
<p>If you believe that your intellectual property rights have been infringed upon by our website content, please notify us by sending an e-mail to support@brightcommerce.com, or by sending mail to us at the address listed below. Please describe
in detail the alleged infringement, including the factual and legal basis for your claim of ownership.</p>
<h4>Disclaimers And Limitations Of Liablity</h4>
<p>The information on our website is provided on an 'as is', 'as available' basis. You agree that your use of our website is at your sole risk. We disclaim all warranties of any kind, including but not limited to, any express warranties, statutory
warranties, and any implied warranties of merchantability, fitness for a particular purpose, and non-infringement. We do not warrant that our website will always be available, access will be uninterrupted, be error-free, meet your requirements,
or that any defects in our website will be corrected.</p>
<p>Information on our website should not necessarily be relied upon and should not to be construed to be professional advice from us. We do not guarantee the accuracy or completeness of any of the information provided, and is not responsible for
any loss resulting from your reliance on such information.</p>
<p>If your jurisdiction does not allow limitations on warranties, this limitation may not apply to you. Your sole and exclusive remedy relating to your use of the site shall be to discontinue using the site.</p>
<p>Under no circumstances will we be liable or responsible for any direct, indirect, incidental, consequential (including damages from loss of business, lost profits, litigation, or the like), special, exemplary, punitive, or other damages, under
any legal theory, arising out of or in any way relating to our website, your website use, or the content, even if advised of the possibility of such damages.</p>
<p>Our total liability for any claim arising out of or relating to our website shall not exceed one hundred ($100) dollars and that amount shall be in lieu of all other remedies which you may have against us or our affiliates. Any such claim shall
be subject to confidential binding arbitration as described later in these terms and conditions of use.</p>
<h4>Obscene And Offensive Content</h4>
<p>We are not responsible for any obscene or offensive content that you receive or view from others while using our website. However, if you do receive or view such content, please contact us by e-mail to support@brightcommerce.com so that we can
investigate the matter. Although we are not obligated to do so, we reserve the right to monitor, investigate, and remove obscene or offensive material posted to our website.</p>
<h4>Indemnification</h4>
<p>You understand and agree that you will indemnify, defend and hold us and our affiliates harmless from any liability, loss, claim and expense, including reasonable attorney's fees, arising from your use of our website or your violation of these
terms and conditions.</p>
<h4>Compliance With Governing Law And Dispute Resolution</h4>
<p>You agree to obey all applicable laws while using our website. You agree that the laws of Delaware, USA, govern these terms and conditions of use without regard to conflicts of laws provisions.</p>
<p>You also agree that any dispute between you and us, excluding any intellectual property right infringement claims we pursue against you, shall be settled solely by confidential binding arbitration per the American Arbitration Association commercial
arbitration rules. All claims must arbitrate on an individual basis, and cannot be consolidated in any arbitration with any claim or controversy of anyone else. All arbitration must occur in Delaware, USA. Each party shall bear one half of
the arbitration fees and costs incurred, and each party is responsible for its own lawyer fees.</p>
<h4>Severability Of These Terms And Conditions</h4>
<p>If any part of these terms and conditions of use are determined by a court of competent jurisdiction to be invalid or unenforceable, that part shall be limited or eliminated to the minimum extent necessary so that the remainder of these terms
and conditions are fully enforceable and legally binding.</p>
<h4>How To Contact Us</h4>
<p>Any questions or concerns about these terms and conditions of use should be brought to our attention by e-mail to support@brightcommerce.com, and providing us with information relating to your concern.</p>
<p>You may also mail your concerns to us at the following address:<br>
<p>Brightcommerce, Inc.<br/>16192 Coastal Highway<br/>Lewes, DE 19958<br/>United States of America</p>
<h4>Entire Agreement</h4>
<p>These terms and conditions, including the policies incorporated herein by express reference, constitute your entire agreement with us with respect to your use of our website.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="privacymodal" role="dialog" style="display: none;">
<div class="modal-dialog modal-lg" style="margin-top: 154.5px;">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">PRIVACY POLICY</h4>
</div>
<div class="modal-body">
<p>This privacy policy tells you how we collect, use, and protect your personal information. By visiting our website, you accept and agree to the terms and conditions of this privacy policy. In particular, you consent to our collection and use
of your personal information as described in this privacy policy.</p>
<h4>Minors</h4>
<p>We do not provide services or sell products to children. If you are below the age of 18, you may use our website only with the permission and active involvement of a parent or legal guardian. If you are a minor, please do not provide us or other
website visitors with any personal information.</p>
<h4>Policy Is Part Of Our Terms and Conditions of Use</h4>
<p>Our privacy policy is part of, and subject to, our website's terms and conditions of use. You may view these terms on our website.</p>
<h4>The Type Of Information We Collect From You</h4>
<p>Like most places on the Internet, simply by visiting our website you automatically tell us certain information. This includes basic information such as your IP address, when you visited, the website from where you came prior to visiting us,
the website where you go when you leave our website, your computer's operating system, and the type of web browser that you are using. Our website automatically records this basic information about you.</p>
<p>And like many other websites, we may use cookies. In plain English, this means information that our website's server transfers to your computer. This information can be used to track your session on our website. Cookies may also be used to customize
our website content for you as an individual. If you are using one of the common Internet web browsers, you can set up your browser to either let you know when you receive a cookie or to deny cookie access to your computer.</p>
<p>We may also collect any data that you provide us by posting it at our website or by e-mail. You can always choose not to provide us with information. However, if you do withhold information, we may deny you access to some or all of our website's
services and features.</p>
<p>Some transactions between you and our website may involve payment by credit card, debit card, checks, money orders, crypto-token and/or third party online payment services. In such transactions, we will collect information related to the transaction
as part of the course of doing business with you, including your billing address, telephone number, and other information related to the transaction.</p>
<h4>What We Do With Your Information</h4>
<p>We use your information to operate our website's business activities. For example, we may use this data to contact you about changes to our website, new services, or special offers, resolve disputes, troubleshoot issues, and enforce our website's
terms and conditions of use</a>.</p>
<p>As a general rule, we will not give your data to third parties without your permission. However, there are some important exceptions to this rule that are described in the following paragraphs.</p>
<p>We may, in our sole discretion, provide information about you to law enforcement or other government officials for purposes of fraud investigations, alleged intellectual property infringement, or any other suspected illegal activity or matters
that may expose us to legal liability.</p>
<p>Although we do not disclose individually identifiable information, we may disclose aggregate data about our website's visitors to advertisers or other third parties for marketing and promotional purposes.</p>
<p>From time to time, we may use third party suppliers to provide services on our website. If a supplier wants to collect information about you, you will be notified. However, you will never be required to give information to a third party supplier.
We restrict the way third party suppliers can use your information. They are not allowed to sell or give your information to others.</p>
<h4>User Names And Passwords</h4>
<p>Your access to parts of our website may be protected by a user name and a password. Do not give your password to anyone. If you enter a section of our website that requires a password, you should log out when you leave. As a safety precaution,
you should also close out of your web browser completely and re-open it before viewing other parts of the Internet.</p>
<h4>Your Use Of Information And Solicited Junk E-mail</h4>
<p>If you obtain personally identifiable information about another website user, you are not allowed to disclose this information to anyone else without the consent of the user and our consent too.</p>
<p>We hate junk e-mail (spam). Information you obtain from our website about us or other site users cannot be used by you or others to send unsolicited commercial e-mail or to send unsolicited commercial communications via our website's posting
or other communication systems.</p>
<h4>Your Voluntary Disclosure Of Information To Third Parties Who Are Not Our Suppliers</h4>
<p>You may choose to provide personal information to website visitors or other third parties who are not our suppliers. Please use caution when doing so. The privacy policies and customs of these third parties determine what is done with your information.
</p>
<h4>Autoresponders</h4>
<p>We may use autoresponders to communicate with you by e-mail. To protect your privacy, we use a verified opt-in system for such communications and you can always opt-out of such communications using the links contained in each auto-responder
message. If you have difficulties opting out, you may contact us by sending an e-mail to support@brightcommerce.com, or sending us mail to the address listed below.</p>
<h4>Policy Changes</h4>
<p>The terms of this policy may change from time to time. If such changes are made, we will notify you by a notice posted on our website's home page of the changes that have been made. If you disagree with the changes that have been made, please
contact us (by e-mail, using a website contact form, or in writing by mail), and any changes made to this policy will not apply to information we have collected from you prior to making the changes.</p>
<p>If you are concerned about the topic covered by this policy, you should read it each time before you use our website. Any questions or concerns about this policy should be brought to our attention by sending an e-mail to support@brightcommerce.com
and providing us with information relating to your concern.</p>
<p>You may also mail your concerns to us at the address below.</p>
<h4>California Privacy Rights</h4>
<p>If you are a California resident and our customer, Cal. Civ. Code Sect. 1798.83 permits you to request certain information about our disclosure of personal information to third parties for their direct marketing purposes.</p>
<p>To request this information, please send an e-mail to support@brightcommerce.com or write us at the address below.</p>
<p>Brightcommerce, Inc.<br/>16192 Coastal Highway<br/> Lewes, DE 19958<br/>United States of America</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="copyrightmodal" role="dialog" style="display: none;">
<div class="modal-dialog modal-lg" style="margin-top: 154.5px;">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">OWNERSHIP OF COPYRIGHT</h4>
</div>
<div class="modal-body">
<p>The copyright in this website and the material on this website (including without limitation the text, computer code, artwork, photographs, images, music, audio material, video material and audio-visual material on this website) is owned by
Brightcommerce, Inc. and its licensors.</p>
<h4>Copyright License</h4>
<p>Brightcommerce, Inc. the owner and licensor of brightcommerce.com grants to you a worldwide non-exclusive royalty-free revocable license to:
<ol>
<li>view this website and the material on this website on a computer or mobile device via a web browser;</li>
<li>copy and store this website and the material on this website in your web browser cache memory; and</li>
<li>print pages from this website for your own personal and non-commercial use.</li>
</ol>
</p>
<p>Brightcommerce, Inc. does not grant you any other rights in relation to this website or the material on this website. In other words, all other rights are reserved.</p>
<p>For the avoidance of doubt, you must not adapt, edit, change, transform, publish, republish, distribute, redistribute, broadcast, rebroadcast or show or play in public this website or the material on this website (in any form or media) without
Brightcommerce, Inc.'s prior written permission.</p>
<h4>Data Mining</h4>
<p>The automated and/or systematic collection of data from this website is prohibited.</p>
<h4>Permissions</h4>
<p>You may request permission to use the copyright materials on this website by writing to Brightcommerce, Inc. at the addresses provided below.</p>
<h4>Enforcement of Copyright</h4>
<p>Brightcommerce, Inc. takes the protection of its copyright very seriously.</p>
<p>If Brightcommerce, Inc. discovers that you have used its copyright materials in contravention of the license above, Brightcommerce, Inc. may bring legal proceedings against you seeking monetary damages and an injunction to stop you using those
materials. You could also be ordered to pay legal costs.</p>
<p>If you become aware of any use of Brightcommerce, Inc.'s copyright materials that contravenes or may contravene the license above, please report this to us immediately.</p>
<h4>Infringing Material</h4>
<p>If you become aware of any material on the website that you believe infringes your or any other person's copyright, please report this to us immediately.</p>
<h4>How to Contact Us</h4>
<p>By email to:</p>
<p>support@brightcommerce.com</p>
<p>By post to:</p>
<p>Copyright Agent<br>Brightcommerce, Inc.<br/>16192 Coastal Hightway<br/>Lewes, DE 19958<br/>United States of America</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="dmcamodal" role="dialog" style="display: none;">
<div class="modal-dialog modal-lg" style="margin-top: 154.5px;">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">DIGITAL MILLENIUM COPYRIGHT ACT (DMCA) NOTICE</h4>
</div>
<div class="modal-body">
<p>This notice is for informational purposes only. It is not intended as, nor should it be construed as, legal advice. If you believe that your intellectual property rights have been infringed upon, or if a notice of infringement has been filed
against you, you should immediately seek legal counsel.</p>
<p>This website (see our website's Terms and Conditions of Use for definitions), including all text, HTML, scripts, and images are copyrighted and owned by Brightcommerce, Inc. All rights reserved.</p>
<p><strong>NO PART OF THIS WEBSITE MAY BE REPRODUCED OR TRANSMITTED IN ANY FORM OR BY ANY MEANS, MECHANICAL, ELECTRONIC, OR OTHERWISE, INCLUDING PHOTOCOPYING AND RECORDING, OR BY ANY INFORMATION STORAGE AND RETRIEVAL SYSTEM, OR TRANSMITTED BY E-MAIL, OR USED IN ANY OTHER FASHION WITHOUT THE EXPRESS PRIOR WRITTEN PERMISSION OF THE WEBSITE OWNER.</strong></p>
<p>This, of course, excludes the downloading and temporary caching of this website on a personal computer for the explicit purpose of viewing this website, as well as any information clearly marked as reproducible. This copyright notice applies
to everyone, including all visitors to this website.</p>
<h4>DMCA Provisions</h4>
<p>The Digital Millennium Copyright Act of 1998, found at 17 U.S.C. Section 512 ("DMCA"), provides recourse for owners of copyrighted materials who believe that their rights under United States copyright law have been infringed upon on the Internet.</p>
<p>Under the DMCA, the bona fide owner of copyrighted materials who has a good faith belief that their copyright has been infringed may contact not only the person or entity infringing on their copyright, but may also contact the designated agent
of an Internet service provider to report alleged infringements of their protected works, when such alleged infringements appear on pages contained within the system of the Internet service provider ("ISP").</p>
<p>The owner of this website and the ISP are committed to complying with international trade law, international trade practices, all United States laws, including United States copyright law. Upon receipt of a properly filed complaint under the
DMCA, the owner and/or the ISP of this website will block access to the allegedly infringing material. The website owner and/or the ISP will forward a copy of the notification of claimed copyright infringement to the alleged infringer. Anyone
who believes in good faith that a notice of copyright infringement has wrongfully been filed against them, may submit a Counter notice to the website owner and/or the ISP.</p>
<h4>Notification of Claimed Copyright Infringement</h4>
<p>Please send DMCA notifications of claimed copyright infringement to:</p>
<p>Copyright Agent<br/>Brightcommerce, Inc.<br/>16192 Coastal Highway<br/>Lewes, DE 19958<br/>United States of America</p>
<p>To file a notice of infringement with either the website owner or the ISP, you must provide a written communication that sets forth the items specified below. You will be liable for damages (including damages, costs, and attorneys' fees) if
you materially misrepresent that the website or a web page is infringing your copyright. Accordingly, if you are not sure whether certain material of yours is protected by copyright laws, we suggest that you first contact an attorney.</p>
<p>To expedite our ability to process your request, please use the following format (including section numbers):
<ul>
<li>Identify in sufficient detail the copyrighted work that you believe has been infringed upon.</li>
<li>Identify the material that you claim is infringing the copyrighted work listed in item #1 above. (You must include the URL(s) (the location(s) of the page(s) that contains the allegedly infringing material and also include a description
of the specific content which you claim is infringing on your copyright.)</li>
<li>Provide information reasonably sufficient to permit the website owner to contact you (e-mail address and a phone number are required at a minimum).</li>
<li>Include the following statement: "I swear, under penalty of perjury, that the information in the notification is accurate and that I am the copyright owner or am authorized to act on behalf of the owner of an exclusive right that is allegedly
infringed. I also affirm that as the copyright owner, I have a good faith belief that use of the material in the manner complained of is not authorized by me, my agent, or the law."</li>
<li>The signature of the copyright owner or a person authorized to act on behalf of the copyright owner. You may send your notice via email provided such notice includes a proper electronic signature. The signature or electronic signature must
be that of the copyright owner, or a person authorized to act on behalf of the owner, of an exclusive copyright that has allegedly been infringed.</li>
</ul>
</p>
<p>For details on the information required for valid notification, see 17 U.S.C. Section 512(c)(3).</p>
<h4>Counternotification to Claimed Copyright Infringement</h4>
<p>If a notice of copyright infringement has been filed with the website owner and/or the ISP against you, the owner and/or the ISP will attempt to notify you and provide you with a copy of the notice of copyright infringement. If you have a good
faith belief that you have been wrongfully accused, you may file a counter notification with the website owner and/or the ISP. If website owner and/or the ISP receive a valid counter notification, the DMCA provides that the removed or blocked
information will be restored or access re-enabled.</p>
<p>The website owner and/or the ISP will replace the removed material and cease disabling access to it in not less than 10, nor more than 14, business days following receipt of the counter notification, unless the website owner and/or ISP first
receives notice from the complaining party that such complaining party has filed an action seeking a court order to restrain the alleged infringer from engaging in infringing activity relating to the material on this website.</p>
<p>Please be advised that United States copyright law provides substantial penalties for a false counter notice filed in response to a notice of copyright infringement. Accordingly, if you are not sure whether certain material of yours is protected
by copyright laws, we suggest that you first contact an attorney.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<script>
$("#showterms, .showterms").click(function() {
$("#termsmodal").modal({
keyboard: true
})
});
$("#showprivacy, .showprivacy").click(function() {
$("#privacymodal").modal({
keyboard: true
})
});
$("#showdmca, .showdmca").click(function() {
$("#dmcamodal").modal({
keyboard: true
})
});
$("#showcopyright, .showcopyright").click(function() {
$("#copyrightmodal").modal({
keyboard: true
})
});
</script>
</body>
</html>