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.

270 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. The Layout is inpired by minimalistc UI from NASA and MS-DOS.
  72. The Idea behind this is a more Science related Layout, that has clear Colors and simple Patterns. All the Fancy Gloomy Shiny UI you know
  73. from other Frameworks, thats not what you find here.
  74. </p>
  75. <p>
  76. Plain UI
  77. </p>
  78. <h3 class="h5">
  79. Contribution
  80. </h3>
  81. <ul>
  82. <li>
  83. <a href="https://tailwindcss.com/" class="strong" rel="noopener" target="_blank">TailwindCSS</a> for showing new ideas and concepts to handle Helper-Classes
  84. </li>
  85. <li>
  86. <a href="https://reflexgrid.com/" class="strong" rel="noopener" target="_blank">Reflex Grid</a> for a great flex grid
  87. </li>
  88. <li>
  89. <a href="https://necolas.github.io/normalize.css/" class="strong" rel="noopener" target="_blank">normalize.css</a> for resetting styles in all Browsers
  90. </li>
  91. <li>
  92. <a href="https://icons.mono.company/" class="strong" rel="noopener" target="_blank">Mono Icons</a> for a beautiful Iconset
  93. </li>
  94. </ul>
  95. </div>
  96. </div>
  97. </div>
  98. </div>
  99. <div class="container">
  100. <div class="grid">
  101. <div class="col-12">
  102. <h2 class="highlight">
  103. Installation
  104. </h2>
  105. <div class="content">
  106. <code>npm install plain-ui --save</code>
  107. </div>
  108. </div>
  109. </div>
  110. </div>
  111. <div class="container">
  112. <div class="grid">
  113. <div class="col-12">
  114. <h2 class="highlight">
  115. Building
  116. </h2>
  117. <div class="content">
  118. <p>
  119. Plain UI is build by <a href="https://purgecss.com/" class="strong" rel="noopener" target="_blank">Laravel-Mix</a>.
  120. For this Site also <a href="https://purgecss.com/" class="strong" rel="noopener" target="_blank">PurgeCSS</a> was used. This is Important
  121. 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>
  122. available.
  123. </p>
  124. <code>mix
  125. .setPublicPath('./public')
  126. .sass('src/scss/plain-ui.scss', 'public/plain-ui.css')
  127. .purgeCss({
  128. extend: {
  129. enabled: true,
  130. content: [
  131. path.join(__dirname, 'public/*.html'),
  132. ]
  133. }
  134. })
  135. </code>
  136. </div>
  137. </div>
  138. </div>
  139. </div>
  140. <div class="container">
  141. <div class="grid">
  142. <div class="col-12">
  143. <h2 class="highlight">
  144. Core
  145. </h2>
  146. <h3 class="m-top-5">
  147. Normalize
  148. </h3>
  149. <div class="content">
  150. <p>
  151. This is mainly done by <a href="https://necolas.github.io/normalize.css/" rel="noopener" target="_blank">normalize.css</a> with a few Modification.
  152. </p>
  153. </div>
  154. <h3 class="m-top-5">
  155. Heading
  156. </h3>
  157. <h1>Heading 1</h1>
  158. <h2>Heading 2</h2>
  159. <h3>Heading 3</h3>
  160. <h4>Heading 4</h4>
  161. <h5>Heading 5</h5>
  162. <h6>Heading 6</h6>
  163. <h3 class="m-top-5">
  164. Content
  165. </h3>
  166. <div class="content m-bottom-4">
  167. <code>&#x3C;div class=&#x22;content&#x22;&#x3E;
  168. &#x3C;p&#x3E;
  169. Y&#x27;know this time it wasn&#x27;t my fault. The Doc set all of his clocks twenty-five minutes slow.
  170. Listen, this is very important, I forgot my video camera, could you stop by my place and pick it up on
  171. your way to the mall? whoa, this is it, this is the part coming up, Doc. I&#x27;m really gonna miss you.
  172. Doc, about the future- Thank you, don&#x27;t forget to take a flyer.
  173. &#x3C;/p&#x3E;
  174. &#x3C;p&#x3E;
  175. Dear Doctor Brown, on the night that I go back in time, you will be shot by terrorists. Please take
  176. whatever precautions are necessary to prevent this terrible disaster. Your friend, Marty.
  177. Well, safe and sound, now, n good old 1955. I&#x27;ve gotta go. Look, George, I&#x27;m telling you George,
  178. if you do not ask Lorraine to that dance, I&#x27;m gonna regret it for the rest of my life. Hey George,
  179. heard you laid out Biff, nice going.
  180. &#x3C;/p&#x3E;
  181. &#x3C;ul&#x3E;
  182. &#x3C;li&#x3E;item 1&#x3C;/li&#x3E;
  183. &#x3C;li&#x3E;
  184. item 2
  185. &#x3C;ul&#x3E;
  186. &#x3C;li&#x3E;child item 1&#x3C;/li&#x3E;
  187. &#x3C;li&#x3E;child item 2&#x3C;/li&#x3E;
  188. &#x3C;/ul&#x3E;
  189. &#x3C;/li&#x3E;
  190. &#x3C;/ul&#x3E;
  191. &#x3C;ol&#x3E;
  192. &#x3C;li&#x3E;item 1&#x3C;/li&#x3E;
  193. &#x3C;li&#x3E;item 2&#x3C;/li&#x3E;
  194. &#x3C;/ol&#x3E;
  195. &#x3C;dl&#x3E;
  196. &#x3C;dt&#x3E;defined title 1&#x3C;/dt&#x3E;
  197. &#x3C;dd&#x3E;defined item 1&#x3C;/dd&#x3E;
  198. &#x3C;/dl&#x3E;
  199. &#x3C;blockquote&#x3E;
  200. I&#x27;m telling you George, if you do not ask Lorraine to that dance, I&#x27;m gonna
  201. regret it for the rest of my life. Hey George, heard you laid out Biff, nice going.
  202. &#x3C;/blockquote&#x3E;
  203. &#x3C;mark&#x3E;Mark&#x3C;/mark&#x3E;
  204. &#x3C;/div&#x3E;
  205. </code>
  206. </div>
  207. <div class="content">
  208. <p>
  209. 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.
  210. </p>
  211. <p>
  212. 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.
  213. </p>
  214. <ul>
  215. <li>item 1</li>
  216. <li>
  217. item 2
  218. <ul>
  219. <li>child item 1</li>
  220. <li>child item 2</li>
  221. </ul>
  222. </li>
  223. </ul>
  224. <ol>
  225. <li>item 1</li>
  226. <li>item 2</li>
  227. </ol>
  228. <dl>
  229. <dt>defined title 1</dt>
  230. <dd>defined item 1</dd>
  231. </dl>
  232. <blockquote>
  233. 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.
  234. </blockquote>
  235. <mark>Mark</mark>
  236. </div>
  237. </div>
  238. </div>
  239. </div>
  240. <footer class="site-footer m-top-5">
  241. <div class="bar">
  242. <div class="bar__main">
  243. </div>
  244. <div class="bar__end">
  245. <a class="color-text-contrast m-right-4" href="/imprint.html">
  246. Imprint
  247. </a>
  248. <a class="color-text-contrast" href="/private-policy.html">
  249. Privacy Policy
  250. </a>
  251. </div>
  252. </div>
  253. </footer>
  254. </body>
  255. </html