-
Notifications
You must be signed in to change notification settings - Fork 212
/
terms-conditions.html
280 lines (253 loc) · 12.3 KB
/
terms-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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms and Conditions - TrendTrove</title>
<link rel="stylesheet" href="style.css"> <!-- Link to your common CSS file -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.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" />
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" herf="https://use.fontawesome.com/releases/v5.4.1/css/all.css">
<style>
/* Scroll Progress Bar*/
#progress-container {
position: fixed ;
top: 1px;
left: 0;
width: 100%;
height: 15px;
z-index: 99990;
/* background: #f3f3f3; */
}
#progress-bar {
position: fixed;
top: 0.3px;
left: 0;
width: 0%;
height: 6px;
width: 0;
background: linear-gradient(90deg, rgba(27, 27, 27, 0.762) 0%, rgb(61, 61, 61) 50%, rgba(38, 38, 38, 0.679) 100%);
box-shadow: 0 0 4px rgba(255, 244, 221, 0.7), 0 0 10px rgba(255, 255, 255, 0.496);
transition: width 0.09s ease-in-out;
/* border-radius: 10px; */
}
.go-top-btn {
position: fixed;
bottom: 35px;
right: 35px;
cursor: pointer;
border-radius: 50%;
height: 50px;
width: 50px;
background: #000000;
border: none;
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.go-top-btn:hover {
background-color: #000000;
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
transform: translateY(-2px);
}
</style>
</head>
<body>
<!-- scroll to top button -->
<button class="go-top-btn">
<img width="25px" src="arrow_upper.png" alt="go top">
</button>
<header class="header" id="header">
<div class="logo">
<a href="/"> <img src="images/logo.png" alt="Logo" srcset=""> </a>
<i class="fa-solid fa-bars menu" id="menu"></i>
</div>
<div id="progress-container">
<div id="progress-bar"></div>
</div>
<nav class="bg-neutral-100 py-20">
<div class="tabs-container">
<ul id="tabs" class="tabs">
<li class="tab">
<a href="index.html">Home</a>
<div class="cursor"></div>
</li>
<li class="tab">
<a href="about.html">About</a>
<div class="cursor"></div>
</li>
<li class="tab">
<a href="features.html">Features</a>
<div class="cursor"></div>
</li>
<li class="dropdown tab">
<a href="#">Products</a>
<div class="cursor"></div>
<ul class="dropdown-content ">
<li><a href="mens.html" class="priye">Mens</a>
</li>
<li><a href="womens.html">Womens</a></li>
<li><a href="child.html">Kid Section</a></li>
<li><a href="accessories.html">Accessories</a></li>
</ul>
</li>
<li class="tab" style="margin-left: 15px;">
<a href="contact.html">Contact Us</a>
<div class="cursor"></div>
</li>
</ul>
</div>
</nav>
<nav class="utils">
<ul class="nav-links">
<li class="nav-link">
<i class="fa-solid fa-cart-shopping" id="cart-icon"></i>
</li>
<li class="nav-link">
<i class="fa-solid fa-user"></i>
</li>
<li class="nav-link">
<i class="fa-solid fa-magnifying-glass"></i>
</li>
</ul>
</nav>
</header>
<section class="terms-section">
<h2 class="terms-title">Terms and Conditions</h2>
<p class="terms-description">
Welcome to TrendTrove! By accessing our website, you agree to comply with and be bound by the following terms and conditions. Please read them carefully.
</p>
<div class="terms-details">
<h3>1. General Information</h3>
<p>
These terms and conditions govern the use of our website and any purchases made through it. We reserve the right to change these terms at any time, and it is your responsibility to review them periodically.
</p>
<h3>2. User Responsibilities</h3>
<p>
You agree to use our website for lawful purposes only and in a way that does not infringe the rights of others. You must not engage in any conduct that restricts or inhibits anyone’s use or enjoyment of the site.
</p>
<h3>3. Intellectual Property</h3>
<p>
All content on this website, including text, graphics, logos, and images, is the property of TrendTrove and is protected by copyright and intellectual property laws. You may not reproduce, distribute, or modify any content without our written permission.
</p>
<h3>4. Purchases and Payments</h3>
<p>
When you make a purchase on our website, you agree to provide accurate payment information. We reserve the right to refuse any order for any reason, including but not limited to unavailability of products or errors in pricing.
</p>
<h3>5. Limitation of Liability</h3>
<p>
TrendTrove shall not be liable for any indirect, incidental, or consequential damages arising from the use of our website or the inability to use it. Your use of the site is at your own risk.
</p>
<h3>6. Governing Law</h3>
<p>
These terms and conditions are governed by the laws of India. Any disputes arising from these terms will be subject to the exclusive jurisdiction of the courts in Mumbai.
</p>
<h3>7. Privacy Policy</h3>
<p>Your privacy is important to us. We collect personal information only when you place an order, create an account, or
subscribe to our newsletter. We will never sell or share your personal information with third parties without your
consent. For more details, please refer to our Privacy Policy.</p>
<h3>8. Return and Refund Policy</h3>
<p>We want you to be completely satisfied with your purchase. If you are not satisfied, you may return most items within 30
days of receipt for a full refund, provided they are in original condition. Please review our Return and Refund Policy
for more information on the return process.</p>
<h3>9. Shipping and Delivery</h3>
<p></p>We strive to process and ship your order as quickly as possible. Shipping times may vary based on your location and the
shipping method chosen. We will provide tracking information once your order has been shipped. Please review our
Shipping Policy for more details.</p>
<h3>10. Account Security</h3>
<p>You are responsible for maintaining the confidentiality of your account information and password. You agree to notify us
immediately of any unauthorized use of your account or any other breach of security. TrendTrove will not be liable for
any loss or damage arising from your failure to comply with this obligation.</p>
<h3>11. Promotions and Discounts</h3>
<p>From time to time, we may offer promotions or discounts on our website. These promotions are subject to specific terms
and conditions, which will be communicated at the time of the offer. TrendTrove reserves the right to modify or
discontinue promotions at any time.</p>
<h3>12. User-Generated Content</h3>
<p>If you submit any content, including reviews or comments, you grant TrendTrove the right to use, reproduce, modify, and
publish that content in any format. You are responsible for ensuring that your submissions do not violate any
third-party rights.</p>
<h3>13. Changes to the Terms</h3>
We may update theseterms and conditions from time to time. Any changes will be posted on this page, and your continued use of the site will constitute acceptance of those changes. Please check this page periodically for updates.
</div>
<div class="terms-thanks">
<p>
Thank you for visiting <a href="index.html" style="color: grey;">TrendTrove</a>. If you have any questions about these terms, please <a href="contact.html" style="color: grey;">Contact Us</a>.
</p>
</div>
</section>
<footer class="footer">
<div class="footer-section">
<h1>Contact Us</h1>
<ul class="footer-list">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li>2nd Floor, Bandra West, Mumbai, Maharashtra 400050, India</li>
<li><a href="tel:+91xxxxxxxx2020">+91 xxxxxx2020</a></li>
<li class="border-list"></li>
<li class="socials">
<a href="https://www.linkedin.com/in/tejashri-taral-5006a82a0/" id="linkedin" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://github.com/Tejashri-Taral" id="github" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://x.com/Tejashri_10?t=SWxALwKxy-nVrTcbYTFUcA&s=08" id="fa-x-twitter" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="https://www.instagram.com/your_instagram" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</div>
<div class="footer-section">
<h1>Quick Links</h1>
<ul class="footer-list">
<li><a href="about.html"><i class="fas fa-info-circle"></i> About Us</a></li>
<li><a href="contributors.html"><i class="fas fa-users"></i> Our Contributors</a></li>
<li><a href="terms-conditions.html"><i class="fas fa-file-contract"></i> Terms & Conditions</a></li>
<li><a href="return-policy.html"><i class="fas fa-undo-alt"></i> Return Policy</a></li>
<li><a href="https://github.com/Tejashri-Taral/TrendTrove-Ecommerce" target="_blank"><i class="fab fa-github"></i> Star Us</a></li>
<li><a href="contact.html"><i class="fas fa-envelope"></i> Contact Us</a></li>
</ul>
</div>
<div class="footer-section">
<h1>Subscribe to Newsletter</h1>
<ul class="footer-list">
<li>Maxime quae inventore sunt odio perspiciatis vitae saepe officia dolorem.</li>
<li class="sub">
<input type="text" placeholder="Enter your email">
<button class="btn">Subscribe</button>
</li>
</ul>
</div>
</footer>
<script>
document.getElementById("cart-icon").addEventListener("click", function() {
window.location.href = "cart.html";
});
//js for go top button
const goTopBtn = document.querySelector('.go-top-btn');
window.addEventListener('scroll', checkHeight)
function checkHeight() {
if (window.scrollY > 200) {
goTopBtn.style.display = "flex"
} else {
goTopBtn.style.display = "none"
}
}
goTopBtn.addEventListener('click', () => {
window.scrollTo({
top: 0,
behavior: "smooth"
})
})
</script>
<script src="script/progressbar.js"></script>
</body>
<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
</html>