Skip to content

Instantly share code, notes, and snippets.

View TatianaPost's full-sized avatar
🌴
toujours en forme

TatianaPost TatianaPost

🌴
toujours en forme
  • Paris
View GitHub Profile
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
@TatianaPost
TatianaPost / pug.md
Created April 24, 2019 10:34 — forked from neretin-trike/pug.md
Туториал по HTML препроцессору Pug (Jade)
@TatianaPost
TatianaPost / button.sass
Created March 14, 2019 15:52 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.button
display: inline-block
border: none
color: #fff
text-decoration: none
background-color: $accent
padding: 15px 45px
font-size: 13px
text-transform: uppercase
font-weight: 600
@TatianaPost
TatianaPost / Sublime Text 3 License Key
Created March 3, 2019 19:58 — forked from nonohry/Sublime Text 3 License Key
Sublime Text 3 License Key
—– BEGIN LICENSE —–
Andrew Weber
Single User License
EA7E-855605
813A03DD 5E4AD9E6 6C0EEB94 BC99798F
942194A6 02396E98 E62C9979 4BB979FE
91424C9D A45400BF F6747D88 2FB88078
90F5CC94 1CDC92DC 8457107A F151657B
1D22E383 A997F016 42397640 33F41CFC
E1D0AE85 A0BBD039 0E9C8D55 E1B89D5D
@TatianaPost
TatianaPost / dom-helper.js
Created February 25, 2019 01:27 — forked from SitePointEditors/dom-helper.js
Mini jQuery, sort of.
/**
* A collection of helper prototype for everyday DOM traversal, manipulation,
* and event binding. Sort of a minimalist jQuery, mainly for demonstration
* purposes. MIT @ m3g4p0p
*/
window.$ = (function (undefined) {
/**
* Duration constants
* @type {Object}
var gulp = require('gulp'),
coffee = require('gulp-coffee'),
sass = require('gulp-sass'),
pug = require('gulp-pug'),
browserSync = require('browser-sync')
gulp.task('pug', function () {
return gulp.src( 'src/pug/**/*.pug' )
.pipe( pug() )
.pipe( gulp.dest( './src/' ) )
<main class="cd-main-content">
<section class="center">
<h1>SVG Modal Window</h1>
<a href="#0" class="cd-btn" id="modal-trigger" data-type="cd-modal-trigger">Fire Modal Window</a>
</section>
</main> <!-- .cd-main-content -->
<div class="cd-modal" data-modal="modal-trigger">
<div class="cd-svg-bg"
data-step1="M-59.9,540.5l-0.9-1.4c-0.1-0.1,0-0.3,0.1-0.3L864.8-41c0.1-0.1,0.3,0,0.3,0.1l0.9,1.4c0.1,0.1,0,0.3-0.1,0.3L-59.5,540.6 C-59.6,540.7-59.8,540.7-59.9,540.5z"