|
11 | 11 | <div class="col-md-10 col-md-offset-2">
|
12 | 12 | <div class="block">
|
13 | 13 | <h1 class="animated fadeInUp">A DIGITAL MARKETING & <br> DESIGN AGENCY</h1>
|
14 |
| - <p class="animated fadeInUp">We love the Web and the work we do.We work closely with our </br> clients to deliver the best possible solutions for their needs</p> |
| 14 | + <p class="animated fadeInUp">We love the Web and the work we do. We work closely with our clients to deliver the best possible solutions for their needs</p> |
15 | 15 | </div>
|
16 | 16 | </div>
|
17 | 17 | </div>
|
@@ -147,77 +147,39 @@ <h2>Fun Facts About Us</h2>
|
147 | 147 | </div>
|
148 | 148 | <div class="row">
|
149 | 149 | <div class="col-md-6">
|
| 150 | + {% if site.data.funfacts.size > 0 %} |
150 | 151 | <div class="block">
|
| 152 | + {% for ff in site.data.funfacts %} |
151 | 153 | <ul class="counter-box clearfix">
|
152 | 154 | <li>
|
153 | 155 | <div class="block">
|
154 |
| - <i class="ion-ios-chatboxes-outline"></i> |
155 |
| - <h4 class="counter">20000</h4> |
156 |
| - <span>Cups Of Coffee</span> |
| 156 | + <i class="{{ ff.icon }}"></i> |
| 157 | + <h4 class="counter">{{ ff.counter }}</h4> |
| 158 | + <span>{{ ff.text }}</span> |
157 | 159 | </div>
|
158 | 160 | </li>
|
159 |
| - <li> |
160 |
| - <div class="block"> |
161 |
| - <i class="ion-ios-glasses-outline"></i> |
162 |
| - <h4 class="counter">20000</h4> |
163 |
| - <span>Cups Of Coffee</span> |
164 |
| - </div> |
165 |
| - </li> |
166 |
| - <li> |
167 |
| - <div class="block"> |
168 |
| - <i class="ion-ios-compose-outline"></i> |
169 |
| - <h4 class="counter">20000</h4> |
170 |
| - <span>Cups Of Coffee</span> |
171 |
| - </div> |
172 |
| - </li> |
173 |
| - <li> |
174 |
| - <div class="block"> |
175 |
| - <i class="ion-ios-timer-outline"></i> |
176 |
| - <h4 class="counter">20000</h4> |
177 |
| - <span>Cups Of Coffee</span> |
178 |
| - </div> |
179 |
| - </li> |
180 |
| - |
| 161 | + {% endfor %} |
181 | 162 | </ul>
|
182 | 163 | </div>
|
| 164 | + {% endif %} |
183 | 165 | </div>
|
184 | 166 | <div class="col-md-6">
|
| 167 | + {% if site.data.testimonials.size > 0 %} |
185 | 168 | <div class="testimonial-carousel">
|
186 | 169 | <div id="testimonial-slider" class="owl-carousel">
|
| 170 | + {% for tm in site.data.testimonials %} |
187 | 171 | <div>
|
188 | 172 | <img src="img/cotation.png" alt="IMG">
|
189 |
| - <p>"This Company created an e-commerce site with the tools to make our business a success, with innovative ideas we feel that our site has unique elements that make us stand out from the crowd."</p> |
190 |
| - <div class="user"> |
191 |
| - <img src="img/item-img1.jpg" alt="Pepole"> |
192 |
| - <p><span>Rose Ray</span> CEO-Themefisher</p> |
193 |
| - </div> |
194 |
| - </div> |
195 |
| - <div> |
196 |
| - <img src="img/cotation.png" alt="IMG"> |
197 |
| - <p>"This Company created an e-commerce site with the tools to make our business a success, with innovative ideas we feel that our site has unique elements that make us stand out from the crowd."</p> |
198 |
| - <div class="user"> |
199 |
| - <img src="img/item-img1.jpg" alt="Pepole"> |
200 |
| - <p><span>Rose Ray</span> CEO-Themefisher</p> |
201 |
| - </div> |
202 |
| - </div> |
203 |
| - <div> |
204 |
| - <img src="img/cotation.png" alt="IMG"> |
205 |
| - <p>"This Company created an e-commerce site with the tools to make our business a success, with innovative ideas we feel that our site has unique elements that make us stand out from the crowd."</p> |
206 |
| - <div class="user"> |
207 |
| - <img src="img/item-img1.jpg" alt="Pepole"> |
208 |
| - <p><span>Rose Ray</span> CEO-Themefisher</p> |
209 |
| - </div> |
210 |
| - </div> |
211 |
| - <div> |
212 |
| - <img src="img/cotation.png" alt="IMG"> |
213 |
| - <p>"This Company created an e-commerce site with the tools to make our business a success, with innovative ideas we feel that our site has unique elements that make us stand out from the crowd."</p> |
| 173 | + <p>{{ tm.testimonial }}</p> |
214 | 174 | <div class="user">
|
215 |
| - <img src="img/item-img1.jpg" alt="Pepole"> |
216 |
| - <p><span>Rose Ray</span> CEO-Themefisher</p> |
| 175 | + <img src="{{ tm.image }}" alt="Pepole"> |
| 176 | + <p><span>{{ tm.name }}</span> {{ tm.title }}</p> |
217 | 177 | </div>
|
218 | 178 | </div>
|
| 179 | + {% endfor %} |
219 | 180 | </div>
|
220 | 181 | </div>
|
| 182 | + {% endif %} |
221 | 183 | </div>
|
222 | 184 | </div>
|
223 | 185 | </div>
|
|
0 commit comments