Old UniVate Website
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

terms-and-conditions.blade.php 7.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. @extends('master')
  2. @section('title', 'Terms of Use')
  3. @section('description', 'This page states the terms and conditions under which you (as the user) may use the website www.univateproperties.co.za and all related services.')
  4. @section('keywords', 'Uni-Vate Properties terms and conditions for using website')
  5. @section('content')
  6. <div class="container">
  7. <div class="row">
  8. <div class="col-md-12">
  9. <h1 class="my-4">WEBSITE TERMS AND CONDITIONS OF USE</h1>
  10. </div>
  11. <div class="col-md-12">
  12. <p>
  13. This page states the terms and conditions under which you (as the user) may use the website: www.univateproperties.co.za and all related services. The site is owned by Uni-Vate Properties (Pty) Ltd with registration number: 2013/084757/07 and with physical address: 105 Lombardy Business Park, Cnr Graham and Cole Rd, Shere, Pretoria.
  14. </p>
  15. <p>
  16. Any queries or disputes can be directed to info@univateproperties.co.za
  17. </p>
  18. <ol>
  19. <li>
  20. <h3>Terms of use</h3>
  21. <ol>
  22. <li>By using this website you agree to these terms and conditions and accept it as binding.</li>
  23. <li>You acknowledge your understanding that the terms may be revised at any time by updating this page. You must visit this page to review the terms and conditions to which you are bound when you access the site. We will indicate in the bottom right corner when the last changes were made. If you do not agree to any of the terms and conditions, do not use this site.</li>
  24. <li>Uni-Vate may modify, update, interrupt, suspend or discontinue the website at any time without notice or liability and it may block, terminate or suspend your access at any time for any reason in its sole discretion; even if access continues to be allowed to others.</li>
  25. <li>You agree that Uni-Vate has the right to enforce the guidelines contained herein as it deems appropriate in its sole discretion.</li>
  26. <li>Use of this site is available only to individuals and entities that can form legally binding contracts under South African Law. You must accordingly be over the age of eighteen years and be of sound mind and with the requisite capability to contract.</li>
  27. </ol>
  28. </li>
  29. <li>
  30. <h3>ITELLECTUAL PROPERTY</h3>
  31. <ol>
  32. <li>We own or have the right to use all content on the site that we create and make available, including but not limited to: visual interfaces, interactive features, graphics, designs and photographs or illustrations.</li>
  33. <li>You may not modify, reproduce, distribute, create derivative works or adaptations or publicly display or in any way exploit any of the content on this website or any of our intellectual property rights in whole or in part, except as expressly authorised by us in writing.</li>
  34. <li>You may only print, display or download any content from our site for personal, non-commercial use.</li>
  35. <li>You grant Uni-Vate the perpetual, royalty free, transferable right to use and or publish all material submitted by you that does not infringe on your right to privacy.</li>
  36. </ol>
  37. </li>
  38. <li>
  39. <h3>THIRD PARTY SITES</h3>
  40. <ol>
  41. <li>This site may include links to third party sites not under our control or direction. These links are for convenience and the inclusion of hyperlinks to such websites does not imply endorsement or association and no representations are made as to the integrity of their content and/or the quality and acceptability of their products or services. The use of external links is at your own risk. You must ensure that you refer to the relevant website's terms and conditions of use when accessing the site.</li>
  42. <li>You shall not create any hyperlinks to this website without prior written permission of Uni-Vate.</li>
  43. </ol>
  44. </li>
  45. <li>
  46. <h3>SPECIFIC TERMS REGARDING LISTING</h3>
  47. <ol>
  48. <li>If you use www.univateproperties.co.za as a listing service you will also be required to sign a mandate to list which terms must be read in conjunction to this website's terms of use.</li>
  49. <li>You are solely responsible to safeguard your login details and for all material submitted and any consequence that may result from your submission. Uni-Vate reserves the right to, at its sole discretion and without notice, remove any content and/or listing it considers to be unsuitable, misleading or in breach of these terms or its general company ethos.</li>
  50. </ol>
  51. </li>
  52. <li>
  53. <h3>SPECIFIC TERMS REGARDING OFFERS</h3>
  54. <ol>
  55. <li>All offers will be presented to the seller within a reasonable time.</li>
  56. <li>The parties will be required to sign formal agreements to formalise the agreement. In the case of timeshare the agreements are standard form agreements approved by the Board of Directors of the respective share block companies.</li>
  57. <li>Uni-Vate will facilitate conclusion of the transaction for remuneration.</li>
  58. </ol>
  59. </li>
  60. <li>
  61. <h3>PRIVACY</h3>
  62. <ol>
  63. <li>We respect your privacy and our privacy policy is an integral part of this agreement. By accepting the terms of use you acknowledge that you've read, understand and accept the privacy policy that can be found on this website.</li>
  64. </ol>
  65. </li>
  66. <li>
  67. <h3>GENERAL</h3>
  68. <ol>
  69. <li>Except as expressly provided to the contrary herein, each paragraph, clause, term, and provision of these terms and any portion thereof shall be considered severable and if, for any reason any part of these terms is held to be invalid, contrary to, or in conflict with any applicable present or future law, statute or regulation or in terms of a final, binding judgment issued by any Court, it shall not impair the operation of, or have any other effect upon, such other portions of these Terms as may remain otherwise intelligible, which remaining provisions shall continue to be given full force and effect and bind the parties hereto.</li>
  70. <li>These terms and conditions are governed by the Laws of the Republic of South Africa and in the event of a dispute, you consent to the jurisdiction of the court of Uni-Vate's choice, notwithstanding that the quantum in action or proceedings may otherwise be beyond the monetary jurisdiction of that court.</li>
  71. </ol>
  72. </li>
  73. </ol>
  74. </div>
  75. </div>
  76. </div>
  77. @stop