Просмотр исходного кода

Link to resort added to testimony images

master
JannekeDL 5 лет назад
Родитель
Сommit
d1d116835d
2 измененных файлов: 43 добавлений и 3 удалений
  1. Двоичные данные
      public/img/testimonial-4.png
  2. 43
    3
      src/components/home/testimonialSection.vue

Двоичные данные
public/img/testimonial-4.png Просмотреть файл


+ 43
- 3
src/components/home/testimonialSection.vue Просмотреть файл

@@ -1,4 +1,5 @@
1 1
 <template>
2
+  <!-- eslint-disable max-len -->
2 3
   <div>
3 4
     <section class="section-testimonials section-t8 nav-arrow-a">
4 5
       <div class="container">
@@ -17,7 +18,9 @@
17 18
               <div class="row">
18 19
                 <div class="col-sm-12 col-md-6">
19 20
                   <div class="testimonial-img">
20
-                    <img src="img/testimonial-1.png" alt class="CrystalSprings" />
21
+                    <router-link to="/resort/csp">
22
+                      <img src="img/testimonial-1.png" alt class="CrystalSprings" />
23
+                    </router-link>
21 24
                   </div>
22 25
                 </div>
23 26
                 <div class="col-sm-12 col-md-6">
@@ -36,6 +39,7 @@
36 39
                   <div class="testimonial-author-box">
37 40
                     <eva-icon name="people-outline" fill="#60CBEB"></eva-icon>
38 41
                     <h5 class="testimonial-author">Anati Bacela</h5>
42
+                    <p>- on visiting Crystal Springs</p>
39 43
                   </div>
40 44
                 </div>
41 45
               </div>
@@ -46,7 +50,9 @@
46 50
               <div class="row">
47 51
                 <div class="col-sm-12 col-md-6">
48 52
                   <div class="testimonial-img">
49
-                    <img src="img/testimonial-2.png" alt class="Ngwenya Lodge" />
53
+                    <router-link to="/resort/nl">
54
+                      <img src="img/testimonial-2.png" alt class="Ngwenya Lodge" />
55
+                    </router-link>
50 56
                   </div>
51 57
                 </div>
52 58
                 <div class="col-sm-12 col-md-6">
@@ -63,6 +69,7 @@
63 69
                   <div class="testimonial-author-box">
64 70
                     <eva-icon name="people-outline" fill="#60CBEB"></eva-icon>
65 71
                     <h5 class="testimonial-author">Linda Lewis</h5>
72
+                    <p>- on visiting Ngwenya Lodge</p>
66 73
                   </div>
67 74
                 </div>
68 75
               </div>
@@ -73,7 +80,9 @@
73 80
               <div class="row">
74 81
                 <div class="col-sm-12 col-md-6">
75 82
                   <div class="testimonial-img">
76
-                    <img src="img/testimonial-3.2.jpg" alt class="Mabalingwe Nature Reserve" />
83
+                    <router-link to="/resort/mnr">
84
+                      <img src="img/testimonial-3.2.jpg" alt class="Mabalingwe Nature Reserve" />
85
+                    </router-link>
77 86
                   </div>
78 87
                 </div>
79 88
                 <div class="col-sm-12 col-md-6">
@@ -90,6 +99,37 @@
90 99
                   <div class="testimonial-author-box">
91 100
                     <eva-icon name="people-outline" fill="#60CBEB"></eva-icon>
92 101
                     <h5 class="testimonial-author">Sophie Adewale</h5>
102
+                    <p>- on visiting Mabalingwe Nature Reserve</p>
103
+                  </div>
104
+                </div>
105
+              </div>
106
+            </div>
107
+          </div>
108
+          <div class="carousel-item-a">
109
+            <div class="testimonials-box">
110
+              <div class="row">
111
+                <div class="col-sm-12 col-md-6">
112
+                  <div class="testimonial-img">
113
+                    <router-link to="/resort/le">
114
+                      <img src="img/testimonial-4.png" alt class="Little Eden" />
115
+                    </router-link>
116
+                  </div>
117
+                </div>
118
+                <div class="col-sm-12 col-md-6">
119
+                  <div class="testimonial-ico">
120
+                    <span class="ion-ios-quote"></span>
121
+                  </div>
122
+                  <div class="testimonials-content">
123
+                    <p class="testimonial-text">
124
+                      Everything!! Little Eden is like a secret jewel no one but yourself and your very best
125
+                      friends should now about but at the same time its like discovering something so
126
+                      awesome you can never keep it to yourslef. You have to tell the world!!!
127
+                    </p>
128
+                  </div>
129
+                  <div class="testimonial-author-box">
130
+                    <eva-icon name="people-outline" fill="#60CBEB"></eva-icon>
131
+                    <h5 class="testimonial-author">Sisna & Andries Venter</h5>
132
+                    <p>- on visiting Little Eden</p>
93 133
                   </div>
94 134
                 </div>
95 135
               </div>

Загрузка…
Отмена
Сохранить