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
@media only screen and (min-width: 1100px) { | |
#homecontent { | |
min-height: 650px; | |
background-size: cover; | |
} | |
} |
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
@mixin transition-all($time) { | |
-webkit-transition: all $time+s ease; | |
-moz-transition: all $time+s ease; | |
-o-transition: all $time+s ease; | |
transition: all $time+s ease; | |
} | |
@mixin transition($property, $time) { | |
-webkit-transition: $property $time+s ease; | |
-moz-transition: $property $time+s ease; |
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
/* ========================================================================== | |
Defaults | |
========================================================================== */ | |
/* apply a natural box layout model to all elements */ | |
* { | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; | |
} |
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
section { | |
width: 700px; | |
padding: 0 calc(50% - 350px); | |
} |
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
/* | |
* Title Caps | |
* | |
* Ported to JavaScript By John Resig - http://ejohn.org/ - 21 May 2008 | |
* Original by John Gruber - http://daringfireball.net/ - 10 May 2008 | |
* License: http://www.opensource.org/licenses/mit-license.php | |
*/ | |
(function(){ | |
var small = "(a|an|and|as|at|but|by|en|for|if|in|of|on|or|the|to|v[.]?|via|vs[.]?)"; |
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
position: relative; | |
top: 50%; | |
-webkit-transform: translateY(-50%); | |
-moz-transform: translateY(-50%); | |
-o-transform: translateY(-50%); | |
-ms-transform: translateY(-50%); | |
transform: translateY(-50%); |
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
#313437,#26292C,#2095F0,#FFFFFF,#2F4251,#D4D4D5,#7298A6,#E75933 | |
based on: | |
https://github.com/thinkpixellab/flatland |
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> | |
//required for .cust | |
$(document).ready(function(){ | |
$('a.cust').on('click',function(){ | |
var newHref = $(this).attr('href'); | |
newHref=newHref.replace("/",".html"); | |
//alert(newHref); | |
$(this).attr('href',newHref); | |
}); | |
}); |
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
<!-- Replace with your URL. For best results, make sure you page has the proper FB Open Graph tags in header: | |
https://developers.facebook.com/docs/opengraph/howtos/maximizing-distribution-media-content/ --> | |
<a href="https://www.facebook.com/sharer/sharer.php?u=http://yoururlhere.com" class="popup"> | |