Skip to content

Instantly share code, notes, and snippets.

@DriginCode
DriginCode / index.html
Created January 10, 2017 20:11
footer_html
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-xs-5 col-xs-offset-1">
<div class="h3_text">Контакты нашей службы заботы:</div>
<p><a class="tel" href="tel:88003500308" class="tel" spfieldtype="null">8 800 3500 308</a></p>
<p class="email">Наша почта: support@igormerlin.com</p>
</div>
<div class="col-xs-5">
@DriginCode
DriginCode / index.html
Created February 3, 2017 11:59
shadow_wt
<p class="shadow_wt"></p>
@DriginCode
DriginCode / adaptive_video
Created February 8, 2017 20:55
adaptive_video
<div class="relation">
<div class="relation__offset relation__offset-16-9"></div>
<div class="relation__content">
<iframe class="video__content" src="https://www.youtube.com/embed/KFVoIzaGPYg" ></iframe>
</div>
</div>
.relation{
max-width: 560px;
position: relative;
@DriginCode
DriginCode / rounded ol counter
Last active February 8, 2017 21:04
rounded ol counter
<ol class="rounded ">
<li><a> </a></li>
<li><a> </a></li>
<li><a> </a></li>
<li><a> </a></li>
<li><a> </a></li>
</ol>
.rounded {
@DriginCode
DriginCode / animate_link_hover
Created February 9, 2017 00:11
animate link hover
@DriginCode
DriginCode / delete_empty
Created February 9, 2017 11:43
delete empty strings in code
\n$
@DriginCode
DriginCode / scroll-onclick
Created February 9, 2017 15:41
scroll onclick on page
$(function() {
$("#js-get-started").on("click", function(e){ // при нажатии на ссылку с id js-get-started
e.preventDefault();
var plansOffset = $("#js-plans").offset().top; // вычисляется высота от вверха браузера до нужного элемента с id js-plans
$("html, body").animate({ // реализация самой прокрутки на высчитанное ранее растояние plansOffset за 500 миллисекунд
scrollTop: plansOffset
}, 500);
@DriginCode
DriginCode / webfont
Created February 24, 2017 19:01
webfont
ctrl+alt+f
@DriginCode
DriginCode / red-button
Last active April 30, 2017 10:01
red reg button
<p>
<a target="_blank" href="http://igormerlin.justclick.ru/order/ysilitel-1/ " class="reg_button shadow_wt">Кнопка</a>
</p>
/* start style css */
.reg_button {
letter-spacing: 1px;
cursor: pointer;
@DriginCode
DriginCode / index.html
Created May 2, 2017 15:18
smart-grid-html-code-12-column-example
<!DOCTYPE html>
<!--[if (gte IE 9)|!(IE)]>
<!-->
<html lang="ru">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Колонки</title>
<meta name="description" content="Конкурс">