Workless is a CSS base framework to get your projects up and running as quickly as possible.
What’s included:
- Scaffolding
- Web-font Icons
- Buttons
- Helpers
- Notifications
- Alerts & Messages
- Backgrounds
- Form elements
- Tables
- and more
Download Workless from Github and include the necessary CSS files & javascript libraries into your html document.
<!-- we're minifying and combining all our css --> <link href="assets/css/minified.css" rel="stylesheet"> <!-- grab jquery from google cdn. fall back to local if offline --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="assets/js/jquery.js"><\/script>')</script> <!-- grab prettyprint from google cdn --> <script src="//google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script> <!-- load up our js --> <script src="assets/js/plugins.js"></script> <script src="assets/js/application.js"></script> <!-- some conditionals for ie --> <!--[if IE]><link href="assets/css/ie.css" rel="stylesheet" type="text/css" /><![endif]--> <!-- HTML5 elements in less than IE9, yes please! --> <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <!-- If less than IE8 add some JS for the webfont icons --> <!--[if lt IE 8]><script src="assets/js/ie_font.js"></script><![endif]-->