-
Notifications
You must be signed in to change notification settings - Fork 0
/
cms.html
361 lines (360 loc) · 23.2 KB
/
cms.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MozCars - Termos & Condições</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--enable mobile device-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--fontawesome css-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!--bootstrap css-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!--animate css-->
<link rel="stylesheet" href="css/animate-wow.css">
<!--main css-->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/bootstrap-select.min.css">
<link rel="stylesheet" href="css/slick.min.css">
<!--responsive css-->
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<header id="header" class="top-head">
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="row">
<div class="col-md-2 col-sm-12 left-rs">
<div class="navbar-header">
<button type="button" id="top-menu" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand"><img src="images/logo.png" alt="" /></a>
</div>
<!-- <form class="navbar-form navbar-left web-sh">
<div class="form">
<input type="text" class="form-control" placeholder="Search for new or used cars">
</div>
</form> -->
</div>
<div class="col-md-10 col-sm-12">
<div class="right-nav">
<div class="login-sr">
<div class="login-signup">
<ul>
<li><a href="#">Entrar</a></li>
<li><a class="custom-b" href="#">Regista-se</a></li>
</ul>
</div>
</div>
<div class="help-r hidden-xs">
<div class="help-box">
<ul>
<!-- <li> <a data-toggle="modal" data-target="#myModal" href="#"> <span>Trocar</span> <img src="images/flag.png" alt="" /> </a> </li> -->
<li> <a href="#"><img class="h-i" src="images/help-icon.png" alt="" /> Ajuda </a> </li>
</ul>
</div>
</div>
<div class="nav-b hidden-xs">
<div class="nav-box">
<ul>
<li><a href="category.html">Comprar Carro</a></li>
<li><a href="howitworks.html">Seviços</a></li>
<li><a href="howitworks.html">Como funciona</a></li>
<li><a href="about-us.html">Sobre-nos</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/.container-fluid -->
</nav>
</header>
<!-- Modal -->
<div class="modal fade lug" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Change</h4>
</div>
<div class="modal-body">
<ul>
<li><a href="#"><img src="images/flag-up-1.png" alt="" /> United States</a></li>
<li><a href="#"><img src="images/flag-up-2.png" alt="" /> France </a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="sidebar" class="top-nav">
<ul id="sidebar-nav" class="sidebar-nav">
<li><a href="#">Help</a></li>
<li><a href="#">How it works</a></li>
<li><a href="#">Chamb for Business</a></li>
</ul>
</div>
<div class="terms-conditions">
<div class="terms-title">
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="#">Forntpage </a></li>
<li class="active">Terms and conditions</li>
</ol>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="terms-box">
<h2>Terms and conditions</h2>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC,
making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words..
</p>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias
excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum
quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime
placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.
</p>
</div>
</div>
<div class="col-md-12">
<div class="terms-box">
<h3>Cookies</h3>
<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment,
so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty
through weakness of will, which is the same as saying through
</p>
<p>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being
able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or
the obligations of business it will frequently occur that pleasures
</p>
</div>
</div>
<div class="col-md-12">
<div class="terms-box">
<h3>License</h3>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore
veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia
consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
</p>
</div>
</div>
<div class="col-md-12">
<div class="terms-box">
<h3>You must not</h3>
<p>Republish material form Chamb.com<br>
Sell, rent or sub-license material form https:Chamb.com<br>
Reproduce, duplicate or copy material form Chamb.com<br>
Redistribute content from Chamb (unless content is specifically made for redistribution).
</p>
</div>
</div>
<div class="col-md-12">
<div class="terms-box">
<h3>User Comments</h3>
<p>This Agreement shall begin on the date hereof. <br>
Certain parts of this website offer the opportunity for users to post and exchange opinions, information, material and data ('Comments') in areas of the website. Chamb does not screen, edit, publish or review Comments prior to their appearance on the website and Comments do not reflect the views or opinions ofChamb, its agents or affiliates. Comments reflect the view and opinion of the person who posts such view or opinion. To the extent permitted by applicable laws Chambshall not be responsible or liable for the Comments or for any loss cost, liability, damages or expenses caused and or suffered as a result of any use of and/or posting of and/or appearance of the Comments on this website.<br>
Chambreserves the right to monitor all Comments and to remove any Comments which it considers in its absolute discretion to be inappropriate, offensive or otherwise in breach of these Terms and Conditions.<br>
You warrant and represent that: <br>
You are entitled to post the Comments on our website and have all necessary licenses and consents to do so; <br>
The Comments do not infringe any intellectual property right, including without limitation copyright, patent or trademark, or other proprietary right of any third party; <br>
The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful material or material which is an invasion of privacy<br>
The Comments will not be used to solicit or promote business or custom or present commercial activities or unlawful activity. <br>
You hereby grant to Chamb a non-exclusive royalty-free license to use, reproduce, edit and authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.
</p>
<p>Online directory distributors when they list us in the directory may link to our Web site in the same manner as they hyperlink to the Web sites of other listed businesses;
and <br>Systemwide Accredited Businesses except soliciting non-profit organizations, charity shopping malls, and charity fundraising groups which may not hyperlink to our Web site. <br> These organizations may link to our home page, to publications or to other Web site information so long as the link: (a) is not in any way misleading;
(b) does not falsely imply sponsorship, endorsement or approval of the linking party and its products or services; and (c) fits within the context of the linking party's site.<br> We may consider and approve in our sole discretion other link requests from the following types of organizations:<br> commonly-known consumer and/or business information sources such as Chambers of Commerce, American Automobile Association, AARP and Consumers Union;<br>
dot.com community sites;<br>
associations or other groups representing charities, including charity giving sites, online directory distributors;<br>
internet portals;<br>
accounting, law and consulting firms whose primary clients are businesses; and<br>
educational institutions and trade associations.<br> We will approve link requests from these organizations if we determine that: (a) the link would not reflect unfavorably on us or our accredited businesses (for example, trade associations or other organizations representing inherently suspect types of business, such as work-at-home opportunities, shall not be allowed to link); (b)the organization does not have an unsatisfactory record with us; (c) the benefit to us from the visibility associated with the hyperlink outweighs the absence of ; and (d) where the link is in the context of general resource information or is otherwise consistent with editorial content in a newsletter or similar product furthering the mission of the organization.
</p>
<p>These organizations may link to our home page, to publications or to other Web site information so long as the link: (a) is not in any way misleading; (b) does not falsely imply sponsorship, endorsement or approval of the linking party and it products or services; and (c) fits within the context of the linking party's site.</p>
<p>If you are among the organizations listed in paragraph 2 above and are interested in linking to our website, you must notify us by sending an e-mail to info@Chamb.com. Please include your name, your organization name, contact information (such as a phone number and/or e-mail address) as well as the URL of your site, a list of any URLs from which you intend to link to our Web site, and a list of the URL(s) on our site to which you would like to link. Allow 2-3 weeks for a response.</p>
<p>Approved organizations may hyperlink to our Web site as follows:</p>
</div>
</div>
<div class="col-md-12">
<div class="terms-box">
<h3>By use of our corporate name; or</h3>
<p>By use of the uniform resource locator (Web address) being liked to; or<br>
By use of any other description of our Web site or material being linked to that makes sense within the context and format of content on the linking party's site.<br>
No use of Chamb's logo or other artwork will be allowed for linking absent a trademark license agreement.
</p>
<p>Whilst we endeavour to ensure that the information this website is correct, we do not warrant its completeness or accuracy; nor do commit to ensuring that the website remains available or
that the material on the website is kept up to date.
</p>
</div>
</div>
<div class="col-md-12">
<div class="terms-box">
<h3>Disclaimer</h3>
<p>To the maximum extent permitted by applicable law, we exclude all representations, warranties and coditions relating to our website and the use of this website(including, without limitation, any
warranties implied by law in respect of satisfactory wuality, fitness for purpose and/or the use of reasonable care and skill). Nothing in disclaimer will:
</p>
<p>limit or exclude our or your liability for death or personal injury resulting from negligence;
limit or exclude our or your liability for fraud or fraudulent misrepresentation;<br>
limit any of our or your liabilities that may not be excluded under applicable low; or<br>
exclude any of our or your liabilities that may not be excluded under applicable law.<br>
The limitations and exclusions of liability set out in this Section and elswhere in this disclaimer:(a) are subject to the paragraph; and (b) govern all liabilities arising under the disclaimer<br>
or in relation to the subject matter of this disclaimer, including liabilities arising in contract, in tort (including negligence) and for breach of statutory duty.
</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="main-footer">
<div class="container">
<div class="row">
<div class="footer-top clearfix">
<div class="col-md-2 col-sm-6">
<h2>Receba +novidades
</h2>
</div>
<div class="col-md-6 col-sm-6">
<div class="form-box">
<input type="text" placeholder="Para receber novidades entre com o seu e-mail" />
<button>Enviar</button>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="help-box-f">
<h4>Duvidas? </h4>
<p>Se nao encontrou o que deseja ligue para 844866295 e torne sua busca simples.</p>
</div>
</div>
</div>
<div class="footer-link-box clearfix">
<div class="col-md-12 col-sm-6">
<div class="left-f-box">
<div class="col-sm-3">
<h2>Compra na MozCars</h2>
<ul>
<li><a href="#">Criar conta</a></li>
<li><a href="howitworks.html">Como funciona para compradores</a></li>
<li><a href="pricing.html">Preçarios</a></li>
<li><a href="#">FAQ para compradores</a></li>
</ul>
</div>
<div class="col-sm-3">
<h2>Venda na MozCars</h2>
<ul>
<li><a href="#">Criar conta</a></li>
<li><a href="#">Como funciona para vendedores</a></li>
<li><a href="#">Categorias</a></li>
<li><a href="#">FAQ for vendedores</a></li>
</ul>
</div>
<div class="col-sm-3">
<h2>MozCars</h2>
<ul>
<li><a href="about-us.html">Acerca de MozCars</a></li>
<li><a href="#">Contacte-nos</a></li>
<!-- <li><a href="#">No</a></li> -->
<li><a href="#">FAQs</a></li>
<li><a href="cms.html">Termos & Condições aplicaveis</a></li>
</ul>
</div>
<div class="col-sm-3">
<h2>Contactos</h2>
<ul>
<li><a href="#">+258 84 486 6295</a></li>
<li><a href="#">+258 84 486 6295</a></li>
<!-- <li><a href="#">Careers</a></li>
<li><a href="#">Terms of use</a></li> -->
</ul>
</div>
</div>
</div>
<!-- <div class="col-md-6 col-sm-6">
<div class="right-f-box">
<h2>Serviços prestados</h2>
<ul class="col-sm-4">
<li><a href="#">Automobile</a></li>
<li><a href="#">Furniture</a></li>
<li><a href="#">Leather</a></li>
<li><a href="#">Agriculture</a></li>
<li><a href="#">Food & drinks</a></li>
</ul> -->
<!-- <h2>INDUSTRIES</h2>
<ul class="col-sm-4">
<li><a href="#">Office</a></li>
<li><a href="#">Decoratives</a></li>
<li><a href="#">Electronics</a></li>
<li><a href="#">Machines</a></li>
<li><a href="#">Building</a></li>
</ul>
<ul class="col-sm-4">
<li><a href="#">Cosmetics</a></li>
<li><a href="#">Health</a></li>
<li><a href="#">Jewelry</a></li>
<li><a href="#">See all here</a></li>
</ul> -->
<!-- </div>
</div> -->
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-8">
<p><img width="90" src="images/logo.png" alt="#" style="margin-top: -5px;" /> Todos os direitos reservados. MozCars © 2021</p>
</div>
<div class="col-md-4">
<ul class="list-inline socials">
<li>
<a href="">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
</ul>
<!-- <ul class="right-flag">
<li><a href="#"><img src="images/flag.png" alt="" /> <span>Trocar</span></a></li>
</ul> -->
</div>
</div>
</div>
</div>
</footer>
<!--main js-->
<script src="js/jquery-1.12.4.min.js"></script>
<!--bootstrap js-->
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-select.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/wow.min.js"></script>
<!--custom js-->
<script src="js/custom.js"></script>
</body>
</html>