-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms-of-use.php
41 lines (39 loc) · 3.94 KB
/
terms-of-use.php
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
<?php include('header.php') ?>
<style type="text/css">
/* .tms {
margin-left: 17.1025rem;
padding-right: 17.1025rem;
} */
</style>
<div class="container terms tms mt-100">
<div class="row justify-content-center">
<div class="col-md-12">
<h1 class="uppercase" style="margin-left:25rem;">Terms <span> of </span> Use</h1>
<div class="content mt-80">
<p>Subject to the terms and conditions of this Agreement, Atulya Foundation hereby grant you a limited, revocable, non-transferable and non-exclusive license to
access and use the Site by displaying it on your internet browser only for the purpose of information on the Site and not for any commercial use or use on
behalf of any third party, except as explicitly permitted by us in advance. Any breach of this Agreement shall result in the immediate revocation of the license
granted in this paragraph without notice to you.
</p>
<p>Except as permitted in the paragraph above, you may not reproduce, distribute, display, sell, lease, transmit, create derivative works from, translate, modify,
reverse-engineer, disassemble, decompile or otherwise exploit this Site or any portion of it unless expressly permitted by us in writing. You may not make any
commercial use of any of the information provided on the Site or make any use of the Site for the benefit of another business unless explicitly permitted by us
in advance. We reserve the right to refuse service, terminate accounts, and/or cancel orders at its discretion, including, without limitation, if we believe
that customer conduct violates applicable law or is harmful to our interests.</p>
<p>All text, graphics, button icons, images, audio clips, and software (collectively, “Content”), belongs exclusively to Atulya Foundation or used with permission.
The collection, arrangement, and assembly of all Content on this Site (the “Compilation”) belongs exclusively to Atulya Foundation. All software used on this
Site (the “Software”) is the property of Atulya Foundation, its affiliates or its Software suppliers. The Content, the Compilation and the Software are all
protected by Indian and international copyright laws. atulyafoundation.org, colours for everyone (& design) and other logos, slogans, trade names or words all
belong to Atulya Foundation. The use of any of our trademarks or service marks without our express written consent is strictly prohibited. You may not use our
trademarks or service marks in connection with any product or service in any way that is likely to cause confusion. You may not use our trademarks or service
marks in any manner that disparages or discredits us. You may not use any of our trademarks or service marks in meta tags without prior explicit consent.</p>
<p>While assigning customized / commissioned work, customers must ensure that the photographs provided by them are copyright free, and free to be reproduced.
Customers must receive required licenses, royalties, permissions etc from the original owner on their own before commissioning the work to us. Customers must
NOT assign us commissioned work for photographs they don’t have bought permissions for. By doing so, you would violate our terms of use, and company may proceed
with breach of trust actions – shall any dispute arises later. Atulya Foundation is in no way liable to offer any refunds against any handmade commissioned
art/craft/design on customers demand, for any reason whatsoever.</p>
</div>
</div>
</div>
</div>
<?php include('footer.php') ?>