This is just a tiny front-end framework for lazy developers. HTML5, CSS and Javascript goodness for everybody!
- Added classes for common border radius: border-radius-3, border-radius-5, border-radius-10
- Added classes for common text shadow: text-shadow-dark, text-shadow-bright
- Added minified files
- Adjusted vertical spacing for
PRE
elements - Added aliases for floating CSS helpers
First version. Basic funcionality:
- Grid system
- Reset and default styles
- CSS helper classes
- minor Javascript goodies…
Just download the latest copy of Flaminwork, unzip it into a flaminwork
folder in your project and link the files in your HEAD
element (jQuery is required, but not included, so it's linked from Google CDN. You can use your local copy instead):
<!-- Styles -->
<link href="flaminwork/flaminwork.css" rel="stylesheet" />
<!-- Scripts -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script src="../flaminwork/flaminwork.js"></script>
If you want a fresh HTML5 template example to start your project, you can find it at flaminwork/samples/template.html
. Maybe looking for a CSS/JS base file? Find them at flaminwork/samples/css/styles.css
and flaminwork/samples/js/main.js
.
You can watch what Flaminwork does by sneaking around the files inside samples
folder on the zip file.
- Juan G. Hurtado [juan.g.hurtado(at)gmail(dot)com]
- Álvaro Fernández [creativo(at)alvarografico(dot)es]