Move CSS frameworks to separate file.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 15:05:49 +0200
changeset 1921 e3b62a595ca8
parent 1920 3f7837be0d17
child 1922 6411e8e3e1ee
Move CSS frameworks to separate file.
css-framework.rst
css.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 <https://twitter.com/getbootstrap>`_.
+
+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 <https://www.yahoo.com/>`_.
+
+License: `Yahoo BSD License <https://github.com/yahoo/pure/blob/master/LICENSE.md>`_.
+
+  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 <http://yootheme.com/>`_.
+
+License: MIT.
+
+  http://getuikit.com/
+    Home page.
+  https://github.com/uikit/uikit
+    GitHub page.
+
+Font-Awesome
+============
+
+  https://github.com/FortAwesome/Font-Awesome
+    GitHub page.
+
--- 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 <https://twitter.com/getbootstrap>`_.
-
-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 <https://www.yahoo.com/>`_.
-
-License: `Yahoo BSD License <https://github.com/yahoo/pure/blob/master/LICENSE.md>`_.
-
-  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 <http://yootheme.com/>`_.
-
-License: MIT.
-
-  http://getuikit.com/
-    Home page.
-  https://github.com/uikit/uikit
-    GitHub page.
-
-Font-Awesome
-------------
-
-  https://github.com/FortAwesome/Font-Awesome
-    GitHub page.
-