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.

104 lines
3.8 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 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.3
  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">
  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 tabs__item--selected">
  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. <h1 class="highlight m-bottom-5">
  61. Helpers
  62. </h1>
  63. <div class="panel panel--border-highlight border-color-danger m-bottom-4">
  64. <div class="panel__body">
  65. <div class="content m-last-child-0">
  66. <p>
  67. Plain UI is currently under development, Styles, Names and Documentation may change until Release!
  68. </p>
  69. </div>
  70. </div>
  71. </div>
  72. <div class="panel panel--border-highlight border-color-danger m-bottom-4">
  73. <div class="panel__body">
  74. <div class="content m-last-child-0">
  75. <p>
  76. @TODO Documentation
  77. </p>
  78. </div>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. <footer class="site-footer m-top-5">
  85. <div class="bar">
  86. <div class="bar__main">
  87. <a class="color-text-contrast m-right-4" href="/imprint.html">
  88. Imprint
  89. </a>
  90. <a class="color-text-contrast" href="/private-policy.html">
  91. Privacy Policy
  92. </a>
  93. </div>
  94. </div>
  95. </footer>
  96. </body>
  97. </html