-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms_and_conditions.html
170 lines (145 loc) · 7.53 KB
/
terms_and_conditions.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/Code/Images/favicon.ico" type="image/x-icon">
<title>Gravity - is every thing.</title>
<!-- style sheet -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<div class="navbar" id="navbar">
<div class="logo">
<a href="./index.html"><img src="./Images/gravity_logo_day_theme.png" alt="Gravity logo"></a>
</div>
<ul class="links">
<li><a id="home" href="./index.html">Home</a></li>
<li><a href="./course_page.html">Quick learn</a></li>
<li><a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]" target="_blank">Contact me</a></li>
<li><a href="./about_us.html">About us</a></li>
</ul>
<a href="./upload.html" class="action_btn">Upload</a>
<div class="toggle_btn">
<i class="fa-solid fa-bars"></i>
</div>
</div>
<div class="dropdown_menu">
<li><a id="home" href="./index.html">Home</a></li>
<li><a href="./course_page.html">Quick learn</a></li>
<li><a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]" target="_blank">Contact me</a></li>
<li><a href="./about_us.html">About us</a></li>
<li> <a href="./upload.html" class="action_btn">Upload</a></li>
</div>
</header>
<div id="scroll-progress"></div>
<!-- main section -->
<section class="terms_body" id="terms_body">
<div class="header">
<h2>Terms and Uses</h2>
</div>
<div class="terms_container">
<div class="terms_heading">
<h4>1. Acceptance of Terms</h4>
</div>
<div class="terms_details">
<p>By accessing or using the Gravity website (the "Service") provided by Infinity company, you agree to
comply with and be bound by these Terms and Uses. If you do not agree to these Terms and Conditions,
please do not use the Service.</p>
</div>
</div>
<div class="terms_container">
<div class="terms_heading">
<h4>2. User Responsibilities</h4>
</div>
<div class="terms_details">
<p>You agree to use the Service in accordance with all applicable laws and regulations. You are solely
responsible for maintaining the confidentiality of your account information and password and for
restricting access to your computer.</p>
</div>
</div>
<div class="terms_container">
<div class="terms_heading">
<h4>3. Intellectual Property</h4>
</div>
<div class="terms_details">
<p>All content and materials available on the Gravity website, including but not limited to text,
graphics, website name, code, images, and logos, are the intellectual property of Infinity company
and its sub-brand Gravity, and are protected by applicable copyright and trademark law. Any
inappropriate use, including but not limited to the reproduction, distribution, display, or
transmission of any content on this site is strictly prohibited unless specifically authorized by
Infinity company.</p>
</div>
</div>
<div class="terms_container">
<div class="terms_heading">
<h4>4. Privacy Policy</h4>
</div>
<div class="terms_details">
<p>Your use of the Service is also governed by our Privacy Policy, which can be found at <a
href="/notice.html" style="color: skyblue; "> Privacy Policy</a></p>
</div>
</div>
<div class="terms_container">
<div class="terms_heading">
<h4>5. Limitation of Liability</h4>
</div>
<div class="terms_details">
<p>In no event shall Infinity company, including its sub-brand Gravity, nor its directors, employees,
partners, agents, suppliers, or affiliates, be li able for any indirect, incidental, special,
consequential, or punitive damages, including without limitation, loss of profits, data, use,
goodwill, or other intangible losses, resulting from <br> <br>(i) your use or inability to use the
Service;<br> (ii) any unauthorized access to or use of our servers and/or any personal information
stored therein; <br> (iii) any interruption or cessation of transmission to or from the Service;
<br>(iv) any bugs, viruses, Trojan horses, or the like, which may be transmitted to or through the
Service by any third party; <br>(v) any errors or omissions in any content or for any loss or damage
incurred as a result of the use of any content posted, emailed, transmitted, or otherwise made
available via the Service.
</p>
</div>
</div>
<div class="terms_container">
<div class="terms_heading">
<h4>6. Changes</h4>
</div>
<div class="terms_details">
<p>Infinity company reserves the right of this website, at its sole discretion, to modify or replace
these Terms and
Uses at any time. If a revision is material, we will try to provide at least 30 days' notice
prior to any new terms taking effect. What constitutes a material change will be determined at our
sole discretion.</p>
</div>
</div>
<div class="btn-group">
<div class="btn">
<a href="#terms_body" class="action_btn" id="goTopBtn">Go Top</a>
</div>
<div class="btn">
<a href="./index.html" class="action_btn" id="goBackBtn">Go Back</a>
</div>
</div>
</section>
<!-- footer section -->
<div style="margin-top: 20vh;" class="subfooter" id="footer">
<div class="container flex subfooter-container">
<h3>•</h3>
<a href="./notice.html" class="hover-link">Notice</a>
<h3>•</h3>
<a href="#" class="hover-link">© 2023 Gravity</a>
<h3>•</h3>
<a href="./terms_and_conditions.html" class="hover-link">Terms & Uses</a>
</div>
</div>
<!-- script section -->
<script src="script_2.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
</body>
</html>