Преглед изворни кода

Privacy added, Footer amended

master
JannekeDL пре 5 година
родитељ
комит
e2029ecd2e

BIN
public/img/logos/Provision-logoCropped.png Прегледај датотеку


+ 6
- 0
src/App.vue Прегледај датотеку

30
 </script>
30
 </script>
31
 
31
 
32
 <style>
32
 <style>
33
+a {
34
+  cursor: pointer;
35
+}
36
+a:hover {
37
+  color: #60cbeb;
38
+}
33
 #app {
39
 #app {
34
   font-family: "Avenir", Helvetica, Arial, sans-serif;
40
   font-family: "Avenir", Helvetica, Arial, sans-serif;
35
   -webkit-font-smoothing: antialiased;
41
   -webkit-font-smoothing: antialiased;

+ 48
- 0
src/components/misc/privacyPolicyPage.vue Прегледај датотеку

1
+<template>
2
+  <!-- eslint-disable max-len -->
3
+  <div class="container">
4
+    <section class="intro-single">
5
+      <div class="container">
6
+        <div class="row">
7
+          <div class="col-md-12 col-lg-8">
8
+            <div class="title-single-box">
9
+              <h1 class="title-single" style="text-align:left;">Privacy Policy</h1>
10
+            </div>
11
+          </div>
12
+        </div>
13
+      </div>
14
+    </section>
15
+    <div class="col-md-12">
16
+      <h3>Privacy</h3>
17
+      <p>We respect your privacy. This Privacy Policy governs the manner in which we will treat your personal information collected when using our website.</p>
18
+
19
+      <h3>How do we collect your personal information?</h3>
20
+      <p>Your personal information may be collected while using this website: when you contact us, when you complete an application form, when you check-in at your destination or when you make use of the services of one of our affiliated business partners. Personal information includes any information by which you can be identified and which relates to you as an identifiable individual, such as: your name, physical and postal addresses, email address, sex, age and internet address from the domain from which you are visiting.</p>
21
+
22
+      <h3>User of your personal information</h3>
23
+      <p>We need to process your personal information when you make use of our service. We use your personal information in the ordinary course of our business and to send you marketing material relating to our service offering. You can unsubscribe at any time and we will thereafter no longer use your personal information. We will not disclose your personal information to third parties unless justifiable in terms of an agreement between us.</p>
24
+
25
+      <h3>Access to and correction of personal information</h3>
26
+      <p>You may access your personal information that we hold by sending an email to: info@univateproperties.co.za</p>
27
+      <p>In the event that you want to update or correct your personal information held by us, you can send an email to: info@univateproperties.co.za</p>
28
+
29
+      <h3>Protection of your personal information</h3>
30
+      <p>We take reasonable steps and measures to keep your information secure from loss, misuse or unauthorised alteration. Our database has built-in safeguards to ensure the privacy and confidentiality of your information. We do not have control over the websites of affiliated parties or sites linked into from this site and you must therefore refer to the privacy policies of any such parties to see how they protect your personal information.</p>
31
+
32
+      <h3>Cookies</h3>
33
+      <p>We may use cookies. Cookies are programmes that we transfer to your computer's hard drive to personalise your experience on this website. In this way, the next time you visit, we will know who you are and that you have visited this website before. This will enable us to enhance your browsing experience. You can set your browser to notify you if cookies are to be transferred or to reject cookies but this may prevent your use of some of the web pages.</p>
34
+
35
+      <h3>Email Monitoring</h3>
36
+      <p>We provide email addresses on the website which enable you to contact us. Forms that you complete via this website will also be transmitted via email. In order to check for viruses and to monitor service we reserve the right to monitor and inspect all material and information transmitted over our system.</p>
37
+
38
+      <h3>Changes to this privacy policy</h3>
39
+      <p>We reserve the right, in our sole discretion, to amend this Privacy Policy from time to time. You agree to review the Privacy Policy whenever you visit this website for any such amendments. The amended version of the Privacy Policy shall supersede and replace all previous versions thereof.</p>
40
+
41
+      <h3>Which laws apply to your dealings with us?</h3>
42
+      <p>This policy will be governed and interpreted in accordance with the laws of South Africa. To the extent that a court has jurisdiction over any dispute which may arise out of or in connection with this Privacy Policy, we both submit to the jurisdiction of the South African Courts.</p>
43
+    </div>
44
+  </div>
45
+</template>
46
+<script>
47
+export default {};
48
+</script>

+ 47
- 37
src/components/shared/footerSection.vue Прегледај датотеку

4
       <div class="container">
4
       <div class="container">
5
         <div class="row">
5
         <div class="row">
6
           <div class="col-sm-12 col-md-4">
6
           <div class="col-sm-12 col-md-4">
7
-            <div class="widget-a">
8
-              <div class="w-header-a">
9
-                <a class="navbar-brand text-brand">
10
-                  Uni-Vate
11
-                  <span class="color-b">Properties</span>
12
-                </a>
13
-              </div>
14
-              <div class="w-body-a">
15
-                <p class="w-text-a color-text-a">
16
-                  <br />105 Lombardy Business Park
17
-                  <br />Cnr. Graham and Cole Rd
18
-                  <br />Shere, Pretoria
19
-                  <br />0084
20
-                </p>
21
-              </div>
22
-              <div class="w-footer-a">
23
-                <ul class="list-unstyled">
24
-                  <li class="color-a">
25
-                    <eva-icon name="phone-call-outline" fill="#60CBEB"></eva-icon>
26
-                    <span class="color-text-a"></span> +27 (0)12 492 1238
27
-                  </li>
28
-                  <li class="color-a">
29
-                    <eva-icon name="email-outline" fill="#60CBEB"></eva-icon>
30
-                    <span class="color-text-a"></span> info@univateproperties.co.za
31
-                  </li>
32
-                </ul>
33
-              </div>
7
+            <div class="w-header-a">
8
+              <a class="navbar-brand text-brand">
9
+                Uni-Vate
10
+                <span class="color-b">Properties</span>
11
+              </a>
12
+            </div>
13
+            <div class="w-body-a">
14
+              <p class="w-text-a color-text-a">
15
+                <br />105 Lombardy Business Park
16
+                <br />Cnr. Graham and Cole Rd
17
+                <br />Shere, Pretoria
18
+                <br />0084
19
+              </p>
20
+            </div>
21
+            <div class="w-footer-a">
22
+              <ul class="list-unstyled">
23
+                <li class="color-a">
24
+                  <eva-icon name="phone-call-outline" fill="#60CBEB"></eva-icon>
25
+                  <span class="color-text-a"></span> +27 (0)12 492 1238
26
+                </li>
27
+                <li class="color-a">
28
+                  <eva-icon name="email-outline" fill="#60CBEB"></eva-icon>
29
+                  <span class="color-text-a"></span> info@univateproperties.co.za
30
+                </li>
31
+              </ul>
34
             </div>
32
             </div>
35
           </div>
33
           </div>
36
           <div class="col-sm-12 col-md-4 section-md-t3">
34
           <div class="col-sm-12 col-md-4 section-md-t3">
37
             <div class="widget-a">
35
             <div class="widget-a">
38
               <div class="w-header-a">
36
               <div class="w-header-a">
39
-                <h3 class="w-title-a text-brand">Navigation</h3>
37
+                <h4 class="w-title-a text-brand">Navigation</h4>
40
               </div>
38
               </div>
41
               <div class="w-body-a">
39
               <div class="w-body-a">
42
                 <div class="w-body-a">
40
                 <div class="w-body-a">
48
                     <br />
46
                     <br />
49
                     <li class="item-list-a">
47
                     <li class="item-list-a">
50
                       <i class="fa fa-angle-right"></i>
48
                       <i class="fa fa-angle-right"></i>
51
-                      <a href="#">Privacy Policy</a>
49
+                      <a class="a1" @click="routerGoTo('/privacypolicy')">Privacy Policy</a>
52
                     </li>
50
                     </li>
53
 
51
 
54
                     <br />
52
                     <br />
70
           <div class="col-sm-12 col-md-4 section-md-t3">
68
           <div class="col-sm-12 col-md-4 section-md-t3">
71
             <div class="widget-a">
69
             <div class="widget-a">
72
               <div class="w-header-a">
70
               <div class="w-header-a">
73
-                <h3 class="w-title-a text-brand">Our Partners</h3>
71
+                <h4 class="w-title-a text-brand">Our Partners</h4>
74
               </div>
72
               </div>
75
               <div class="w-body-a">
73
               <div class="w-body-a">
76
                 <ul class="list-unstyled">
74
                 <ul class="list-unstyled">
80
                         class="img-fluid"
78
                         class="img-fluid"
81
                         src="/img/logos/DAE_logo_notag.png"
79
                         src="/img/logos/DAE_logo_notag.png"
82
                         alt="Logo"
80
                         alt="Logo"
83
-                        style="width:60px;height:40px;"
81
+                        style="width:50px;height:30px;"
84
                       />
82
                       />
85
                     </a>
83
                     </a>
86
                   </li>
84
                   </li>
91
                         class="img-fluid"
89
                         class="img-fluid"
92
                         src="/img/logos/gomelo.png"
90
                         src="/img/logos/gomelo.png"
93
                         alt="Logo"
91
                         alt="Logo"
94
-                        style="width:40px;height:40px;"
92
+                        style="width:35px;height:35px;"
95
                       />
93
                       />
96
                     </a>
94
                     </a>
97
                   </li>
95
                   </li>
102
                         class="img-fluid"
100
                         class="img-fluid"
103
                         src="/img/logos/rci.png"
101
                         src="/img/logos/rci.png"
104
                         alt="Logo"
102
                         alt="Logo"
105
-                        style="width:50px;height:25px;"
103
+                        style="width:40px;height:20px;"
106
                       />
104
                       />
107
                     </a>
105
                     </a>
108
                   </li>
106
                   </li>
113
                         class="img-fluid"
111
                         class="img-fluid"
114
                         src="/img/logos/voasa.png"
112
                         src="/img/logos/voasa.png"
115
                         alt="Logo"
113
                         alt="Logo"
116
-                        style="width:100px;height:50px;"
114
+                        style="width:90px;height:45px;"
117
                       />
115
                       />
118
                     </a>
116
                     </a>
119
                   </li>
117
                   </li>
120
-                  <br />
121
                 </ul>
118
                 </ul>
122
               </div>
119
               </div>
123
             </div>
120
             </div>
139
             </div>
136
             </div>
140
             <div class="credits">
137
             <div class="credits">
141
               Site created by
138
               Site created by
142
-              <a href="https://www.provision-sa.com.com/">ProVision</a>
139
+              <router-link to="https://provision-sa.com">
140
+                <img
141
+                  src="img/logos/provision-logocropped.png"
142
+                  alt
143
+                  class="Provision Logo"
144
+                  style="width: 250px; height:15px;"
145
+                />
146
+              </router-link>
143
             </div>
147
             </div>
144
           </div>
148
           </div>
145
         </div>
149
         </div>
148
   </div>
152
   </div>
149
 </template>
153
 </template>
150
 <script>
154
 <script>
151
-export default {};
155
+export default {
156
+  methods: {
157
+    routerGoTo(goTo) {
158
+      this.$router.push(goTo);
159
+    },
160
+  },
161
+};
152
 </script>
162
 </script>

+ 6
- 0
src/router/index.js Прегледај датотеку

29
 import UnitPage from '../components/timeshare/resort/unitPage.vue';
29
 import UnitPage from '../components/timeshare/resort/unitPage.vue';
30
 
30
 
31
 import ContactUs from '../components/misc/contactUs.vue';
31
 import ContactUs from '../components/misc/contactUs.vue';
32
+import PrivacyPolicy from '../components/misc/privacyPolicyPage.vue';
32
 
33
 
33
 
34
 
34
 Vue.use(Router);
35
 Vue.use(Router);
134
     name: 'ContactUs',
135
     name: 'ContactUs',
135
     component: ContactUs,
136
     component: ContactUs,
136
   },
137
   },
138
+  {
139
+    path: '/privacypolicy',
140
+    name: 'PrivacyPolicy',
141
+    component: PrivacyPolicy,
142
+  },
137
   {
143
   {
138
     path: '/resort/:resortCode',
144
     path: '/resort/:resortCode',
139
     name: 'ResortPage',
145
     name: 'ResortPage',

Loading…
Откажи
Сачувај