123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html lang="{{ .Site.LanguageCode }}">
- <head>
- {{ partial "headers.html" . }}
- </head>
- <body style="overflow-x: hidden;">
- <div id="all">
- <!-- {{ partial "top.html" . }} -->
- {{ partial "nav.html" . }}
- {{ partial "carousel.html" . }}
- {{ partial "features.html" . }}
- <!-- {{ partial "testimonials.html" . }}
- {{ partial "see_more.html" . }}
- {{ partial "recent_posts.html" . }}
- {{ partial "clients.html" . }} -->
- {{ partial "footer.html" . }}
- </div>
- <!-- /#all -->
- {{ partial "scripts.html" . }}
- <script>
- // $(".responsive").slick({
- // dots: true,
- // slidesToShow: 1,
- // slidesToScroll: 1,
- // autoplay: true,
- // autoplaySpeed: 3000,
- // arrows: false,
- // });
- </script>
- </body>
- </html>
|