task_integra_readme
2630
task_1/landing1/assets/css/main.css
Normal file
198
task_1/landing1/assets/css/slick-theme.css
Normal file
@@ -0,0 +1,198 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
.slick-loading .slick-list {
|
||||
background: #fff url('../img/ajax-loader.gif') center center no-repeat;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'slick';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
src: url('../fonts/slick.eot');
|
||||
src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype');
|
||||
}
|
||||
|
||||
|
||||
.slick-prev,
|
||||
.slick-next {
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
padding: 0;
|
||||
-webkit-transform: translate(0, -50%);
|
||||
-ms-transform: translate(0, -50%);
|
||||
transform: translate(0, -50%);
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
color: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
z-index: 111;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.slick-prev:hover:before,
|
||||
.slick-prev:focus:before,
|
||||
.slick-next:hover:before,
|
||||
.slick-next:focus:before {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.slick-prev.slick-disabled:before,
|
||||
.slick-next.slick-disabled:before {
|
||||
opacity: .25;
|
||||
}
|
||||
|
||||
.slick-prev:before,
|
||||
.slick-next:before {
|
||||
font-family: 'slick';
|
||||
font-size: 20px;
|
||||
line-height: 1;
|
||||
|
||||
opacity: .75;
|
||||
color: white;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.slick-prev {
|
||||
left: 0;
|
||||
top: 373px;
|
||||
background: url("../img/prev.png");
|
||||
border: none;
|
||||
width: 22px;
|
||||
height: 38px;
|
||||
|
||||
}
|
||||
|
||||
[dir='rtl'] .slick-prev {
|
||||
right: -25px;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.slick-prev:before {
|
||||
content: url("");
|
||||
}
|
||||
|
||||
[dir='rtl'] .slick-prev:before {
|
||||
content: '→';
|
||||
}
|
||||
|
||||
.slick-next {
|
||||
right: 44%;
|
||||
top: 373px;
|
||||
background: url("../img/next.png");
|
||||
border: none;
|
||||
width: 22px;
|
||||
height: 38px;
|
||||
}
|
||||
|
||||
[dir='rtl'] .slick-next {
|
||||
right: auto;
|
||||
left: -25px;
|
||||
}
|
||||
|
||||
.slick-next:before {
|
||||
content: url("");
|
||||
}
|
||||
|
||||
[dir='rtl'] .slick-next:before {
|
||||
content: '←';
|
||||
}
|
||||
|
||||
|
||||
.slick-dotted.slick-slider {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.slick-dots {
|
||||
position: absolute;
|
||||
bottom: 18px;
|
||||
|
||||
display: block;
|
||||
left: 264px;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
list-style: none;
|
||||
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.slick-dots li {
|
||||
position: relative;
|
||||
|
||||
display: inline-block;
|
||||
|
||||
width: 16px;
|
||||
height: 10px;
|
||||
margin: 0 5px;
|
||||
padding: 0;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.slick-dots li button {
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
padding: 5px;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
color: transparent;
|
||||
border: 0;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.slick-dots li button:hover,
|
||||
.slick-dots li button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.slick-dots li button:hover:before,
|
||||
.slick-dots li button:focus:before {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.slick-dots li button:before {
|
||||
font-family: 'slick';
|
||||
font-size: 0;
|
||||
line-height: 20px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
content: '•';
|
||||
text-align: center;
|
||||
background: white;
|
||||
color: white;
|
||||
border-radius: 50%;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.slick-dots li.slick-active button:before {
|
||||
color: #acba63;
|
||||
background: #acba63;
|
||||
}
|
||||
118
task_1/landing1/assets/css/slick.css
Normal file
@@ -0,0 +1,118 @@
|
||||
|
||||
.slick-slider
|
||||
{
|
||||
position: relative;
|
||||
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
-webkit-touch-callout: none;
|
||||
-khtml-user-select: none;
|
||||
-ms-touch-action: pan-y;
|
||||
touch-action: pan-y;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
.slick-list
|
||||
{
|
||||
position: relative;
|
||||
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.slick-list:focus
|
||||
{
|
||||
outline: none;
|
||||
}
|
||||
.slick-list.dragging
|
||||
{
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
}
|
||||
|
||||
.slick-slider .slick-track,
|
||||
.slick-slider .slick-list
|
||||
{
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
.slick-track
|
||||
{
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
display: block;
|
||||
}
|
||||
.slick-track:before,
|
||||
.slick-track:after
|
||||
{
|
||||
display: table;
|
||||
|
||||
content: '';
|
||||
}
|
||||
.slick-track:after
|
||||
{
|
||||
clear: both;
|
||||
}
|
||||
.slick-loading .slick-track
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.slick-slide
|
||||
{
|
||||
display: none;
|
||||
float: left;
|
||||
|
||||
height: 100%;
|
||||
min-height: 1px;
|
||||
}
|
||||
[dir='rtl'] .slick-slide
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
.slick-slide img
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
.slick-slide.slick-loading img
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
.slick-slide.dragging img
|
||||
{
|
||||
pointer-events: none;
|
||||
}
|
||||
.slick-initialized .slick-slide
|
||||
{
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
.slick-loading .slick-slide
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
||||
.slick-vertical .slick-slide
|
||||
{
|
||||
display: block;
|
||||
|
||||
height: auto;
|
||||
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.slick-arrow.slick-hidden {
|
||||
display: none;
|
||||
}
|
||||
BIN
task_1/landing1/assets/fonts/DiavloBold-Regular.otf
Normal file
BIN
task_1/landing1/assets/fonts/DiavloBold-Regular.ttf
Normal file
BIN
task_1/landing1/assets/fonts/DiavloBold-Regular.woff
Normal file
BIN
task_1/landing1/assets/fonts/slick.eot
Normal file
BIN
task_1/landing1/assets/fonts/slick.ttf
Normal file
BIN
task_1/landing1/assets/fonts/slick.woff
Normal file
BIN
task_1/landing1/assets/img/ajax-loader.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
4
task_1/landing1/assets/img/arr.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 451.847 451.847" style="enable-background:new 0 0 451.847 451.847;" xml:space="preserve" class=""><g><g>
|
||||
<path d="M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z" data-original="#000000" class="active-path" fill="#000000"/>
|
||||
</g></g> </svg>
|
||||
|
After Width: | Height: | Size: 699 B |
BIN
task_1/landing1/assets/img/arrow.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
task_1/landing1/assets/img/block-bg.jpg
Normal file
|
After Width: | Height: | Size: 175 KiB |
BIN
task_1/landing1/assets/img/block10_slide1.1.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
task_1/landing1/assets/img/block10_slide1.2.jpg
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
task_1/landing1/assets/img/block10_slide1.3.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
task_1/landing1/assets/img/block10_slide1.4.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
task_1/landing1/assets/img/block10_slide2.1.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
task_1/landing1/assets/img/block10_slide2.2.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
task_1/landing1/assets/img/block10_slide2.3.jpg
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
task_1/landing1/assets/img/block10_slide2.4.jpg
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
task_1/landing1/assets/img/block10_slide4.1.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
task_1/landing1/assets/img/block10_slide4.2.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
task_1/landing1/assets/img/block10_slide4.3.jpg
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
task_1/landing1/assets/img/block10_slide4.4.jpg
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
task_1/landing1/assets/img/block10_slide5.1.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
task_1/landing1/assets/img/block10_slide5.2.jpg
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
task_1/landing1/assets/img/block10_slide5.3.jpg
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
task_1/landing1/assets/img/block10_slide5.4.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
task_1/landing1/assets/img/block11_arrow.png
Normal file
|
After Width: | Height: | Size: 336 B |
BIN
task_1/landing1/assets/img/block11_bg.jpg
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
task_1/landing1/assets/img/block11_item1.jpg
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
task_1/landing1/assets/img/block11_item2.jpg
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
task_1/landing1/assets/img/block11_item3.jpg
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
task_1/landing1/assets/img/block12_bg.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
task_1/landing1/assets/img/block12_item1.png
Normal file
|
After Width: | Height: | Size: 367 B |
BIN
task_1/landing1/assets/img/block12_item2.png
Normal file
|
After Width: | Height: | Size: 451 B |
BIN
task_1/landing1/assets/img/block1_bg.jpg
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
task_1/landing1/assets/img/block1_icon.png
Normal file
|
After Width: | Height: | Size: 827 B |
BIN
task_1/landing1/assets/img/block1_icon2.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
task_1/landing1/assets/img/block1_icon3.png
Normal file
|
After Width: | Height: | Size: 976 B |
BIN
task_1/landing1/assets/img/block3_item.jpg
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
task_1/landing1/assets/img/block3_item2.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
task_1/landing1/assets/img/block3_item3.jpg
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
task_1/landing1/assets/img/block3_item4.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
task_1/landing1/assets/img/block4_bg.jpg
Normal file
|
After Width: | Height: | Size: 248 KiB |
BIN
task_1/landing1/assets/img/block4_item1.png
Normal file
|
After Width: | Height: | Size: 431 B |
BIN
task_1/landing1/assets/img/block4_item2.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
task_1/landing1/assets/img/block4_item3.png
Normal file
|
After Width: | Height: | Size: 923 B |
BIN
task_1/landing1/assets/img/block5_bg.png
Normal file
|
After Width: | Height: | Size: 261 KiB |
BIN
task_1/landing1/assets/img/block6_bg.jpg
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
task_1/landing1/assets/img/block6_item.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
task_1/landing1/assets/img/block6_item1.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
task_1/landing1/assets/img/block8_item1.png
Normal file
|
After Width: | Height: | Size: 304 KiB |
BIN
task_1/landing1/assets/img/block9_item1.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
task_1/landing1/assets/img/cup.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
task_1/landing1/assets/img/cup2.png
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
task_1/landing1/assets/img/form_bg.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
task_1/landing1/assets/img/group.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
task_1/landing1/assets/img/keto-matcha.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
task_1/landing1/assets/img/mark.jpg
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
task_1/landing1/assets/img/next.jpg
Normal file
|
After Width: | Height: | Size: 585 B |
BIN
task_1/landing1/assets/img/next.png
Normal file
|
After Width: | Height: | Size: 238 B |
BIN
task_1/landing1/assets/img/prev.jpg
Normal file
|
After Width: | Height: | Size: 561 B |
BIN
task_1/landing1/assets/img/prev.png
Normal file
|
After Width: | Height: | Size: 242 B |
BIN
task_1/landing1/assets/img/quote.png
Normal file
|
After Width: | Height: | Size: 338 B |
BIN
task_1/landing1/assets/img/simbol.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
task_1/landing1/assets/img/slide1.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
task_1/landing1/assets/img/slide2.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
task_1/landing1/assets/img/slide3.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
task_1/landing1/assets/img/slide3.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
task_1/landing1/assets/img/slide4.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
task_1/landing1/assets/img/slide4.png
Normal file
|
After Width: | Height: | Size: 115 KiB |
BIN
task_1/landing1/assets/img/verified.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
task_1/landing1/assets/img/weight.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
task_1/landing1/assets/img/woman.png
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
task_1/landing1/assets/img/woman2.png
Normal file
|
After Width: | Height: | Size: 60 KiB |
1072
task_1/landing1/assets/js/12.js
Normal file
1
task_1/landing1/assets/js/12.min.js
vendored
Normal file
33
task_1/landing1/assets/js/main.js
Normal file
@@ -0,0 +1,33 @@
|
||||
$(document).ready(function () {
|
||||
$('#slider1').slick({
|
||||
slidesToScroll: 1,
|
||||
autoplay: false,
|
||||
autoplaySpeed: 5000,fade: true,
|
||||
arrows: true,
|
||||
dots: true,
|
||||
adaptiveHeight: false
|
||||
|
||||
});
|
||||
|
||||
$('#slider2').slick({
|
||||
slidesToScroll: 1,
|
||||
autoplay: false,
|
||||
autoplaySpeed: 5000,fade: true,
|
||||
arrows: true,
|
||||
dots: false,
|
||||
adaptiveHeight: true
|
||||
|
||||
});
|
||||
|
||||
var pack = 30;
|
||||
var timerId = setInterval(function() {
|
||||
pack--;
|
||||
$('.pack_value').html(pack);
|
||||
}, 30000);
|
||||
|
||||
setTimeout(function() {
|
||||
clearInterval(timerId);
|
||||
}, 150000);
|
||||
|
||||
});
|
||||
|
||||
18
task_1/landing1/assets/js/slick.js
Normal file
18
task_1/landing1/assets/js/slick.min.js
vendored
Normal file
40
task_1/landing1/assets/js/slider.js
Normal file
@@ -0,0 +1,40 @@
|
||||
$(document).ready(function () {
|
||||
|
||||
|
||||
if (window.innerWidth < 960) {
|
||||
|
||||
$('#slider').slick({
|
||||
slidesToScroll: 1,
|
||||
autoplay: false,
|
||||
autoplaySpeed: 5000,
|
||||
arrows:false,
|
||||
adaptiveHeight: true
|
||||
|
||||
});
|
||||
|
||||
|
||||
$(".prevSlide").on("click", function () {
|
||||
$('#slider').slick('slickPrev');
|
||||
});
|
||||
|
||||
$(".nextSlide").on("click", function () {
|
||||
$('#slider').slick('slickNext');
|
||||
});
|
||||
|
||||
$("#pagination span").on("click", function (e) {
|
||||
var el = parseInt($(e.currentTarget).text());
|
||||
$('#slider2').slick("slickGoTo", el);
|
||||
$("#pagination span").each(function (index, element) {
|
||||
$(element).removeClass("active")
|
||||
});
|
||||
$(e.currentTarget).addClass("active");
|
||||
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||