Skip to content

Instantly share code, notes, and snippets.

git clone git@github.com:Viktorminator/socicons.git && cd socicons && bower install && npm install
vendor(prop, args)
-webkit-{prop} args
-moz-{prop} args
-ms-{prop} args
-o-{prop} args
{prop} args
transition()
vendor('transition', arguments)
link(rel='stylesheet', href='bower_components/font-awesome/css/font-awesome.css')
.socicons
a.socicons__ico.socicons__ico--vk(href='http://vk.com/modxrevolution')
i.fa.fa-vk
a.socicons__ico.socicons__ico--fa(href='https://www.facebook.com/groups/modxrevolution/')
i.fa.fa-facebook
a.socicons__ico.socicons__ico--twitter(href='http://twitter.com/@viktorminator')
i.fa.fa-twitter
a.socicons__ico.socicons__ico--github(href='http://github.com/Viktorminator')
i.fa.fa-github
a.socicons__ico.socicons__ico--skype(href='skype:viktorminator?chat&topic=MODX уроки')
mkdir myicons
cd myicons
yo tapp
[[*textTypeTV:csvtotable]]
@modxws
modxws / modxws-urok29-1
Created November 21, 2015 20:43
modxws-urok29-1
[[*fileTypeTV:csvfiletotable]]
@modxws
modxws / modxws-urok16-8.html
Created November 28, 2014 14:11
HTML: modxws-urok16-8
<a href='#' class='close_overlay'></a>
<a href='#' class='photo_left'></a>
<a href='#' class='photo_right'></a>
<h2 class='gallery_title'></h2>
<div class='gallery_image'>
<div class='loading_image'>
<div class='circle'></div>
<div class='circle1'></div>
</div>
</div>
@modxws
modxws / polymer-tuts-1.xml
Created November 4, 2014 11:11
polymer-tuts-1
<body unresolved fullbleed>
<core-scaffold id="scaffold">
<nav>Left drawer</nav>
<core-toolbar tool>Application</core-toolbar>
<div>Main content</div>
</core-scaffold>
</body>
@modxws
modxws / modxws-74-7.html
Created July 20, 2014 08:01
modxws-74-7
<li class="[[+rowCls]]"><a href="[[~[[+id]]]]">[[+pagetitle]]</a></li>