Compare commits

..

No commits in common. "2ede929ad13ba27789904646b68fbae9824e89fb" and "5bb688581d7f3551d74e79de79c25c34f8a27f55" have entirely different histories.

2 changed files with 12 additions and 1 deletions

View file

@ -156,10 +156,21 @@ jQuery(function ($) {
variableWidth: true variableWidth: true
}); });
/* ========================================================================= */
/* Testimonial Carousel
/* ========================================================================= */
$("#testimonials").slick({
infinite: true,
arrows: false,
autoplay: true,
autoplaySpeed: 4000
});
/* ========================================================================= */ /* ========================================================================= */
/* animation scroll js /* animation scroll js
/* ========================================================================= */ /* ========================================================================= */
function myFunction(x) { function myFunction(x) {
if (x.matches) { if (x.matches) {
var topOf = 50 var topOf = 50

View file

@ -1,5 +1,5 @@
- id: artTitle - id: artTitle
translation: Art Works translation: My Works
- id: blogTitle - id: blogTitle
translation: Latest Post translation: Latest Post
- id: tagsTitle - id: tagsTitle