From a272cee00f9d43a9d9b277b9e0ae9a362362dde7 Mon Sep 17 00:00:00 2001 From: Darius Date: Tue, 20 Dec 2016 14:33:19 +0100 Subject: [PATCH] Update ROADMAP.md Edited the roadmap into a more readable format --- ROADMAP.md | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index ce0cc9d..ccc6495 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -2,24 +2,37 @@ We're currently working hard on making the CastleCSS expansions and improvements. CastleCSS is made to serve as lightweight basis for tailor made software but we do want to give you the option to install a few modules to make your life easier. -##Modules +## Modules We want to release the following modules in the near future: -- Icons -An easy way to add icons to your site without having to host and add a lot of styling and fonts. -- Forms +**Forms**
We just started writing forms from scratch to make them as painless, lightweight and complete as possible. -- Main navigation bar + +**Main navigation bar**
Simple header and nagivation for both mobile and desktop -- Accordion + +**Accordion**
A quick way to create add an accordion -- Tabs navigation + +**Tabs navigation**
Easy way to switch between your content -- Responsive images + +**Responsive images**
Quick examples and helper classes for HTML5 responsive images -- Labels / Stickers -- Images in RTE (Rich Text Editors) -- More friendly alert/notification colors, adding warning color + +**Labels / Stickers**
+ +**Images in RTE (Rich Text Editors)**
+ + +## Completed modules + +**Icons (Released 19-12-2016 in [castlecss-icons](https://github.com/CastleCSS/castlecss-icons))**
+An easy way to add icons to your site without having to host and add a lot of styling and fonts. + +**More friendly alert/notification colors, adding warning color**
+(Released 19-12-2016 in [castlecss-core](https://github.com/CastleCSS/castlecss-icons) and [castlecss-notifications](https://github.com/CastleCSS/castlecss-notifications))** + ## Other Projects - CastleCSS Generator via Yeoman @@ -27,4 +40,4 @@ Quick examples and helper classes for HTML5 responsive images - Add support for generating SCSS/JS with Gulp - Add support for generating SCSS/JS with only NPM -If you have more ideas or requests please let us know. \ No newline at end of file +If you have more ideas or requests please let us know.