index.html 815 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html lang="{{ .Site.LanguageCode }}">
  3. <head>
  4. {{ partial "headers.html" . }}
  5. </head>
  6. <body style="overflow-x: hidden;">
  7. <div id="all">
  8. <!-- {{ partial "top.html" . }} -->
  9. {{ partial "nav.html" . }}
  10. {{ partial "carousel.html" . }}
  11. {{ partial "features.html" . }}
  12. <!-- {{ partial "testimonials.html" . }}
  13. {{ partial "see_more.html" . }}
  14. {{ partial "recent_posts.html" . }}
  15. {{ partial "clients.html" . }} -->
  16. {{ partial "footer.html" . }}
  17. </div>
  18. <!-- /#all -->
  19. {{ partial "scripts.html" . }}
  20. <script>
  21. // $(".responsive").slick({
  22. // dots: true,
  23. // slidesToShow: 1,
  24. // slidesToScroll: 1,
  25. // autoplay: true,
  26. // autoplaySpeed: 3000,
  27. // arrows: false,
  28. // });
  29. </script>
  30. </body>
  31. </html>