forked from Verify-it-app/Verify-it-app.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms&condition.html
More file actions
322 lines (278 loc) · 11.8 KB
/
Copy pathterms&condition.html
File metadata and controls
322 lines (278 loc) · 11.8 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="keywords" content="fact checking, media literacy, critical thinking, misinformation, disinformation, fake news" />
<meta name="description" content="Learn how to critically evaluate information and identify misinformation with our fact checking and media literacy resources." />
<meta name="author" content="Verify-it" />
<title>Verify-it - Verified</title>
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<link rel="icon" href="images/logo.png">
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
<!-- Embedded CSS for articles -->
<style>
.navbar-brand .btn-primary {
background-color: #4b208c;
/* Set background color */
border-color: #4b208c;
/* Set border color */
}
.carousel-details {
display: flex;
justify-content: center;
margin-top: 10px;
color: #333;
background: rgba(255, 255, 255, 0.9);
padding: 5px;
border-radius: 5px;
}
.carousel-details p {
margin: 0 10px;
}
.terms-conditions {
margin: 20px auto;
max-width: 800px;
padding: 0 20px;
}
.terms-conditions h2 {
font-size: 1.8em;
margin-bottom: 20px;
text-align: center;
}
.terms-conditions ul {
list-style-type: none;
padding: 0;
}
.terms-conditions li {
margin-bottom: 10px;
padding-left: 20px;
text-align: justify;
position: relative;
}
.terms-conditions li:before {
content: '';
width: 6px;
height: 6px;
background: #4b208c;
border-radius: 50%;
position: absolute;
left: 0;
top: 10px;
}
/* Mobile Styles */
@media (max-width: 767px) {
.terms-conditions h2 {
font-size: 1.5em;
}
}
/* Desktop Styles */
@media (min-width: 768px) {
.terms-conditions h2 {
font-size: 2em;
}
}
/* Mobile Styles */
@media (max-width: 767px) {
.carousel-details p {
font-size: 12px;
}
.article-header {
font-size: 2em;
/* Adjusted font size */
}
.carousel-inner img {
width: 100%;
height: auto;
/* Maintain aspect ratio */
object-fit: cover;
/* Cover entire area */
}
}
/* Desktop Styles */
@media (min-width: 768px) {
.carousel-details p {
font-size: 14px;
}
.carousel-inner img {
width: auto;
height: auto;
/* Maintain aspect ratio */
object-fit: contain;
/* Cover entire area */
}
.article-header {
font-size: 2em;
/* Adjusted font size */
}
.footer_section {
text-align: left;
/* Align footer to left on desktop */
}
.hero_area {
height: 10vh;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: #eae6f5;
}
}
</style>
</head>
<body>
<div class="hero_area">
<!-- header section starts -->
<header class="header_section">
<div class="container">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="">
<span>
Verify-it
</span>
<a href="download.html" class="btn btn-primary" style="background-color: #4b208c; border-color: #4b208c;">
Download App
</a>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="s-1"> </span>
<span class="s-2"> </span>
<span class="s-3"> </span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="d-flex ml-auto flex-column flex-lg-row align-items-center">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about_section"> About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#service_section"> Our Work </a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#blog_section"> Blog </a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!-- end header section -->
</div>
<!-- Terms & Conditions section -->
<section class="container terms-conditions">
<h2>Terms & Conditions</h2>
<p><strong>1. Acceptance of Terms</strong></p>
<p>By accessing or using the Verify-it website (the "Service"), you agree to be bound by these Terms and Conditions
of Use ("Terms"). Please read these Terms carefully before using the Service. If you disagree with any part of the
Terms, you may not access or use the Service.</p>
<p><strong>2. Content and Use</strong></p>
<ul>
<li>Informational Purposes: The information provided on Verify-it is for informational purposes only and is not a
substitute for professional advice. You should always consult with a qualified professional for any specific
needs you may have.</li>
<li>Modification of Service: Verify-it reserves the right, at its sole discretion, to modify or discontinue any
aspect of the Service, including, but not limited to, content, features, or functionality. We will endeavor to
provide reasonable notice before making any significant changes.</li>
<li>User Content: You are responsible for ensuring that any information you submit to Verify-it is accurate,
complete, and does not infringe on the intellectual property rights or other rights of any third party. You
further agree not to submit any content that is unlawful, harmful, threatening, abusive, harassing, defamatory,
obscene, hateful, or racially or ethnically offensive.</li>
</ul>
<p><strong>3. Disclaimers</strong></p>
<ul>
<li>Accuracy of Information: Verify-it strives to provide accurate and up-to-date information. However, we make no
guarantees or warranties, express or implied, regarding the accuracy, completeness, or reliability of any
information on the Service. You acknowledge that you are relying on such information at your own risk.</li>
<li>Third-Party Links: Verify-it may contain links to third-party websites or resources. These links are provided
solely as a convenience to you and do not constitute an endorsement by Verify-it of the contents of those
websites. We are not responsible for the availability or accuracy of such external websites or resources.</li>
</ul>
<p><strong>4. Intellectual Property</strong></p>
<p>The content of the Verify-it Service, including all text, graphics, logos, images, and other materials, is
protected by copyright, trademark, and other intellectual property laws. You may not modify, copy, distribute,
transmit, display, perform, reproduce, publish, license, create derivative works from, transfer, or sell any such
content without the prior written consent of Verify-it.</p>
<p><strong>5. Limitation of Liability</strong></p>
<p>Verify-it shall not be liable for any direct, indirect, incidental, consequential, special, punitive, or
exemplary damages arising out of or in any way connected with your use of the Service, including, but not limited
to, damages for loss of profits, goodwill, use, data, or other intangible losses, even if Verify-it has been
advised of the possibility of such damages.</p>
<p><strong>6. Governing Law</strong></p>
<p>These Terms shall be governed by and construed in accordance with the laws of India, without regard to its
conflict of law provisions.</p>
<p><strong>7. Dispute Resolution</strong></p>
<p>Any dispute arising out of or relating to these Terms shall be resolved by binding arbitration.</p>
<p><strong>8. Termination</strong></p>
<p>Verify-it may terminate your access to the Service for any reason, at any time, without notice. You may also
terminate your access to the Service at any time.</p>
<p><strong>9. Changes to Terms</strong></p>
<p>Verify-it may revise these Terms at any time without prior notice. You are responsible for checking these Terms
periodically for any changes. Your continued use of the Service following the posting of revised Terms means that
you accept and agree to the changes.</p>
<p><strong>10. Entire Agreement</strong></p>
<p>These Terms constitute the entire agreement between you and Verify-it regarding your use of the Service and
supersede all prior or contemporaneous communications and proposals, whether oral or written.</p>
<p><strong>11. Contact Us</strong></p>
<p>If you have any questions about these Terms, please contact us at <a
href="https://telegram.me/dictator_geopolitics">Telegram</a>.</p>
</section>
<!-- Include other articles similarly -->
<!-- footer section -->
<footer class="footer mt-auto">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 mb-3 mb-md-0">
<div class="footer-logo">Verify-it</div>
<p class="text-secondary">Combating Disinformation on social media by promoting verified information and
educating users on media literacy.</p>
</div>
<div class="col-12 col-md-6">
<ul class="nav justify-content-center justify-content-md-end">
<li class="nav-item">
<a class="nav-link" href="/index.html#hero_section">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/index.html#about_section">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/index.html#service_section">Our Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/index.html#blog_section">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
<div class="footer-bottom text-center mt-4">
© 2024 Verify-it. All rights reserved.
</div>
</div>
</footer>
<!-- footer section -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>