Skip to content

Instantly share code, notes, and snippets.

@alex28742
alex28742 / bs3-slider
Created November 4, 2015 13:00
bootstrap3-slider
<!-- 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 -->
@alex28742
alex28742 / bs3-navbar-simple
Created November 4, 2015 13:02
bs3-navbar-simple
<div class="navbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#features">Product features</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#order">Order now!</a></li>
</ul>
</div>
@alex28742
alex28742 / bs3-feature-list-simple-3-inline
Created November 4, 2015 13:17
bs3-feature-list-simple-3-inline
<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">
<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>
@alex28742
alex28742 / bs3-section-order-now-col-lg-12
Created November 4, 2015 13:42
bs3-section-order-now-col-lg-12
<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 &rarr;</a>
</p>
</div>
</section>
@alex28742
alex28742 / useful sources
Last active January 6, 2016 14:26
useful sources
Шпаргалка горячих клавиш 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
@alex28742
alex28742 / Siblime-best-plugins-list
Created November 4, 2015 13:56
Siblime-best-plugins
AdvancedNewFile
AutoFileName
Bootstrap 3 Snippets
BracketHighlighter
BufferScroll
<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 лицензия)
@alex28742
alex28742 / media.css
Last active May 30, 2016 13:06
media.css
/*========== Desktop First Method ==========*/
/*NoutBooks .... Important!*/
@media screen and (max-width:1366px){
}
/*Standart Devise*/
@media screen and (max-width:1280px){
@alex28742
alex28742 / common.js
Created November 12, 2015 05:42
common.js
$(document).ready(function() {
//Цели для Яндекс.Метрики и Google Analytics
$(".count_element").on("click", (function() {
ga("send", "event", "goal", "goal");
yaCounterXXXXXXXX.reachGoal("goal");
return true;
}));
//Stellar - Parallax Plugin