-
Notifications
You must be signed in to change notification settings - Fork 0
/
tos.html
393 lines (329 loc) · 30.5 KB
/
tos.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
<!doctype html>
<html lang="en">
<!-- Copyright (c) 2021, Dr.Kameleon -->
<head>
<title>Colori | Color palette generator for macOS</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"image": "https://colori.app/images/logo.png",
"name": "Colori",
"operatingSystem": "macOS",
"description" : "Generate a color palette from one color, organize your palettes, preview and export",
"downloadURL" : "",
"applicationCategory": "UtilitiesApplication",
"offers": {
"@type": "Offer",
"price": "9.99",
"priceCurrency": "USD"
}
}
</script>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Generate a color palette from one color, organize your palettes, preview and export">
<meta name="keywords" content="mac,color,palette,color palette generator,palette generator">
<meta name="robots" content="noindex">
<link rel="canonical" href="https://colori.app">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://colori.app">
<meta property="og:title" content="Colori | Color palette generator for macOS">
<meta property="og:description" content="Generate a color palette from one color, organize your palettes, preview and export">
<meta property="og:image" content="https://colori.app/images/thumbshot.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://colori.app">
<meta property="twitter:title" content="Colori | Color palette generator for macOS">
<meta property="twitter:description" content="Generate a color palette from one color, organize your palettes, preview and export">
<meta property="twitter:image" content="https://colori.app/images/thumbshot.png">
<!-- FavIcon -->
<link rel="apple-touch-icon" sizes="57x57" href="favico/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favico/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favico/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favico/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favico/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favico/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favico/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favico/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favico/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favico/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favico/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favico/favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="favico/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Font -->
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap" rel="stylesheet">
<!-- Styles -->
<link href="https://cdn.jsdelivr.net/combine/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css,npm/aos@2.3.4/dist/aos.css,gh/enSili-co/colori@0.12/css/style.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/enSili-co/colori@0.12/css/themify-icons.css" rel="stylesheet">
<style>
.img-holder {
padding-bottom: 50.3%;
}
.img-holder img {
width: 70.5%;
}
</style>
<script async src="https://cdn.paddle.com/paddle/paddle.js" onLoad="Paddle.Setup({vendor: 8559});"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RWMY12FLNC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RWMY12FLNC');
</script>
</head>
<body data-spy="scroll" data-target="#navbar" data-offset="50" data-aos-easing="ease-out-back" data-aos-duration="1000" data-aos-delay="0" data-aos-once="true">
<!-- Nav Menu -->
<div class="nav-menu fixed-top">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-dark navbar-expand-lg">
<a class="navbar-brand" href="index.html"><img width="64" src="https://cdn.jsdelivr.net/gh/enSili-co/colori@0.12/images/logo.png" class="img-fluid" alt="logo"> Colori</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item"> <a class="nav-link active" href="/#home">HOME <span class="sr-only">(current)</span></a> </li>
<li class="nav-item"> <a class="nav-link" href="/#features">FEATURES</a> </li>
<li class="nav-item"> <a class="nav-link" href="/#gallery">GALLERY</a> </li>
<li class="nav-item"> <a class="nav-link" href="/#how-to">HOW TO</a> </li>
<li class="nav-item"><a href="" class="btn btn-outline-light my-3 my-sm-0 ml-lg-3">Download</a></li>
<li class="nav-item"><a href="#" class="btn btn-outline-light my-3 my-sm-0 ml-lg-3" onclick="doBuy()">Buy</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<header class="bg-gradient" id="home">
<div class="container mt-5 jumbo">
<h1 style="padding-bottom: 3rem;">Terms & Conditions / EULA</h1>
</div>
</header>
<div class="section" id="features">
<div class="container">
<p>Updated at 2024-23-02</p>
<h2 style='font-weight:bold; color:black;'>General Terms</h2>
<p>By accessing and placing an order with our website, you confirm that you are in agreement with and bound by the terms of service contained in the Terms & Conditions outlined below. These terms apply to the entire website and any email or other type of communication between you and enSili.co.</p>
<p>Under no circumstances shall the enSili.co team be liable for any direct, indirect, special, incidental or consequential damages, including, but not limited to, loss of data or profit, arising out of the use, or the inability to use, the materials on this site, even if the enSili.co team or an authorized representative has been advised of the possibility of such damages. If your use of materials from this site results in the need for servicing, repair or correction of equipment or data, you assume any costs thereof.</p>
<p>enSili.co will not be responsible for any outcome that may occur during the course of usage of our resources. We reserve the rights to change prices and revise the resources usage policy in any moment.</p>
<h2 style='font-weight:bold; color:black;'>License</h2>
<p>enSili.co grants you a revocable, non-exclusive, non-transferable, limited license to download, install and use the app (Colori) strictly in accordance with the terms of this Agreement.</p>
<p>These Terms & Conditions are a contract between you and enSili.co (referred to in these Terms & Conditions as "enSili.co", "us", "we" or "our"), the provider of the Colori website and the services accessible from the Colori website (which are collectively referred to in these Terms & Conditions as the "Colori Service").</p>
<p>You are agreeing to be bound by these Terms & Conditions. If you do not agree to these Terms & Conditions, please do not use the Colori Service. In these Terms & Conditions, "you" refers both to you as an individual and to the entity you represent. If you violate any of these Terms & Conditions, we reserve the right to cancel your account or block access to your account without notice.</p>
<h2 style='font-weight:bold; color:black;'>Definitions and key terms</h2>
<p>To help explain things as clearly as possible in this Terms & Conditions, every time any of these terms are referenced, are strictly defined as:</p>
<ul>
<li>Cookie: small amount of data generated by a website and saved by your web browser. It is used to identify your browser, provide analytics, remember information about you such as your language preference or login information.</li>
<li>Company: when this policy mentions “Company,” “we,” “us,” or “our,” it refers to enSili.co, C/Ganivet 5, Armilla, Granada - Spain that is responsible for your information under this Terms & Conditions.</li>
<li>Country: where enSili.co or the owners/founders of enSili.co is based, in this case is Spain</li>
<li>Device: any internet connected device such as a phone, tablet, computer or any other device that can be used to visit Colori and use the services.</li>
<li>Service: refers to the service provided by Colori as described in the relative terms (if available) and on this platform.</li>
<li>Third-party service: refers to advertisers, contest sponsors, promotional and marketing partners, and others who provide our content or whose products or services we think may interest you.</li>
<li>Website: Colori's site, which can be accessed via this URL: </li>
<li>You: a person or entity that is registered with enSili.co to use the Services.</li>
</ul>
<h2 style='font-weight:bold; color:black;'>Restrictions</h2>
<p>You agree not to, and you will not permit others to:</p>
<ul>
<li>License, sell, rent, lease, assign, distribute, transmit, host, outsource, disclose or otherwise commercially exploit the app or make the platform available to any third party.</li>
<li>Modify, make derivative works of, disassemble, decrypt, reverse compile or reverse engineer any part of the app.</li>
<li>Remove, alter or obscure any proprietary notice (including any notice of copyright or trademark) of Colori or its affiliates, partners, suppliers or the licensors of the app.</li>
</ul>
<h2 style='font-weight:bold; color:black;'>Return and Refund Policy</h2>
<p>Thanks for shopping at the Colori website. We appreciate the fact that you like to buy the stuff we build. We also want to make sure you have a rewarding experience while you’re exploring, evaluating, and purchasing our products.</p>
<p>As with any shopping experience, there are terms and conditions that apply to transactions at Colori. We’ll be as brief as our attorneys will allow. The main thing to remember is that by placing an order or making a purchase at Colori, you agree to the terms.</p>
<p>If, for any reason, You are not completely satisfied with any good or service that we provide, don't hesitate to contact us and we will discuss any of the issues you are going through with our product.</p>
<p>If there’s something wrong with the you bought, or if you are not happy with it, you have 30 days to issue a refund request.</p>
<p>The refund procedure is as-follows:
<ul>
<li>If you discover an issue within 30 days of your purchase, please report it via the contact form on this website. Please allow 24 hours for us to reply to you. During weekends and national holidays, this period can be longer. In case the team is on a longer vacation (3+ days), you will receive an automated reply informing you of this.</li>
<li>We will try to fix the issue within 30 days since your report.</li>
<li>In case the aforementioned issue remains unsolved, you're eligible for a refund - which you can request.</li>
</ul>
</p>
<h2 style='font-weight:bold; color:black;'>Cookies</h2>
<p>This website uses "Cookies" to identify the areas of our website that you have visited. A Cookie is a small piece of data stored on your computer or mobile device by your web browser. We use Cookies to enhance the performance and functionality of our app but are non-essential to their use. However, without these cookies, certain functionality like videos may become unavailable or you would be required to enter your login details every time you visit the app as we would not be able to remember that you had logged in previously. Most web browsers can be set to disable the use of Cookies. However, if you disable Cookies, you may not be able to access functionality on our website correctly or at all. We never place Personally Identifiable Information in Cookies.</p>
<h2 style='font-weight:bold; color:black;'>Modifications to Our app</h2>
<p>enSili.co reserves the right to modify, suspend or discontinue, temporarily or permanently, the app or any service to which it connects, with or without notice and without liability to you.</p>
<h2 style='font-weight:bold; color:black;'>Updates to Our app</h2>
<p>enSili.co may from time to time provide enhancements or improvements to the features/ functionality of the app, which may include patches, bug fixes, updates, upgrades and other modifications ("Updates").</p>
<p>Updates may modify or delete certain features and/or functionalities of the app. You agree that enSili.co has no obligation to (i) provide any Updates, or (ii) continue to provide or enable any particular features and/or functionalities of the app to you.</p>
<p>You further agree that all Updates will be (i) deemed to constitute an integral part of the app, and (ii) subject to the terms and conditions of this Agreement.</p>
<h2 style='font-weight:bold; color:black;'>Third-Party Services</h2>
<p>We may display, include or make available third-party content (including data, information, applications and other products services) or provide links to third-party websites or services ("Third- Party Services").</p>
<p>You acknowledge and agree that enSili.co shall not be responsible for any Third-Party Services, including their accuracy, completeness, timeliness, validity, copyright compliance, legality, decency, quality or any other aspect thereof. enSili.co does not assume and shall not have any liability or responsibility to you or any other person or entity for any Third-Party Services.</p>
<p>Third-Party Services and links thereto are provided solely as a convenience to you and you access and use them entirely at your own risk and subject to such third parties' terms and conditions.</p>
<h2 style='font-weight:bold; color:black;'>Copyright Infringement Notice</h2>
<p>If you are a copyright owner or such owner’s agent and believe any material on our app constitutes an infringement on your copyright, please contact us setting forth the following information: (a) a physical or electronic signature of the copyright owner or a person authorized to act on his behalf; (b) identification of the material that is claimed to be infringing; (c) your contact information, including your address, telephone number, and an email; (d) a statement by you that you have a good faith belief that use of the material is not authorized by the copyright owners; and (e) the a statement that the information in the notification is accurate, and, under penalty of perjury you are authorized to act on behalf of the owner.</p>
<p><u>You and EnSili.co acknowledge and agree that, in the event of a third party claim that the app or your possession or use of the application infringes any third party's intellectual property right, You (and not EnSili.co) will be responsible for the investigation, defense, settlement and discharge of any such claim of intellectual property infringement. You will, however, promptly notify EnSili.co in writing of such a claim.</u></p>
<h2 style='font-weight:bold; color:black;'>No Warranties</h2>
<p>The app is provided to you "AS IS" and "AS AVAILABLE" and with all faults and defects without warranty of any kind. To the maximum extent permitted under applicable law, Colori, on its own behalf and on behalf of its affiliates and its and their respective licensors and service providers, expressly disclaims all warranties, whether express, implied, statutory or otherwise, with respect to the app, including all implied warranties of merchantability, fitness for a particular purpose, title and non-infringement, and warranties that may arise out of course of dealing, course of performance, usage or trade practice. Without limitation to the foregoing, Colori provides no warranty or undertaking, and makes no representation of any kind that the app will meet your requirements, achieve any intended results, be compatible or work with any other software, , systems or services, operate without interruption, meet any performance or reliability standards or be error free or that any errors or defects can or will be corrected.</p>
<p>Without limiting the foregoing, neither Colori nor any Colori's provider makes any representation or warranty of any kind, express or implied: (i) as to the operation or availability of the app, or the information, content, and materials or products included thereon; (ii) that the app will be uninterrupted or error-free; (iii) as to the accuracy, reliability, or currency of any information or content provided through the app; or (iv) that the app, its servers, the content, or e-mails sent from or on behalf of Colori are free of viruses, scripts, trojan horses, worms, malware, timebombs or other harmful components.</p>
<p>Some jurisdictions do not allow the exclusion of or limitations on implied warranties or the limitations on the applicable statutory rights of a consumer, so some or all of the above exclusions and limitations may not apply to you.</p>
<h2 style='font-weight:bold; color:black;'>Limitation of Liability</h2>
<p>Notwithstanding any damages that you might incur, the entire liability of Colori and any of its suppliers under any provision of this Agreement and your exclusive remedy for all of the foregoing shall be limited to the amount actually paid by you for the app.</p>
<p>To the maximum extent permitted by applicable law, in no event shall Colori or its suppliers be liable for any special, incidental, indirect, or consequential damages whatsoever (including, but not limited to, damages for loss of profits, for loss of data or other information, for business interruption, for personal injury, for loss of privacy arising out of or in any way related to the use of or inability to use the app, third-party software and/or third-party hardware used with the app, or otherwise in connection with any provision of this Agreement), even if Colori or any supplier has been advised of the possibility of such damages and even if the remedy fails of its essential purpose.</p>
<p>Some states/jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you.</p>
<h2 style='font-weight:bold; color:black;'>Updates to Our Terms</h2>
<p>We may change our Service and policies, and we may need to make changes to these Terms so that they accurately reflect our Service and policies. Unless otherwise required by law, we will notify you (for example, through our Service) before we make changes to these Terms and give you an opportunity to review them before they go into effect. Then, if you continue to use the Service, you will be bound by the updated Terms. If you do not want to agree to these or any updated Terms, you can delete your account.</p>
<h2 style='font-weight:bold; color:black;'>Intellectual Property</h2>
<p>The app and its entire contents, features and functionality (including but not limited to all information, software, text, displays, images, video and audio, and the design, selection and arrangement thereof), are owned by enSili.co, its licensors or other providers of such material and are protected by spanish and international copyright, trademark, patent, trade secret and other intellectual property or proprietary rights laws. The material may not be copied, modified, reproduced, downloaded or distributed in any way, in whole or in part, without the express prior written permission of Colori, unless and except as is expressly provided in these Terms & Conditions. Any unauthorized use of the material is prohibited.</p>
<h2 style='font-weight:bold; color:black;'>Disclaimer</h2>
<p>enSili.co is not responsible for any content, code or any other imprecision.</p>
<p>enSili.co does not provide warranties or guarantees.</p>
<p>In no event shall enSili.co be liable for any special, direct, indirect, consequential, or incidental damages or any damages whatsoever, whether in an action of contract, negligence or other tort, arising out of or in connection with the use of the Service or the contents of the Service. The Company reserves the right to make additions, deletions, or modifications to the contents on the Service at any time without prior notice.</p>
<p>The app (Colori), this website and its contents are provided "as is" and "as available" without any warranty or representations of any kind, whether express or implied. </p>
<h2 style='font-weight:bold; color:black;'>Contact Us</h2>
<p>Don't hesitate to <a href='mailto:info@ensili.co'>contact us</a> if you have any questions.</p>
</div>
</div>
<div class="light-bg py-5" id="contactbar">
<div class="container">
<div class="row">
<div class="col-lg-6 text-center text-lg-left">
<a href="https://ensili.co"><picture>
<source srcset="https://cdn.jsdelivr.net/gh/enSili-co/colori@0.12/images/ensilico.webp" type="image/webp">
<source srcset="https://cdn.jsdelivr.net/gh/enSili-co/colori@0.12/images/ensilico.png" type="image/png">
<img width="200" src="https://cdn.jsdelivr.net/gh/enSili-co/colori@0.12/images/ensilico.png" alt="company logo">
</picture></a>
</div>
<div class="col-lg-6">
<div class="social-icons">
<a href="https://twitter.com/ensili_co" rel="noreferrer" aria-label="Twitter" target="_blank" class="twitter"><span class="ti-twitter-alt"></span></a>
<a href="https://github.com/enSili-co/colori" rel="noreferrer" aria-label="GitHub" target="_blank" class="github"><span class="ti-github"></span></a>
<a href="#" data-toggle="modal" data-target="#contact" aria-label="Contact us" target="_blank" class="email"><span class="ti-email"></span></a>
</div>
</div>
</div>
</div>
</div>
<!-- // end .section -->
<div id="contact" class="modal fade" tabindex="-1">
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" style="font-weight: 600">Contact us</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p class="text-left w-responsive mx-auto mb-5">
<picture>
<source srcset="https://cdn.jsdelivr.net/gh/enSili-co/colori@0.12/images/contactus.webp" type="image/webp">
<source srcset="https://cdn.jsdelivr.net/gh/enSili-co/colori@0.12/images/contactus.png" type="image/png">
<img loading="lazy" class="float-left" width="50%" src="https://cdn.jsdelivr.net/gh/enSili-co/colori@0.12/images/contactus.png" data-src="https://cdn.jsdelivr.net/gh/enSili-co/colori@0.12/images/contactus.png" alt="contact us">
</picture>
Do you have any questions? Please, do not hesitate to contact us. Our team will get back to you within a matter of hours.
</p>
<div class="row">
<div class="col-md-12">
<form id="coform" name="coform" action="#" method="POST">
<div class="row">
<div class="col-md-6">
<div class="md-form mb-0">
<input type="text" id="name" name="name" class="form-control">
<label for="name" class="">Your name</label>
</div>
</div>
<div class="col-md-6">
<div class="md-form mb-0">
<input type="text" id="email" name="email" class="form-control">
<label for="email" class="">Your email</label>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="md-form mb-0">
<input type="text" id="subject" name="subject" class="form-control">
<label for="subject" class="">Subject</label>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="md-form">
<textarea type="text" id="message" name="message" rows="2" class="form-control md-textarea"></textarea>
<label for="message">Your message</label>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="md-form mb-0">
<input type="text" id="whatis" name="whatis" class="form-control">
<label id="whatis-label" for="whatis" class="">What is </label>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button id="sendButton" type="button" class="btn btn-primary" onclick="sendEmail()">Send</button> <span id="sending" class="rotating"><i class="ti-reload"></i></span><span id="sent"><i class="ti-check"></span>
</div>
</div>
</div>
</div>
<script>
window.addEventListener('load', function (evt){
window.num1 = Math.floor(Math.random() * 3) + 1;
window.num2 = Math.floor(Math.random() * 3) + 1;
document.getElementById('whatis-label').textContent = `What is ${num1} + ${num2}?`;
window.numSum = window.num1 + window.num2;
});
window.sendEmail = function(){
if (window.numSum == parseInt($("#whatis").val())){
$("#whatis").removeClass("has-error");
$("#sending").css('display','inline-block');
$("#sendButton").css('display','none');
$.ajax({
type: 'post',
url: 'liam.php',
data: $('form').serialize() + "&validated=1",
success: function () {
$("#sending").css('display','none');
$("#sent").css('display','inline-block');
}
});
}
else {
$("#whatis").addClass("has-error");
}
}
</script>
<footer class="my-5 text-center">
<div class="container" style="text-align:left">
<!-- Copyright removal is not prohibited! -->
<div class="row">
<div class="col-lg-6">
<p class="mb-2 copyrightable"><small>COPYRIGHT © 2024 ENSILI.CO. ALL RIGHTS RESERVED.<br/>WANT TO PARTNER WITH US? ● <a href="https://a.paddle.com/join/program/8559" target="_blank">BECOME AN AFFILIATE</a>!</small></p>
</div>
<div class="col-lg-6 trademarks " style="text-align:right"><small>
*Apple, Mac and the Apple logo<br>are trademarks of Apple Inc., registered in the U.S. and other countries.</small>
</div>
</div>
</div>
</footer>
<!-- jQuery and Bootstrap -->
<script src="https://cdn.jsdelivr.net/combine/npm/jquery@3.5.1/dist/jquery.min.js,npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js,npm/owl.carousel@2.3.4/dist/owl.carousel.min.js,npm/aos@2.3.4/dist/aos.min.js,gh/enSili-co/colori@0.12/js/script.min.js" crossorigin="anonymous"></script>
<script>
function doBuy(){
Paddle.Checkout.open({ product: 878796,successCallback: function(data) { dataLayer.push({'event': 'checkoutSuccess'});},closeCallback: function(data) { dataLayer.push({'event': 'checkoutClose'});} });
}
</script>
</body>
</html>