This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Set up the container to have 8 columns --> | |
<section class="row-8"> | |
<div class="columns-6"> | |
<!-- Needs to inherit the width of the 6 col container --> | |
<div class="columns-4"> | |
...Content | |
</div> | |
<div class="columns-2"> | |
...Content | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
$(window).load(function() { | |
$('.flexslider').flexslider({ | |
namespace: "chip-", | |
selector: ".colorChips > li", | |
controlsContainer: ".colorOptions", | |
animation: "slide", | |
animationLoop: false, | |
controlNav: false, | |
itemWidth: 40, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//----------------------------------------------------------------------------- | |
// Imports | |
@import compass | |
@import susy | |
//----------------------------------------------------------------------------- | |
// Grid Settings | |