diff --git a/README.md b/README.md index 87af8c6..037a612 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Plain UI - Lightweight CSS UI Framework for Building Apps and Websites - -**Plain UI is currently under development, Styles, Names and Documentation may change until Release!** +# Plain UI - Simple Framework for Building Apps and Websites [Documentation](https://plain-ui.com) diff --git a/examples/components.html b/examples/components.html index d9e34a0..e41c0f2 100644 --- a/examples/components.html +++ b/examples/components.html @@ -5,9 +5,8 @@ - Plain UI 0.5 | Lightweight CSS UI Framework for Building Apps and Websites + Components | Plain UI 0.5 | Simple UI Framework for Apps and Websites - @@ -49,18 +48,6 @@ Components -
-
-
-
-

- Plain UI is currently under development, Styles, Names and Documentation may change until Release! -

-
-
-
-
-

Badge diff --git a/examples/helpers.html b/examples/helpers.html index 3456e63..8d3c90c 100644 --- a/examples/helpers.html +++ b/examples/helpers.html @@ -5,9 +5,8 @@ - Plain UI 0.5 | Lightweight CSS UI Framework for Building Apps and Websites + Helpers | Plain UI 0.5 | Simple UI Framework for Apps and Websites - @@ -49,16 +48,6 @@ Helpers

-
-
-
-

- Plain UI is currently under development, Styles, Names and Documentation may change until Release! -

-
-
-
-
diff --git a/examples/index.html b/examples/index.html index 0d6204e..3a9057c 100644 --- a/examples/index.html +++ b/examples/index.html @@ -5,9 +5,8 @@ - Plain UI 0.5 | Lightweight CSS UI Framework for Building Apps and Websites + Plain UI 0.5 | Simple UI Framework for Apps and Websites - @@ -49,18 +48,6 @@ Basics -
-
-
-
-

- Plain UI is currently under development, Styles, Names and Documentation may change until Release! -

-
-
-
-
-

Heading diff --git a/examples/layout.html b/examples/layout.html index b96e3b9..03ee8cc 100644 --- a/examples/layout.html +++ b/examples/layout.html @@ -4,8 +4,9 @@ - Plain UI | Lightweight CSS UI Framework for Building Apps and Websites - + + Layout | Plain UI 0.5 | Simple UI Framework for Apps and Websites + @@ -47,18 +48,6 @@ Layout

-
-
-
-
-

- Plain UI is currently under development, Styles, Names and Documentation may change until Release! -

-
-
-
-
-

Grid

diff --git a/src/scss/layouts/_grid.scss b/src/scss/layouts/_grid.scss index 630f34e..ebb47c7 100644 --- a/src/scss/layouts/_grid.scss +++ b/src/scss/layouts/_grid.scss @@ -1,7 +1,8 @@ /** + * grid * - * grid - * + * This Grid is mainly the Reflex Grid from Lee Gordon https://reflexgrid.com/, he has + * done a great work, for i few changes it was needed to integrated * * @author Björn Hase, me@herr-hase.wtf * @license http://opensource.org/licenses/MIT The MIT License