This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- indicators --> | |
<div class="carousel slide" id="carousel-example"> | |
<ol class="carousel-indicators"> | |
<li data-target="#carousel-example" data-slide-to="0" class="active"></li> | |
<li data-target="#carousel-example" data-slide-to="1"></li> | |
<li data-target="#carousel-example" data-slide-to="2"></li> | |
</ol> | |
<!-- image,discription --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="features"> | |
<h3>Product Features</h3> | |
<p>Here's why you should really buy this product.</p> | |
<hr> | |
<div class="row"> | |
<div class="col-lg-4"> | |
<div class="media"> | |
<a href="#" class="pull-left"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="testimonials"> | |
<div class="panel"> | |
<div class="panel-heading">A few words from our customers.</div> | |
<div class="row"> | |
<div class="col-lg-6"> | |
<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quibusdam, quo. | |
<small>John from | |
<cite>Sourse</cite> | |
</small> | |
</blockquote> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="order"> | |
<div class="well well-lg"> | |
<h3 class="text-center">Order now!</h3> | |
<p class="text-center">Receive a great bonus.</p> | |
<p class="text-center"> | |
<a href="#" class="btn btn-primary">Place order →</a> | |
</p> | |
</div> | |
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Шпаргалка горячих клавиш Sublime https://js.cx/article/sublime/sheet.pdf | |
ST3-LiveReload https://github.com/Grafikart/ST3-LiveReload | |
Flexbox http://html5.by/blog/flexbox/ | |
Rockettheme plugins http://www.rockettheme.com/wordpress/plugins | |
px-rem calculate http://saney.ru/calculator/px-rem-calculator.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AdvancedNewFile | |
AutoFileName | |
Bootstrap 3 Snippets | |
BracketHighlighter | |
BufferScroll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var url = window.location.pathname; | |
$('.list-inline li a[href$="'+url+'"]').addClass('active'); | |
$('.list-inline li a[href$="'+url+'"]').parents().addClass('active'); | |
</script> | |
.blocks>(div>a[ href="/index.php?categoryID=$@845" target="_blank"]>span+img)*39 | |
"Купить Просто" (1 лицензия) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*========== Desktop First Method ==========*/ | |
/*NoutBooks .... Important!*/ | |
@media screen and (max-width:1366px){ | |
} | |
/*Standart Devise*/ | |
@media screen and (max-width:1280px){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
//Цели для Яндекс.Метрики и Google Analytics | |
$(".count_element").on("click", (function() { | |
ga("send", "event", "goal", "goal"); | |
yaCounterXXXXXXXX.reachGoal("goal"); | |
return true; | |
})); | |
//Stellar - Parallax Plugin |
OlderNewer