You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

268 lines
11 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. <!doctype html>
  2. <html lang="en_EN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>Plain UI | Lightweight CSS UI Framework for Building Apps and Websites</title>
  7. <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">
  8. <meta name="viewport" content="width=device-width,initial-scale=1">
  9. <link rel="stylesheet" href="plain-ui.css">
  10. </head>
  11. <body class="overflow-x-hidden">
  12. <header class="header">
  13. <div class="bar">
  14. <div class="bar__start">
  15. <h1 class="m-top-4 m-bottom-4 h4">
  16. Plain UI 0.1-alpha
  17. </h1>
  18. </div>
  19. <div class="bar__main justify-end">
  20. <a class="button button--small m-bottom-0" href="#">
  21. Github
  22. <svg class="m-left-3 icon fill-text" aria-hidden="true">
  23. <use xlink:href="symbol-defs.svg#icon-github"></use>
  24. </svg>
  25. </a>
  26. <a class="button button--small m-left-sm-3 m-bottom-0" href="https://gitea.tentakelfabrik.de/" rel="noopener" target="_blank">
  27. Gitea
  28. <svg class="m-left-3 icon fill-text" aria-hidden="true">
  29. <use xlink:href="symbol-defs.svg#icon-gitea"></use>
  30. </svg>
  31. </a>
  32. </div>
  33. </div>
  34. </header>
  35. <div class="container m-top-6">
  36. <div class="grid">
  37. <div class="col-12">
  38. <nav>
  39. <div class="tabs">
  40. <a href="index.html" class="tabs__item tabs__item--selected">
  41. Basics
  42. </a>
  43. <a href="components.html" class="tabs__item">
  44. Components
  45. </a>
  46. <a href="layout.html" class="tabs__item">
  47. Layout
  48. </a>
  49. <a href="helpers.html" class="tabs__item">
  50. Helpers
  51. </a>
  52. </div>
  53. </nav>
  54. </div>
  55. </div>
  56. </div>
  57. <div class="container">
  58. <div class="grid">
  59. <div class="col-12">
  60. <div class="content">
  61. <div class="panel panel--border-highlight border-color-danger m-bottom-4">
  62. <div class="panel__body">
  63. <div class="content m-last-child-0">
  64. <p>
  65. Plain UI is currently under development, Styles, Names and Documentation may change until Release!
  66. </p>
  67. </div>
  68. </div>
  69. </div>
  70. <p>
  71. <span class="bold">Plain UI</span> is a simple UI Framework.
  72. </p>
  73. <p>
  74. </p>
  75. <h3 class="h5">
  76. Contribution
  77. </h3>
  78. <ul>
  79. <li>
  80. <a href="https://tailwindcss.com/" class="strong" rel="noopener" target="_blank">TailwindCSS</a> for showing new ideas and concepts to handle Helper-Classes
  81. </li>
  82. <li>
  83. <a href="https://reflexgrid.com/" class="strong" rel="noopener" target="_blank">Reflex Grid</a> for a great flex grid
  84. </li>
  85. <li>
  86. <a href="https://necolas.github.io/normalize.css/" class="strong" rel="noopener" target="_blank">normalize.css</a> for resetting styles in all Browsers
  87. </li>
  88. <li>
  89. <a href="https://icons.mono.company/" class="strong" rel="noopener" target="_blank">Mono Icons</a> for a beautiful Iconset
  90. </li>
  91. </ul>
  92. </div>
  93. </div>
  94. </div>
  95. </div>
  96. <div class="container">
  97. <div class="grid">
  98. <div class="col-12">
  99. <h2 class="highlight">
  100. Installation
  101. </h2>
  102. <div class="content">
  103. <code>npm install plain-ui --save</code>
  104. </div>
  105. </div>
  106. </div>
  107. </div>
  108. <div class="container">
  109. <div class="grid">
  110. <div class="col-12">
  111. <h2 class="highlight">
  112. Building
  113. </h2>
  114. <div class="content">
  115. <p>
  116. Plain UI is build by <a href="https://purgecss.com/" class="strong" rel="noopener" target="_blank">Laravel-Mix</a>.
  117. For this Site also <a href="https://purgecss.com/" class="strong" rel="noopener" target="_blank">PurgeCSS</a> was used. This is Important
  118. to reduce the amount of Helper-Classes. For Laravel-Mix there is also a <a href="https://github.com/spatie/laravel-mix-purgecss" class="strong" rel="noopener" target="_blank">Wrapper</a>
  119. available.
  120. </p>
  121. <code>mix
  122. .setPublicPath('./public')
  123. .sass('src/scss/plain-ui.scss', 'public/plain-ui.css')
  124. .purgeCss({
  125. extend: {
  126. enabled: true,
  127. content: [
  128. path.join(__dirname, 'public/*.html'),
  129. ]
  130. }
  131. })
  132. </code>
  133. </div>
  134. </div>
  135. </div>
  136. </div>
  137. <div class="container">
  138. <div class="grid">
  139. <div class="col-12">
  140. <h2 class="highlight">
  141. Core
  142. </h2>
  143. <h3 class="m-top-5">
  144. Normalize
  145. </h3>
  146. <div class="content">
  147. <p>
  148. This is mainly done by <a href="https://necolas.github.io/normalize.css/" rel="noopener" target="_blank">normalize.css</a> with a few Modification.
  149. </p>
  150. </div>
  151. <h3 class="m-top-5">
  152. Heading
  153. </h3>
  154. <h1>Heading 1</h1>
  155. <h2>Heading 2</h2>
  156. <h3>Heading 3</h3>
  157. <h4>Heading 4</h4>
  158. <h5>Heading 5</h5>
  159. <h6>Heading 6</h6>
  160. <h3 class="m-top-5">
  161. Content
  162. </h3>
  163. <div class="content m-bottom-4">
  164. <code>&#x3C;div class=&#x22;content&#x22;&#x3E;
  165. &#x3C;p&#x3E;
  166. Y&#x27;know this time it wasn&#x27;t my fault. The Doc set all of his clocks twenty-five minutes slow.
  167. Listen, this is very important, I forgot my video camera, could you stop by my place and pick it up on
  168. your way to the mall? whoa, this is it, this is the part coming up, Doc. I&#x27;m really gonna miss you.
  169. Doc, about the future- Thank you, don&#x27;t forget to take a flyer.
  170. &#x3C;/p&#x3E;
  171. &#x3C;p&#x3E;
  172. Dear Doctor Brown, on the night that I go back in time, you will be shot by terrorists. Please take
  173. whatever precautions are necessary to prevent this terrible disaster. Your friend, Marty.
  174. Well, safe and sound, now, n good old 1955. I&#x27;ve gotta go. Look, George, I&#x27;m telling you George,
  175. if you do not ask Lorraine to that dance, I&#x27;m gonna regret it for the rest of my life. Hey George,
  176. heard you laid out Biff, nice going.
  177. &#x3C;/p&#x3E;
  178. &#x3C;ul&#x3E;
  179. &#x3C;li&#x3E;item 1&#x3C;/li&#x3E;
  180. &#x3C;li&#x3E;
  181. item 2
  182. &#x3C;ul&#x3E;
  183. &#x3C;li&#x3E;child item 1&#x3C;/li&#x3E;
  184. &#x3C;li&#x3E;child item 2&#x3C;/li&#x3E;
  185. &#x3C;/ul&#x3E;
  186. &#x3C;/li&#x3E;
  187. &#x3C;/ul&#x3E;
  188. &#x3C;ol&#x3E;
  189. &#x3C;li&#x3E;item 1&#x3C;/li&#x3E;
  190. &#x3C;li&#x3E;item 2&#x3C;/li&#x3E;
  191. &#x3C;/ol&#x3E;
  192. &#x3C;dl&#x3E;
  193. &#x3C;dt&#x3E;defined title 1&#x3C;/dt&#x3E;
  194. &#x3C;dd&#x3E;defined item 1&#x3C;/dd&#x3E;
  195. &#x3C;/dl&#x3E;
  196. &#x3C;blockquote&#x3E;
  197. I&#x27;m telling you George, if you do not ask Lorraine to that dance, I&#x27;m gonna
  198. regret it for the rest of my life. Hey George, heard you laid out Biff, nice going.
  199. &#x3C;/blockquote&#x3E;
  200. &#x3C;mark&#x3E;Mark&#x3C;/mark&#x3E;
  201. &#x3C;/div&#x3E;
  202. </code>
  203. </div>
  204. <div class="content">
  205. <p>
  206. Y'know this time it wasn't my fault. The Doc set all of his clocks twenty-five minutes slow. Listen, this is very important, I forgot my video camera, could you stop by my place and pick it up on your way to the mall? whoa, this is it, this is the part coming up, Doc. I'm really gonna miss you. Doc, about the future- Thank you, don't forget to take a flyer.
  207. </p>
  208. <p>
  209. Dear Doctor Brown, on the night that I go back in time, you will be shot by terrorists. Please take whatever precautions are necessary to prevent this terrible disaster. Your friend, Marty. Well, safe and sound, now, n good old 1955. I've gotta go. Look, George, I'm telling you George, if you do not ask Lorraine to that dance, I'm gonna regret it for the rest of my life. Hey George, heard you laid out Biff, nice going.
  210. </p>
  211. <ul>
  212. <li>item 1</li>
  213. <li>
  214. item 2
  215. <ul>
  216. <li>child item 1</li>
  217. <li>child item 2</li>
  218. </ul>
  219. </li>
  220. </ul>
  221. <ol>
  222. <li>item 1</li>
  223. <li>item 2</li>
  224. </ol>
  225. <dl>
  226. <dt>defined title 1</dt>
  227. <dd>defined item 1</dd>
  228. </dl>
  229. <blockquote>
  230. I'm telling you George, if you do not ask Lorraine to that dance, I'm gonna regret it for the rest of my life. Hey George, heard you laid out Biff, nice going.
  231. </blockquote>
  232. <mark>Mark</mark>
  233. </div>
  234. </div>
  235. </div>
  236. </div>
  237. <footer class="site-footer m-top-5">
  238. <div class="bar">
  239. <div class="bar__main">
  240. </div>
  241. <div class="bar__end">
  242. <a class="color-text-contrast m-right-4" href="/imprint.html">
  243. Imprint
  244. </a>
  245. <a class="color-text-contrast" href="/private-policy.html">
  246. Privacy Policy
  247. </a>
  248. </div>
  249. </div>
  250. </footer>
  251. </body>
  252. </html