Skip to content

Instantly share code, notes, and snippets.

View liviucerchez's full-sized avatar

Liviu Cerchez liviucerchez

View GitHub Profile
@liviucerchez
liviucerchez / Cross Features
Created March 27, 2014 07:36
Features with custom icons
[grid number="3"]
[feature title="Easy Setup" text="Easiest and quickest way to create a website very fast."]<a class="icon icon-settings" href="#"></a>[/feature]
[/grid]
[grid number="3"]
[feature title="Valid HTML5" text="We offer W3C validated files on all of our HTML5 themes."]<a class="icon icon-html5" href="#"></a>[/feature]
[/grid]
[grid number="3"]
[feature title="Pixel Perfect" text="Based on a 12 column grid system, with every pixel in place."]<a class="icon icon-heart" href="#"></a>[/feature]
[/grid]
[grid number="3" last="true"]
@liviucerchez
liviucerchez / cross-homepage
Created April 23, 2014 18:07
Cross - Homepage Markup
[slider autoslide="true" autoslide_timer="8000" controls="false" pagination="true" style="padding-bottom: 46.875%"][slider-item image="http://cerchez.com/cross/wp-content/uploads/sites/15/2014/03/home-slide1.jpg" image_alt="" image_width="1024" image_height="480" caption="Hello, my minimal friends!"][/slider-item][slider-item image="http://cerchez.com/cross/wp-content/uploads/sites/15/2014/03/home-slide2.jpg" image_alt="Give it to me clean and raw." image_width="1024" image_height="480" caption="Give it to me clean and raw."][/slider-item][slider-item image="http://cerchez.com/cross/wp-content/uploads/sites/15/2014/03/home-slide3.jpg" image_alt="Keep it simple, keep it stupid." image_width="1024" image_height="480" caption="Keep it simple, keep it stupid."][/slider-item][/slider]
<h2 class="section-title"><span>Our Services</span></h2>
[raw]
[grid number="3"]
[feature title="Easy Setup" text="Easiest and quickest way to create a website very fast."]<a class="icon icon-settings" href="#"></a>[/feature]
[/grid
@liviucerchez
liviucerchez / mini-heading-slider
Created May 4, 2014 14:06
Mini - Homepage Heading Section
[slider style="padding-bottom:35.594639865996655%"][slider-item image="http://cerchez.com/mini/wp-content/uploads/sites/12/2014/02/slide1.jpg" image_alt="Hello, my minimal friend!" caption="Hello, my minimal friend!"][/slider-item][slider-item image="http://cerchez.com/mini/wp-content/uploads/sites/12/2014/02/slide2.jpg" image_alt="Give it to me clean and raw." caption="Give it to me clean and raw."][/slider-item][slider-item image="http://cerchez.com/mini/wp-content/uploads/sites/12/2014/02/slide3.jpg" image_alt="Keep it simple, keep it stupid." caption="Keep it simple, keep it stupid."][/slider-item][/slider]
@liviucerchez
liviucerchez / Video Embed Example
Last active August 29, 2015 14:01
Video Embed Example
https://vimeo.com/95034569
http://www.youtube.com/watch?v=2nGx4vej44c
<iframe src="http://player.vimeo.com/video/83762493"></iframe>
<iframe src="http://www.youtube.com/embed/2nGx4vej44c"></iframe>
@liviucerchez
liviucerchez / Our Staff
Created May 28, 2014 09:52
Mini - Our Staff
<p class="textcenter">Nam dolorem voluptas harum veritatis corrupti in ab fuga maiores deserunt sit animi totam.</p>
[grid number="4" first="true"][lightbox url="http://cerchez.com/mini/wp-content/uploads/sites/12/2014/02/staff1.jpg" title="Mike Fratello" subtitle="director" gallery="staff-members"]<img alt="staff1" src="http://cerchez.com/mini/wp-content/uploads/sites/12/2014/02/staff1.jpg" width="322" height="322" />[/lightbox][/grid]
[grid number="4"][lightbox url="http://cerchez.com/mini/wp-content/uploads/sites/12/2014/02/staff2.jpg" title="Jane Summers" subtitle="project manager" gallery="staff-members"]<img alt="staff2" src="http://cerchez.com/mini/wp-content/uploads/sites/12/2014/02/staff2.jpg" width="322" height="322" />[/lightbox][/grid]
[grid number="4" last="true"][lightbox url="http://cerchez.com/mini/wp-content/uploads/sites/12/2014/02/staff3.jpg" title="Derrick Fisher" subtitle="team builder" gallery="staff-members"]<img alt="staff3" src="http://cerchez.com/mini/wp-content/uploads/sites/12/2
@liviucerchez
liviucerchez / Footer Area One
Created June 6, 2014 15:42
Mini - Footer Area One
@liviucerchez
liviucerchez / Footer Area Three
Created June 6, 2014 15:43
Mini - Footer Area Three
@liviucerchez
liviucerchez / OneStudio - Contact Heading
Created June 19, 2014 12:59
OneStudio - Contact Heading
<div class="video-container thumb"><div class="video-wrapper"><div id="gmap" class="map"></div></div></div>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script>
jQuery(function(){
// initialize custom gmap
var map_name = 'custom_gmap',
loc = new google.maps.LatLng(40.796146, -73.960157), // set location
marker_pos = new google.maps.LatLng(40.796146, -73.960157), // set marker position
marker_title = '1studio architecture',
stylers = [{
@liviucerchez
liviucerchez / webkit-scrollbar
Created December 1, 2014 09:57
Custom WebKit Scrollbars
@media (-webkit-min-device-pixel-ratio:0) {
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background-color: #fff; }
::-webkit-scrollbar-thumb:vertical { height: 100px; background-color: #000; }
}
@liviucerchez
liviucerchez / gist:0ec894b9394fea1453b4
Created April 24, 2015 18:11
Lightbox item with specific group
[grid number="4" class="featured-image"]<a href="big.jpg" class="lightbox wp-caption animate-in-view" data-fancybox-group="gallery-1"><img src="small.jpg></a>[/grid]