Skip to content

Commit

Permalink
брокер и сделки
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegYakub committed Nov 17, 2016
1 parent f674dbb commit 85627df
Show file tree
Hide file tree
Showing 20 changed files with 1,257 additions and 223 deletions.
530 changes: 530 additions & 0 deletions src/css/jquery.formstyler.css

Large diffs are not rendered by default.

Binary file added src/fonts/BebasRegular.eot
Binary file not shown.
Binary file added src/fonts/BebasRegular.ttf
Binary file not shown.
Binary file added src/fonts/BebasRegular.woff
Binary file not shown.
Binary file added src/img/arow-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/arow-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/logo-fenix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/num1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/num2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/num3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/v-icon-act.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/v-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 37 additions & 33 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,39 +14,43 @@
<div class="header-top">
<div class="container">
<div class="header-top__lang">
<a href="">
<img src="img/lang-icon.png" alt="">
</a>
<ul class="lang-list">
<li class="lang-list__item">
<a href="#"><img src="img/England.png" alt="" width="30px"></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/France.png" alt="" width="30px"></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Germany.png" alt="" width="30px"></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Indonesia.png" alt="" width="30px"></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Italy.png" alt="" width="30px"></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Poland.png" alt="" width="30px"></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Russia.png" alt="" width="30px"></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Ukraine.png" alt="" width="30px"></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/United_Kingdom.png" alt="" width="30px"></a>
</li>
</ul>
</div>
<a href="" class="lang-icon">
<img src="img/lang-icon.png" alt="">
</a>
<ul class="lang-list">
<li class="lang-list__item">
<a href="#"><img src="img/England.png" alt="" width="30px"><span class="l-name">Eng</span></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/France.png" alt="" width="30px"><span class="l-name">FRA</span></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Germany.png" alt="" width="30px"><span class="l-name">DEU</span></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Indonesia.png" alt="" width="30px"><span class="l-name">IDN</span></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Italy.png" alt="" width="30px"><span class="l-name">ITA</span></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Poland.png" alt="" width="30px"><span class="l-name">POL</span></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Russia.png" alt="" width="30px"><span class="l-name">RUS</span></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/Ukraine.png" alt="" width="30px"><span class="l-name">UKR</span></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/United_Kingdom.png" alt="" width="30px"><span class="l-name">UK</span></a>
</li>
<li class="lang-list__item">
<a href="#"><img src="img/United_States.png" alt="" width="30px"><span class="l-name">USA</span></a>
</li>

</ul>
</div>
<div class="header-contact">
<a class="tel">
<img src="img/phone-call.svg" alt="">
Expand Down
2 changes: 2 additions & 0 deletions src/js/jquery.formstyler.min.js

Large diffs are not rendered by default.

63 changes: 35 additions & 28 deletions src/js/script.js
Original file line number Diff line number Diff line change
@@ -1,29 +1,36 @@
$('.post-slide').slick({
dots: false,
arrows: false,
infinite: true,
slidesToShow: 4,
slidesToScroll: 1,
speed: 300,
autoplay: true,
autoplaySpeed: 2000,
centerPadding: '20px',
responsive: [

{
breakpoint: 600,
settings: {
slidesToShow: 2,
slidesToScroll: 2
$( function() {
$( "#tabs" ).tabs().addClass( "ui-tabs-vertical ui-helper-clearfix" );
$( "#tabs li" ).removeClass( "ui-corner-top" ).addClass( "ui-corner-left" );
});

$('.post-slide').slick({
dots: false,
arrows: false,
infinite: true,
slidesToShow: 4,
slidesToScroll: 1,
speed: 300,
autoplay: true,
autoplaySpeed: 2000,
centerPadding: '20px',
responsive: [

{
breakpoint: 600,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}

]
});

]
});
$('.select').styler();

Loading

0 comments on commit 85627df

Please sign in to comment.