Skip to content

Instantly share code, notes, and snippets.

View daniilgrigoryev's full-sized avatar
😏
Looking for job in FinTech

Daniil Grigoryev daniilgrigoryev

😏
Looking for job in FinTech
View GitHub Profile
import React from 'react'
import {compose} from 'redux'
import {connect} from 'react-redux'
import {Button, Card, Layout, Tag} from 'element-react'
import {Field, FieldArray, reduxForm} from 'redux-form/immutable'
import {EInput, FInput} from '../../components/finput.js'
import {EAutocomplete, FAutocomplete} from '../../components/fautocomplete.js'
import {ECheckbox, FCheckbox} from '../../components/checkbox.js'
import {ESwitch, FSwitch} from '../../components/switch.js'
import {ESelect, FSelect} from '../../components/select.js'
@daniilgrigoryev
daniilgrigoryev / reset.css
Last active February 14, 2018 13:51
CSS reset
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{
display:block
}
button,hr,input{
overflow:visible
}
progress,sub,sup{
vertical-align:baseline
}
*,::after,::before{
@daniilgrigoryev
daniilgrigoryev / footer.html
Last active February 14, 2018 12:36
Good parts content available on website using Microdata with attribute itemtype.
@daniilgrigoryev
daniilgrigoryev / main.js
Last active February 5, 2018 13:42
«Delta-systems» the main js file.
/*
* Third party
*/
/*! jQuery v1.11.2 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.2",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return