Skip to content

juanghurtado/flaminwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flaminwork

This is just a tiny front-end framework for lazy developers. HTML5, CSS and Javascript goodness for everybody!

Changelog

v.0.1-RC2 (June 29, 2011)

  • 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

v.0.1-RC1 (April 18, 2011)

  • Added minified files
  • Adjusted vertical spacing for PRE elements
  • Added aliases for floating CSS helpers

v.0.1-beta (March 22, 2011)

First version. Basic funcionality:

  • Grid system
  • Reset and default styles
  • CSS helper classes
  • minor Javascript goodies…

How to use it?

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.

Demo

You can watch what Flaminwork does by sneaking around the files inside samples folder on the zip file.

Authors

  • Juan G. Hurtado [juan.g.hurtado(at)gmail(dot)com]
  • Álvaro Fernández [creativo(at)alvarografico(dot)es]

About

Front-end framework (XHTML/CSS/Javascript)

Resources

Stars

Watchers

Forks

Packages

No packages published