Skip to content

Instantly share code, notes, and snippets.

View lucywheel's full-sized avatar

Lucy Kiseleva lucywheel

View GitHub Profile
@lucywheel
lucywheel / meta-tags.md
Created September 15, 2021 03:43 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@lucywheel
lucywheel / cloudSettings
Last active July 14, 2021 08:40
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-07-14T08:40:04.008Z","extensionVersion":"v3.4.3"}
@lucywheel
lucywheel / fancy-tabs-demo.html
Created June 4, 2019 13:54 — forked from ebidel/fancy-tabs-demo.html
Fancy tabs web component - shadow dom v1, custom elements v1, full a11y
<script>
function execPolyfill() {
(function(){
// CustomElementsV1.min.js v1 polyfill from https://github.com/webcomponents/webcomponentsjs/tree/v1/src/CustomElements/v1.
/*
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
@lucywheel
lucywheel / 1-list-of-plugin.js
Created May 24, 2019 15:26 — forked from vektornsk/1-list-of-plugin.js
Сборка для gulp + плагины
'use strict';
var
gulp = require("gulp"),
wiredep = require("wiredep").stream, // авто прописывет файлы из bower
useref = require("gulp-useref"), // перемещает index.html
uglify = require("gulp-uglify"), // минимизирует js
clean = require("gulp-clean"), // удаление файлов, папок
gulpif = require("gulp-if"), // объединяет файлы в поток
filter = require("gulp-filter"), // фильтрует
@lucywheel
lucywheel / gulpfile.js
Created May 24, 2019 09:32 — forked from demisx/gulpfile.js
Gulp 4 gulpfile.js
// Gulp 4
var gulp = require('gulp');
var using = require('gulp-using');
var grep = require('gulp-grep');
var changed = require('gulp-changed');
var del = require('del');
var coffee = require('gulp-coffee');
var less = require('gulp-less');
var coffeelint = require('gulp-coffeelint');
var sourcemaps = require('gulp-sourcemaps');
{"lastUpload":"2018-03-27T08:50:53.993Z","extensionVersion":"v2.9.0"}
@lucywheel
lucywheel / windows-10-mail-vml-background-solution
Created March 8, 2018 23:44
Windows 10 Mail - VML Background - Solution
<table class="" width="640" cellpadding="0" cellspacing="0" border="0" style="width:640px">
<tr>
<td class="" valign="top" height="300" background="http://media.lt02.net/1/Users/28501/Emmet/background.jpg" style="height:300px; background-image:url('http://media.lt02.net/1/Users/28501/Emmet/background.jpg'); background-repeat:no-repeat; background-position:center;">
<!--[if gte mso 9]>
<v:image xmlns:v="urn:schemas-microsoft-com:vml" id="theImage" style="behavior: url(#default#VML); display: inline-block; position: absolute; width: 640px; height: 300px; top: 0; left: 0; border: 0; z-index: 1;" src="http://media.lt02.net/1/Users/28501/Emmet/background.jpg" />
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="display: inline-block; position: absolute; width: 640px; height: 300px; top: 0; left: 0; border: 0; z-index: 2;">
<v:fill opacity="0%" style="z-index: 1;"/>