#Ride Development Standards - This Repo is no longer applicable.
###Javascript
###CSS
###Wordpress
###Optimization
The Ride Standards are always changing, don't be afraid to suggest additions if you find a great way to do something that is not here, or to improve upon something tha tis already here. Just bring it up with the other developers so that we can discuss.
##
JS
// easing 1.83
jQuery.easing.jswing=jQuery.easing.sw…
// RoyalSlider v8.1
(function(a){function b(b,c){this.slid…
##
CSS
####Standards
+ use our CSS reset Download
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
####Formatting
.Selector {
margin: 0 0 0 0;
box-sizing: border-box;
}
##
Wordpress
+ Use our Framework Download
The Framework has a few features that should be taken advantage of. For Custom Content blocks we are using the plugin Meta-Box Which is already embedded in the theme. The config file is inc/config-meta-boxes.php
##
Optimization
####Images
We need to focuis on speed, without sacrificeing clarity, make your best judgement on compression, always keep a copy of the original
- ImageOptim - PNG (Free)
- Compress - JPG ($9)
#