diff --git a/index.html b/index.html index f353f98..ac0d512 100644 --- a/index.html +++ b/index.html @@ -147,6 +147,49 @@ clients:
+
+
+
+
+

Testimonials

+

What people say about us

+
+
+
+
+
+ {% for testimonial in page.testimonials_left %} +
+
+
+ author +
+
+

{{testimonial.content}}

+

{{testimonial.author}}

+
+
+
+ {% endfor %} +
+
+ {% for testimonial in page.testimonials_right %} +
+
+
+ author +
+
+

{{testimonial.content}}

+

{{testimonial.author}}

+
+
+
+ {% endfor %} +
+
+
+
@@ -192,48 +235,6 @@ clients:
-
-
-
-
-

Testimonials

-

What people say about us

-
-
-
-
-
- {% for testimonial in page.testimonials_left %} -
-
-
- author -
-
-

{{testimonial.content}}

-

{{testimonial.author}}

-
-
-
- {% endfor %} -
-
- {% for testimonial in page.testimonials_right %} -
-
-
- author -
-
-

{{testimonial.content}}

-

{{testimonial.author}}

-
-
-
- {% endfor %} -
-
-