Skip to content

Instantly share code, notes, and snippets.

View gabelloyd's full-sized avatar

Gabe Lloyd gabelloyd

View GitHub Profile
@gabelloyd
gabelloyd / Masonry---stamp-option.markdown
Last active August 29, 2015 13:58
A Pen by Gabe Lloyd.
@gabelloyd
gabelloyd / wooTestimonials-style.css
Created December 20, 2013 20:45
WooTestimonials Plugin does not ship with styles. Weak. I installed the WooTestimonials plugin for Wordpress. I then went to a theme with the Peddlar WooTheme installed and grabbed the CSS. I loaded that to my Wordpress site with the plugin and changed the classes so it'll be pretty close to the Peddlar theme style. Further mods needed if you wa…
/* Snippets of WooThemes Testimonials styles */
.quote, {
display: inline;
float: left;
width: 45.83333333333333%;
margin-left: 2.083333333333333%;
margin-right: 2.083333333333333%;
*width: 45.78124999999999%;
*margin-left: 2.0312499999999996%;
@gabelloyd
gabelloyd / front-page.php
Last active December 31, 2015 21:59
This is a wordpress installation. Install to wordpress, ideally install Responsive Theme by CyberChimps and create child theme. From there, add these to your child theme. I also have Compass running via CodeKit for Sass support, but edit should be able to be made.
<?php
// Exit if accessed directly
if ( !defined('ABSPATH')) exit;
/**
* Site Front Page
* About:
* Author: Gabe Lloyd
* File started from Responsive Theme
@gabelloyd
gabelloyd / Flexbox-with-4-asides.markdown
Created December 17, 2013 22:24
A Pen by Gabe Lloyd.

Flexbox with 4 asides

Test layout for wrapping with flexbox. Two top asides over main content.

A Pen by Gabe Lloyd on CodePen.

License.