-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms-and-conditions.html
executable file
·440 lines (394 loc) · 23.2 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
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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Zeus - Property Marketing Agency</title>
<meta name="description"
content="Leading property marketing agency, our marketing team provides a key solution for off-plan property developers and urban planners.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font Awesome and Pixeden Icon Stroke icon fonts-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="css/pe-icon-7-stroke.css">
<!-- Google fonts - Roboto-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
<link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
<!-- Favicon-->
<link rel="shortcut icon" href="favicon.ico">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- JavaScript -->
<script src="js/counter.js"></script>
<script src="js/main.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<!-- Fancybox -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
<link href="vendor/hamburgers/dist/hamburgers.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js"></script>
<script>
$(document).ready(function () {
$('.homepage').slick({
autoplay: true,
arrows: false,
pauseOnHover: false,
fade: true,
cssEase: 'linear',
autoplaySpeed: 4000
});
});
</script>
<!-- Tweaks for older IEs-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
<div class="se-pre-con"></div>
<div class="navbar">
<div class="nav-list">
<ul id="navigation">
<li><a class="active" href="/">Home</a></li>
<li><a href="why.html">Why</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</div>
<div class="btn-menu" id="menu-button">
<div class="hamburger hamburger--minus is-active">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
</div>
</div>
<div class="btn-menu" id="menu-button">
<div class="hamburger hamburger--minus is-active">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
</div>
</div>
<a href="quote-form" class="btn btn-ghost" style="position: fixed; bottom: 15px; right: 20px;z-index: 3"
id="calltoaction">Get<br /> a<br /> quote</a>
<section class="background-gray-lightest">
<div class="container">
<div class="breadcrumbs">
<ul class="breadcrumb">
<li><a href="/">Home</a></li>
<li>TERMS & CONDITIONS</li>
</ul>
</div>
<h1 class="heading">Terms & Conditions</h1>
<p class="lead">Please read the following terms and conditions of use carefully before using this website.</p>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<p>All users of this or any other Jestalt website agree that access to and use of this site are subject to the
following terms and conditions and other applicable law. If you do not agree to these terms and conditions,
please do not use this site.</p>
<h3>Copyright</h3>
<p>The entire content included in this site, including but not limited to text, graphics or code is
copyrighted as a collective work under the South African and other copyright laws, and is the property of
Jestalt. You may display and, subject to any expressly stated restrictions or limitations relating to
specific material, download or print portions of the material from the different areas of the site solely
for your own non-commercial use, or to place an order with Jestalt or to purchase Jestalt products.</p>
<p>Any other use, including but not limited to the reproduction, distribution, display or transmission of the
content of this site is strictly prohibited, unless authorised by Jestalt. You further agree not to change
or delete any proprietary notices from materials downloaded from the site.</p>
<h3>Trademarks</h3>
<p>All trademarks, service marks and trade names of Jestalt used in the site are trademarks or registered
trademarks of Jestalt.</p>
<h3>Warranty Disclaimer</h3>
<p>This site and the materials and products on this site are provided “as is” and without warranties of any
kind,
whether express or implied. To the fullest extent permissible pursuant to applicable law,
Jestalt disclaims all warranties, express or implied, including, but not limited to, implied warranties of
merchantability and fitness for a particular purpose and non-infringement. Jestalt does not represent or
warrant that the functions contained in the site will be uninterrupted or error-free, that the defects will
be corrected, or that this site or the server that makes the site available are free of viruses or other
harmful components.
</p>
<p>Jestalt does not make any warrantees or representations regarding the use of the materials in this site in
terms of their
correctness, accuracy, adequacy, usefulness, timeliness, reliability or otherwise.</p>
<h3>Limitation of Liability</h3>
<p>Jestalt shall not be liable for any special or consequential damages that result from the use of, or the
inability to use, the materials on this site or the performance of the products, even if Jestalt has been
advised of the possibility of such damages.</p>
<h3>Typographical Errors</h3>
<p>In the event that a product is mistakenly listed on the site at an incorrect price, Jestalt reserves the
right
to refuse or cancel any orders placed for product listed at the incorrect price. Jestalt reserves the right
to
refuse or cancel any such orders whether or not the order has been confirmed and your credit card charged.
If your
credit card has already been charged for the purchase and your order is cancelled, Jestalt shall issue a
credit
to your credit card account in the amount of the incorrect price.</p>
<h3>Termination</h3>
<p>These terms and conditions are applicable to you upon your accessing the site and/or completing the
registration or shopping process. These terms and conditions, or any part of them, may be terminated by
Jestalt without notice at any time, for any reason. The provisions relating to Copyrights, Trademark,
Disclaimer, Limitation of Liability, Indemnification and Miscellaneous, shall survive any termination.</p>
<h3>Notice</h3>
<p>Jestalt may deliver notice to you by means of e-mail, a general notice on the site, or by other reliable
method
to the contact information you have provided to Jestalt.</p>
<h3>Miscellaneous</h3>
<p>Your use of this site shall be governed in all respects by the laws of the Republic of South Africa,
without regard to
choice of law provisions, and not by the 1980 U.N. Convention on contracts for the international sale of
goods. You agree
that jurisdiction over and venue in any legal proceeding directly or indirectly arising out of or relating
to this site
(including but not limited to the purchase of Jestalt products) shall be in the Province where Jestalt’s
head offices are
located. Any cause of action or claim you may have with respect to the site (including but not limited to
the purchase of Jestalt’s products or services)
must be commenced within one (1) year after the claim or cause of action arises.</p>
<p>Jestalt’s failure to insist upon or enforce strict performance of any provision of these terms and
conditions shall
not be construed as a waiver of any provision or right. Neither the course of conduct between the parties
nor trade
practice shall act to modify any of these terms and conditions. Jestalt may assign its rights and duties
under this
Agreement to any party at any time without notice to you.</p>
<h3>Use of Site</h3>
<p>Harassment in any manner or form on the site, including via e-mail, chat, or by use of obscene or abusive
language, is strictly
forbidden. Impersonation of others, including a Jestalt or other licensed employee, host, or representative,
as well as other
members or visitors on the site is prohibited. You may not upload to, distribute, or otherwise publish
through the site any
content which is libellous, defamatory, obscene, threatening, invasive of privacy or publicity rights,
abusive, illegal, or
otherwise objectionable which may constitute or encourage a criminal offence, violate the rights of any
party or which may
otherwise give rise to liability or violate any law. You may not upload commercial content on the site or
use the site to
solicit others to join or become members of any other commercial online service or other organisation.</p>
<h3>Participation Disclaimer</h3>
<p>Jestalt does not and cannot review all communications and materials posted to or created by users accessing
the site, and is not
in any manner responsible for the content of these communications and materials. You acknowledge that by
providing you with the
ability to view and distribute user-generated content on the site, Jestalt is merely acting as a passive
conduit for such
distribution and is not undertaking any obligation or liability relating to any contents or activities on
the site.</p>
<p>However, Jestalt reserves the right to block or remove communications or materials that it determines to be
(a) abusive,
defamatory, or obscene, (b) fraudulent, deceptive, or misleading, (c) in violation of a copyright, trademark
or; other
intellectual property right of another or (d) offensive or otherwise unacceptable to Jestalt in its sole
discretion.
</p>
<h3>Indemnification</h3>
<p>You agree to indemnify, defend, and hold harmless Jestalt, its officers, directors, employees, agents,
licensors and
suppliers (collectively the “Service Providers”) from and against all losses, expenses, damages and costs,
including
reasonable attorneys’ fees, resulting from any violation of these terms and conditions or any activity
related to your
account (including negligent or wrongful conduct) by you or any other person accessing the site using your
Internet account.</p>
<p>The Jestalt site and all content are provided on an “as is” basis. The contents of the site, such as text,
graphics, images,
information obtained from Jestalt’s licensors, and other material contained on the Jestalt site (“Content”)
are for
informational purposes only and do not constitute advice. The user is encouraged to consult with a
professional advisor
before acting on any information or content appearing on or transmitted through Jestalt’s web site. Nothing
on the site shall
be construed as an offer by Jestalt to the user, but merely an invitation to do business.
</p>
<h3>Third-Party Links</h3>
<p>In an attempt to provide increased value to our visitors, Jestalt may link to sites operated by third
parties. However,
even if the third party is affiliated with Jestalt, Jestalt has no control over these linked sites, all of
which have
separate privacy and data collection practices, independent of Jestalt. These linked sites are only for your
convenience and
therefore you access them at your own risk. Nonetheless, Jestalt seeks to protect the integrity of its web
site and the links
placed upon it and therefore requests any feedback on not only its own site, but for sites it links to as
well (including
if a specific link does not work).</p>
<h3>User Content</h3>
<p>You agree that you will not upload or transmit any communications or content of any type to any public
areas that infringe
or violate any rights of any party. By submitting communications or content to Jestalt, you agree that such
submission is
non-confidential for all purposes.</p>
<p>If you make any submission to a public area or if you submit any business information, idea, concept or
invention to Jestalt
by email, you automatically grant-or warrant that the owner of such content or intellectual property has
expressly granted
Jestalt a royalty-free, perpetual, irrevocable, world-wide nonexclusive license to use, reproduce, create
derivative works
from, modify, publish, edit, translate, distribute, perform, and display the communication or content in any
media or medium,
or any form, format, or forum now known or hereafter developed. If you wish to keep any business
information, ideas, concepts
or inventions private or proprietary, do not submit them to the site or to Jestalt by email. We try to
answer every email
in a timely manner, but are not always able to do so.</p>
<p>You agree to only post or upload Media (like photos, videos or audio) that you have taken yourself or that
you have all rights to
transmit and license and which do not violate trademark, copyright, privacy or any other rights of any other
person. Photos or
videos of celebrities and cartoon or comic images are usually copyrighted by the owner.</p>
<p>By uploading or submitting any media on the Jestalt site, you warrant that you have permission from all
persons appearing in your
media for you to make this contribution and grant rights described herein. Never post a picture or video of
or with someone
else unless you have their explicit permission.</p>
<p>It is strictly prohibited to upload media of any kind that contain expressions of hate, abuse, offensive
images or conduct,
obscenity, pornography, sexually explicit or any material that could give rise to any civil or criminal
liability under
applicable law or regulations or that otherwise may be in conflict with these Terms and Conditions or the
Privacy Policy.</p>
<p>You agree that you will not upload any material that contains software viruses or any other computer code,
files or programs designed to interrupt,
destroy or limit the functionality of any computer software or this web site.</p>
<p>By uploading any media like a photo or video, (a) you grant Jestalt a perpetual, non-exclusive, worldwide,
royalty-free license
to use, copy, print, display, reproduce, modify, publish, post, transmit and distribute the media and any
material included in
the media; and (b) you certify that any person pictured in the submitted media (or, if a minor, his/her
parent/legal guardian)
authorises Jestalt to use, copy, print, display, reproduce, modify, publish, post, transmit and distribute
the media and any
material included in such media; and (c) you agree to indemnify Jestalt and its affiliates, directors,
officers and employees
and hold them harmless from any and all claims and expenses, including attorneys’ fees, arising from the
media and/or your failure
to comply with these the terms described in this document.</p>
<p>Jestalt reserves the right to remove any media for any reason, at any time, without prior notice, at our
sole discretion.</p>
<h3>Consumer Protection Act (CPA)</h3>
<p>South African CPA laws shall supersede any Jestalt terms and conditions which conflict with the act or any
other
laws in the Republic of South Africa.</p>
<b>Jestalt Contact Information – Telephone:</b> +27 (0)82 683 0011 | <b>Email:</b> info[at]jestalt.co.za |
<b>Physical address:</b> 144 Katherine Street, Sandown, Sandton, South Africa | <b>Postal Address:</b> 144
Katherine Street, Sandown, Sandton, 2196.
</div>
</div>
</div>
</section>
<!-- FOOTER BEGIN -->
<footer class="footer">
<div class="footer__block">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<h4 class="heading">Elevator <span style="color:rgb(50, 145, 214)">PITCH</span></h4>
<p>Jestalt is currently in a state of change. We are using our skills and backgrounds in architecture,
visualization, and the property sales market, to develop interactive tools to revitalise the off-plan
property market.<br /></p>
<p>We are looking for property related industry professionals to connect with. Our goals are to discuss our
platform in conjunction with your business, sharing knowledge of our experiences from within different
parts of the industry, and talk broadly on where we believe it is headed.<br /></p>
<p>Through these discussions we hope to develop a keen perspective on the property market in both South
Africa & the United Kingdom. To assess what opportunities may lie within the sector, and what key
opportunities our new platform can look to provide solutions for.<br /></p>
<p>We are also looking for the right investment partners. If you are interested in meeting with us to
discuss our solutions for the PropTech space please get in touch.</p>
</div>
<div class="col-md-3 col-sm-12">
<h4 class="heading">Our Offices</h4>
<h5>Johannesburg</h5>
<p> 144 Katherine Street<br />Grayston Ridge Office Park<br />Sandown, Sandton<br /><i
class="fa fa-phone"></i>: <a href="tel:+27826830011">(+27) 82 683 0011</a></p>
<h5>London</h5>
<p> Lavenham Rd<br />Southfields<br />SW18 5EZ<br /><i class="fa fa-phone"></i>: <a
href="tel:+447387939562">+44 7387 939562</a></p>
</div>
<div class="col-md-3 col-sm-12">
<h4 class="heading">Social Media</h4>
<p class="social social--big">
<a href="https://www.facebook.com/jestalt/" data-animate-hover="pulse" class="external facebook"><i
class="fab fa-facebook-f"></i></a>
<a href="https://www.youtube.com/channel/UCuZOfZhmI_PP_7_WF4K9fmg" data-animate-hover="pulse"
class="external youtube"><i class="fab fa-youtube"></i></a>
<a href="https://www.instagram.com/jestalt_pm/" data-animate-hover="pulse" class="external instagram"><i
class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/jestalt-architectural-outsourcing-solutions/"
data-animate-hover="pulse" class="external linkedin"><i class="fab fa-linkedin"></i></a>
</p>
<h4 class="heading">Other Links</h4>
<p>
<a href="careers">Careers</a><br />
<a href="privacy-policy">Privacy Policy</a><br />
<a href="terms-and-conditions">Terms & Conditions</a><br />
<a href="sitemap.xml">Sitemap</a>
</p>
</div>
</div>
</div>
</div>
<div class="footer__copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>©
<script type="text/javascript"> var theDate = new Date(); document.write(theDate.getFullYear())</script> J
E
S T A L T
</p>
</div>
<div class="col-md-6">
<p class="credit"><a href="about-us" class="external">Designed by Jestalt</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- END OF FOOTER -->
<!-- Javascript files-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.cookie.js"> </script>
<script src="js/front.js"></script>
<script>
var $menuButton = document.getElementById('menu-button');
$menuButton.addEventListener('click', function () {
var isShowing = $('.hamburger').hasClass('is-active');
if (isShowing) {
$('.nav-list').css('opacity', '1');
} else {
$('.nav-list').css('opacity', '0');
}
});
$('.hamburger').click(function (e) {
e.preventDefault();
$(this).toggleClass('is-active');
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135192980-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-135192980-1');
</script>
</body>
</html>