diff --git a/assets/js/script.js b/assets/js/script.js index 1ae5f37..aeafa5b 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -156,10 +156,21 @@ jQuery(function ($) { variableWidth: true }); + /* ========================================================================= */ + /* Testimonial Carousel + /* ========================================================================= */ + + $("#testimonials").slick({ + infinite: true, + arrows: false, + autoplay: true, + autoplaySpeed: 4000 + }); /* ========================================================================= */ /* animation scroll js /* ========================================================================= */ + function myFunction(x) { if (x.matches) { var topOf = 50 diff --git a/i18n/en.yaml b/i18n/en.yaml index 4f2e7c1..348a6c5 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,5 +1,5 @@ - id: artTitle - translation: Art Works + translation: My Works - id: blogTitle translation: Latest Post - id: tagsTitle