Created
March 22, 2014 18:40
-
-
Save frederickpweiss/9712121 to your computer and use it in GitHub Desktop.
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
Selector { | |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ | |
-moz-box-sizing: border-box; /* Firefox, other Gecko */ | |
box-sizing: border-box; /* Opera/IE 8+ */ | |
} |
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
<meta name="viewport" content="width=780" /> |
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
var counter = 1; | |
$('#zone-preface .area_passion-item').wrap(function() { | |
var wrapper = '<div id="area_passion-item-' + counter + '"></div>'; | |
counter++; | |
return wrapper; | |
}); |
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
$_SERVER[ 'HTTP_USER_AGENT' ]; |
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
/* | |
DOCUMENT_ROOT | |
*/ | |
include($_SERVER['DOCUMENT_ROOT'].'/file.php'); |
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
elseif($_SERVER['REQUEST_URI'] == '/david-leadbetter-golf-academy/'){ | |
include("./_assets/dynamic/templates/includes/sports/tennis-flash.php"); | |
} |
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
-webkit-background-size:100px 100px; |
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
#myID {-webkit-background-size:91px 31px;background:url(image.jpg) 0px 0px no-repeat;} |
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
@DateTime.UtcNow.Year |
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
@font-face { | |
font-family:'HP-Simplified-Regular'; | |
src: url('/profiles/bmg_skeleton/themes/bmg_2013/hp-simplified-webfonts/HPSimplifiedW15-Regular.eot'); | |
src: url('/profiles/bmg_skeleton/themes/bmg_2013/hp-simplified-webfonts/HPSimplifiedW15-Regular.eot?#iefix') format('embedded-opentype'), | |
url('/profiles/bmg_skeleton/themes/bmg_2013/hp-simplified-webfonts/HPSimplifiedW15-Regular.woff') format('woff'), | |
url('/profiles/bmg_skeleton/themes/bmg_2013/hp-simplified-webfonts/HPSimplifiedW15-Regular.ttf') format('truetype'), | |
url('/profiles/bmg_skeleton/themes/bmg_2013/hp-simplified-webfonts/HPSimplifiedW15-Regular.svg#HP-Simplified-Regular') format('svg'); | |
font-weight:normal; | |
font-style:normal; | |
} | |
.webfont-Bold {font-family:'HP-Simplified-Bold', Arial, Helvetica, Verdana, sans-serif;} | |
.webfont-Normal {font-family:'HP-Simplified-Regular', Arial, Helvetica, Verdana, sans-serif;} | |
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
$('#DOM_ID').click(function() { | |
_gaq.push(['_trackEvent', 'Camps CTA', 'Register Today']); | |
}); | |
// Track Events ========================================================================================================= | |
$('.homecta.home-discover .cta_button a').click(function() { | |
_gaq.push(['_trackEvent', 'Home CTAs', 'click', 'Discover']); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment