Kaynağa Gözat

Property Management Fix

master
30117125 4 yıl önce
ebeveyn
işleme
ba7b6dda2a

+ 22
- 18
src/components/propertyManagement/rentalManagement/contentSection.vue Dosyayı Görüntüle

@@ -15,16 +15,20 @@
15 15
           </p>
16 16
           <p>Our rental property management and letting services include the following:</p>
17 17
         </div>
18
-        <p></p>
19
-        <div class="row">
20
-          <div class="col-md-6"></div>
21
-          <div class="col-md-6">
22
-            <h4>Contact us for a quote</h4>
23
-          </div>
18
+      </div>
19
+      <div class="row">
20
+        <div class="col-md-6"></div>
21
+        <div class="col-md-6">
22
+          <h4>Contact us for a quote</h4>
24 23
         </div>
24
+      </div>
25
+
26
+      <div class="row">
25 27
         <div align="left" class="col-lg-12">
26
-          <p>Our Services:</p>
27
-          <ul class="nav nav-tabs" id="myTab" role="tablist">
28
+          <div class="section-header">
29
+            <h2>Our Services</h2>
30
+          </div>
31
+          <ul class="nav nav-tabs nav-justified" id="myTab" role="tablist">
28 32
             <li class="nav-item">
29 33
               <a
30 34
                 class="nav-link-active"
@@ -34,8 +38,8 @@
34 38
                 role="tab"
35 39
                 aria-controls="tenant"
36 40
                 aria-selected="true"
37
-                >Tenant Selection and Vacancy Management</a
38
-              >
41
+                ><h5>Tenant Selection and Vacancy Management</h5>
42
+              </a>
39 43
             </li>
40 44
             <li class="nav-item">
41 45
               <a
@@ -46,8 +50,8 @@
46 50
                 role="tab"
47 51
                 aria-controls="rent"
48 52
                 aria-selected="false"
49
-                >Rent Collection</a
50
-              >
53
+                ><h5>Rent Collection</h5>
54
+              </a>
51 55
             </li>
52 56
             <li class="nav-item">
53 57
               <a
@@ -58,8 +62,8 @@
58 62
                 role="tab"
59 63
                 aria-controls="financial"
60 64
                 aria-selected="false"
61
-                >Financial Management</a
62
-              >
65
+                ><h5>Financial Management</h5>
66
+              </a>
63 67
             </li>
64 68
             <li class="nav-item">
65 69
               <a
@@ -70,8 +74,8 @@
70 74
                 role="tab"
71 75
                 aria-controls="admin"
72 76
                 aria-selected="false"
73
-                >Administration, Secretarial and Advisor</a
74
-              >
77
+                ><h5>Administration, Secretarial and Advisor</h5>
78
+              </a>
75 79
             </li>
76 80
             <li class="nav-item">
77 81
               <a
@@ -82,8 +86,8 @@
82 86
                 role="tab"
83 87
                 aria-controls="maintenance"
84 88
                 aria-selected="false"
85
-                >Property Mainenance Management</a
86
-              >
89
+                ><h5>Property Mainenance Management</h5>
90
+              </a>
87 91
             </li>
88 92
           </ul>
89 93
 

+ 4
- 4
src/components/propertyManagement/rentalManagement/rentalPropertyManagement.vue Dosyayı Görüntüle

@@ -2,7 +2,7 @@
2 2
   <div>
3 3
     <carouselSection />
4 4
     <main id="main">
5
-      <ServicesSection />
5
+      <contentSection />
6 6
       <TestimonialSection />
7 7
     </main>
8 8
   </div>
@@ -11,14 +11,14 @@
11 11
 <script>
12 12
 /* eslint-disable */
13 13
 import carouselSection from "./carouselSection";
14
-import ServicesSection from "../sectionalTitle/ourServicesSection";
15 14
 import TestimonialSection from "../testimonialSection";
15
+import contentSection from "./contentSection";
16 16
 
17 17
 export default {
18 18
   components: {
19 19
     carouselSection,
20
-    ServicesSection,
21
-    TestimonialSection
20
+    TestimonialSection,
21
+    contentSection
22 22
   }
23 23
 };
24 24
 </script>

+ 5
- 5
src/components/propertyManagement/sectionalTitle/ourServicesSection.vue Dosyayı Görüntüle

@@ -36,7 +36,7 @@
36 36
                 role="tab"
37 37
                 aria-controls="takeOn"
38 38
                 aria-selected="true"
39
-                ><h4>Take-on Audit</h4>
39
+                ><h5>Take-on Audit</h5>
40 40
               </a>
41 41
             </li>
42 42
             <li class="nav-item">
@@ -48,7 +48,7 @@
48 48
                 role="tab"
49 49
                 aria-controls="levy"
50 50
                 aria-selected="false"
51
-                ><h4>Levy, Billing and Collections</h4>
51
+                ><h5>Levy, Billing and Collections</h5>
52 52
               </a>
53 53
             </li>
54 54
             <li class="nav-item">
@@ -60,7 +60,7 @@
60 60
                 role="tab"
61 61
                 aria-controls="financial"
62 62
                 aria-selected="false"
63
-                ><h4>Financial Management and Accounting</h4>
63
+                ><h5>Financial Management and Accounting</h5>
64 64
               </a>
65 65
             </li>
66 66
             <li class="nav-item">
@@ -72,7 +72,7 @@
72 72
                 role="tab"
73 73
                 aria-controls="advisory"
74 74
                 aria-selected="false"
75
-                ><h4>Advisory and Secretarial functions</h4>
75
+                ><h5>Advisory and Secretarial functions</h5>
76 76
               </a>
77 77
             </li>
78 78
             <li class="nav-item">
@@ -84,7 +84,7 @@
84 84
                 role="tab"
85 85
                 aria-controls="admin"
86 86
                 aria-selected="false"
87
-                ><h4>Administrative functions</h4>
87
+                ><h5>Administrative functions</h5>
88 88
               </a>
89 89
             </li>
90 90
           </ul>

Loading…
İptal
Kaydet