change documentation

release/0.5 v0.5.0
HerrHase 2 years ago
parent 7ba54c7bf9
commit bcbdf57b7f

@ -1,6 +1,4 @@
# Plain UI - Lightweight CSS UI Framework for Building Apps and Websites # Plain UI - Simple Framework for Building Apps and Websites
**Plain UI is currently under development, Styles, Names and Documentation may change until Release!**
[Documentation](https://plain-ui.com) [Documentation](https://plain-ui.com)

@ -5,9 +5,8 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<title> <title>
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
</title> </title>
<meta name="description" content="Lightweight UI Framework for building fast and clean Websites and Apps for Mobile, Tablet and Desktop. Minimal UI-Elements, Functions and Helpers">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="plain-ui.css"> <link rel="stylesheet" href="plain-ui.css">
@ -49,18 +48,6 @@
Components Components
</h1> </h1>
<div class="content">
<div class="panel panel--border-highlight border-color-danger m-bottom-4">
<div class="panel__body">
<div class="content m-last-child-0">
<p>
Plain UI is currently under development, Styles, Names and Documentation may change until Release!
</p>
</div>
</div>
</div>
</div>
<!-- --> <!-- -->
<h2> <h2>
Badge Badge

@ -5,9 +5,8 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<title> <title>
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
</title> </title>
<meta name="description" content="Lightweight UI Framework for building fast and clean Websites and Apps for Mobile, Tablet and Desktop. Minimal UI-Elements, Functions and Helpers">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="plain-ui.css"> <link rel="stylesheet" href="plain-ui.css">
@ -49,16 +48,6 @@
Helpers Helpers
</h1> </h1>
<div class="panel panel--border-highlight border-color-danger m-bottom-4">
<div class="panel__body">
<div class="content m-last-child-0">
<p>
Plain UI is currently under development, Styles, Names and Documentation may change until Release!
</p>
</div>
</div>
</div>
<div class="panel panel--border-highlight border-color-danger m-bottom-4"> <div class="panel panel--border-highlight border-color-danger m-bottom-4">
<div class="panel__body"> <div class="panel__body">
<div class="content m-last-child-0"> <div class="content m-last-child-0">

@ -5,9 +5,8 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<title> <title>
Plain UI 0.5 | Lightweight CSS UI Framework for Building Apps and Websites Plain UI 0.5 | Simple UI Framework for Apps and Websites
</title> </title>
<meta name="description" content="Lightweight UI Framework for building fast and clean Websites and Apps for Mobile, Tablet and Desktop. Minimal UI-Elements, Functions and Helpers">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="plain-ui.css"> <link rel="stylesheet" href="plain-ui.css">
@ -49,18 +48,6 @@
Basics Basics
</h1> </h1>
<div class="content">
<div class="panel panel--border-highlight border-color-danger m-bottom-4">
<div class="panel__body">
<div class="content m-last-child-0">
<p>
Plain UI is currently under development, Styles, Names and Documentation may change until Release!
</p>
</div>
</div>
</div>
</div>
<!-- --> <!-- -->
<h3 class="m-top-5"> <h3 class="m-top-5">
Heading Heading

@ -4,8 +4,9 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Plain UI | Lightweight CSS UI Framework for Building Apps and Websites</title> <title>
<meta name="description" content="Lightweight UI Framework for building fast and clean Websites and Apps for Mobile, Tablet and Desktop. Minimal UI-Elements, Functions and Helpers"> Layout | Plain UI 0.5 | Simple UI Framework for Apps and Websites
</title>
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="plain-ui.css"> <link rel="stylesheet" href="plain-ui.css">
@ -47,18 +48,6 @@
Layout Layout
</h1> </h1>
<div class="content">
<div class="panel panel--border-highlight border-color-danger m-bottom-4">
<div class="panel__body">
<div class="content m-last-child-0">
<p>
Plain UI is currently under development, Styles, Names and Documentation may change until Release!
</p>
</div>
</div>
</div>
</div>
<h2 class="m-top-5"> <h2 class="m-top-5">
Grid Grid
</h2> </h2>

@ -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 * @author Björn Hase, me@herr-hase.wtf
* @license http://opensource.org/licenses/MIT The MIT License * @license http://opensource.org/licenses/MIT The MIT License

Loading…
Cancel
Save