# HG changeset patch # User Oleksandr Gavenko # Date 1456146349 -7200 # Node ID e3b62a595ca8170e506a14ba149296718db575e3 # Parent 3f7837be0d17e91c114529001bce9ef3f97488e1 Move CSS frameworks to separate file. diff -r 3f7837be0d17 -r e3b62a595ca8 css-framework.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/css-framework.rst Mon Feb 22 15:05:49 2016 +0200 @@ -0,0 +1,86 @@ +.. -*- coding: utf-8; -*- + +================ + CSS frameworks +================ +.. contents:: + :local: + +List of CSS frameworks +====================== + + http://usablica.github.io/front-end-frameworks/ + Front-end Frameworks v2.5 (comparing). + http://usablica.github.io/front-end-frameworks/compare.html + A Collection of best front End frameworks. + http://960.gs/ + Grid framework. + +Bootstrap +========= + +From `Twitter `_. + +License: MIT. + + http://getbootstrap.com/ + Home page. + https://github.com/twbs/bootstrap/ + GitHub page. + http://bootswatch.com/ + Free themes for Bootstrap. + http://lipis.github.io/bootstrap-social/ + Social icons. + +Semantic UI +=========== + +License: MIT. + + http://semantic-ui.com/ + Home page. + https://github.com/Semantic-Org/Semantic-UI + GitHub page. + +Pure +==== + +From `Yahoo `_. + +License: `Yahoo BSD License `_. + + http://purecss.io/ + Home page. + https://github.com/yahoo/pure/ + GitHub page. + +Foundation +========== + +From Zurb. + +License: MIT + + http://foundation.zurb.com/ + Home page. + https://github.com/zurb/foundation-sites + GitHub page. + +UIkit +===== + +From `yootheme `_. + +License: MIT. + + http://getuikit.com/ + Home page. + https://github.com/uikit/uikit + GitHub page. + +Font-Awesome +============ + + https://github.com/FortAwesome/Font-Awesome + GitHub page. + diff -r 3f7837be0d17 -r e3b62a595ca8 css.rst --- a/css.rst Mon Feb 22 15:03:57 2016 +0200 +++ b/css.rst Mon Feb 22 15:05:49 2016 +0200 @@ -131,82 +131,3 @@ :: $ sudo apt-get install cssed - -CSS frameworks -============== - - http://usablica.github.io/front-end-frameworks/ - Front-end Frameworks v2.5 (comparing). - http://usablica.github.io/front-end-frameworks/compare.html - A Collection of best front End frameworks. - http://960.gs/ - Grid framework. - -Bootstrap ---------- - -From `Twitter `_. - -License: MIT. - - http://getbootstrap.com/ - Home page. - https://github.com/twbs/bootstrap/ - GitHub page. - http://bootswatch.com/ - Free themes for Bootstrap. - http://lipis.github.io/bootstrap-social/ - Social icons. - -Semantic UI ------------ - -License: MIT. - - http://semantic-ui.com/ - Home page. - https://github.com/Semantic-Org/Semantic-UI - GitHub page. - -Pure ----- - -From `Yahoo `_. - -License: `Yahoo BSD License `_. - - http://purecss.io/ - Home page. - https://github.com/yahoo/pure/ - GitHub page. - -Foundation ----------- - -From Zurb. - -License: MIT - - http://foundation.zurb.com/ - Home page. - https://github.com/zurb/foundation-sites - GitHub page. - -UIkit ------ - -From `yootheme `_. - -License: MIT. - - http://getuikit.com/ - Home page. - https://github.com/uikit/uikit - GitHub page. - -Font-Awesome ------------- - - https://github.com/FortAwesome/Font-Awesome - GitHub page. -