Code Metro (Codeigniter Metro UI CSS) kick starts the development process of the web development process by including Metro UI CSS into CodeIgniter. With this custom Codeigniter framework, you can make a site with an metro UI interface. It also includes certain libraries such as AWS and Facebook in-case you are developing applications requiring those SDKs. Now start working on your idea.
Now, in CodeMetro you have Flat UI Colors to have fun with them :). Example for navigation bar :
<!--begin navigation bar-->
<nav class="navigation-bar flatred">
...
</nav>
Color of navigation bar is red!!
<!--begin navigation bar-->
<nav class="navigation-bar flatpurple">
...
</nav>
Color of navigation is purple!!
<!--begin navigation bar-->
<nav class="navigation-bar flatnight">
...
</nav>
Color of navigation is night!!
<!--begin navigation bar-->
<nav class="navigation-bar flatyellow">
...
</nav>
<!--begin navigation bar-->
<nav class="navigation-bar flatorange">
...
</nav>
<!--begin navigation bar-->
<nav class="navigation-bar flatgrey">
...
</nav>
Navigation color is grey!!
You can do well on a button etc :)
You can read the documentation about instalation in here >> Readme First!! :)
This is currently a very active project. All changes will be latest in master file and may be have bugs, it you find that bugs just contact me, okay :)
Codeigniter License : The License and Metro UI License : MIT License