A simple webpage bootstrap (nothing fancy)
This contains some of the basic web stuff I like to have when starting projects:
font-awesome- (resides in css/`elements.less- for all your mixin needsjs easings- for all you slick easing needsJQuery- pretty basic, but it loads 1.9.1global less vars- contains some helpful global vars to help in website layoutObject literal js- start off right by coding using object literals in your js scriptshtml5 shim- don't forget that html5 shim!Google Web Fonts- gives you ane asy spot to load your web fonts
This bootstrap just creates a healthy baseline to work from, and hopefully gets your projects started in the right direction.