Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
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.

159 lines
6.9 KiB

5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
4 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
4 years ago
4 years ago
5 years ago
  1. <!doctype html>
  2. <html class="no-js" lang="en_EN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>Crispy CSS | Lightweight CSS Framework for Building Apps and Websites</title>
  7. <meta name="description" content="Lightweight 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="styles.css">
  10. </head>
  11. <body>
  12. <header id="header" class="header">
  13. <div class="container">
  14. <div class="grid">
  15. <div class="col-12">
  16. <div class="text-center">
  17. <hgroup>
  18. <a href="/">
  19. <h1 class="h2 margin-top-4 margin-bottom-0">
  20. <svg class="icon icon--big margin-bottom-1" alt="Crispy CSS">
  21. <use xlink:href="symbol-defs.svg#icon-logo" />
  22. </svg><br />
  23. Crispy CSS
  24. </h1>
  25. </a>
  26. <small class="text-color-primary">v3.0.0</small>
  27. <h2 class="h5 margin-top-1">
  28. Lightweight CSS Framework for Building Apps and Websites
  29. </h2>
  30. </hgroup>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. </header>
  36. <div class="container">
  37. <div class="grid margin-top-6 margin-bottom-2">
  38. <div class="col-12 col-sm-6 col-lg-4 col-align-center">
  39. <h3 class="h4 text-center">
  40. <span class="h3__icon">
  41. <svg class="icon icon-color-primary text-size-medium" alt="Mixins and Functions">
  42. <use xlink:href="symbol-defs.svg#icon-emoticon-zip" />
  43. </svg>
  44. </span>
  45. <div>Ugly</div>
  46. </h3>
  47. <p class="text-center">
  48. Yes, this Framework has no fancy Layout or shiny Elements,
  49. because what created with Crispy CSS could be fancy.
  50. This Framework adds basic styles and support your Work.
  51. </p>
  52. </div>
  53. <div class="col-12 col-sm-6 col-lg-4">
  54. <h3 class="h4 text-center">
  55. <span class="h3__icon">
  56. <svg class="icon icon-color-primary text-size-medium" alt="Customizeable">
  57. <use xlink:href="symbol-defs.svg#icon-spray" />
  58. </svg>
  59. </span>
  60. <div>Helpers</div>
  61. </h3>
  62. <p class="text-center">
  63. Mixins, Functions and Modifiers make your Workflow simpler. Only
  64. import Components you really need and make your Work lightweight.
  65. </p>
  66. </div>
  67. <div class="col-12 col-sm-6 col-lg-4">
  68. <h3 class="h4 text-center">
  69. <span class="h3__icon">
  70. <svg class="icon icon-color-primary text-size-large" alt="Coding Style">
  71. <use xlink:href="symbol-defs.svg#icon-design" />
  72. </svg>
  73. </span>
  74. <div>Coding Style</div>
  75. </h3>
  76. <p class="text-center">
  77. Crispy CSS uses <a href="http://getbem.com/" target="_blank">BEM</a>, but
  78. an simpler approach of it. BEM is good to show dependencies
  79. in Components and add structure to your Styles.
  80. </p>
  81. </div>
  82. </div>
  83. <div class="margin-bottom-6 text-center text-size-medium">
  84. <a class="button background-color-success text-color-white" href="/getstarted.html">
  85. Get started!
  86. <svg class="icon margin-left-1" alt="proceed">
  87. <use xlink:href="symbol-defs.svg#icon-circle-right" />
  88. </svg>
  89. </a>
  90. <a class="button background-color-grey text-color-white" target="_blank" href="https://github.com/tentakelfabrik/crispy-css">
  91. Visit on Github
  92. <svg class="icon margin-left-1" alt="github">
  93. <use xlink:href="symbol-defs.svg#icon-github" />
  94. </svg>
  95. </a>
  96. </div>
  97. <div class="margin-bottom-6">
  98. <div class="grid">
  99. <div class="col-12">
  100. <h2 class="h3 text-center margin-top-6">Apps and Websites that have been crafted</h2>
  101. </div>
  102. </div>
  103. <div class="grid">
  104. <div class="col-12 col-sm-6 col-md-4">
  105. <h3 class="h5 text-center">
  106. Tentakelfabrik
  107. </h3>
  108. <a class="text-center show" href="https://tentakelfabrik.de" target="_blank">
  109. <img class="bordered img-responsive width-100" src="img/tentakelfabrik.jpg" />
  110. </a>
  111. </div>
  112. <div class="col-12 col-sm-6 col-md-4">
  113. <h3 class="h5 text-center">
  114. Gaming Circus
  115. </h3>
  116. <a class="text-center show" href="https://gaming-circus.de" target="_blank">
  117. <img class="bordered img-responsive width-100" src="img/gaming-circus.jpg" />
  118. </a>
  119. </div>
  120. <div class="col-12 col-sm-6 col-md-4">
  121. <h3 class="h5 text-center">
  122. Trinkkofi
  123. </h3>
  124. <a class="text-center show" href="https://trinkkofi.de" target="_blank">
  125. <img class="bordered img-responsive width-100" src="img/trinkkofi.jpg" />
  126. </a>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <footer class="footer background-color-info margin-top-4 padding-top-5 padding-bottom-2">
  132. <div class="container">
  133. <div class="grid">
  134. <div class="col-12">
  135. <div class="text-center">
  136. <ul class="group group--horizontal group--separate">
  137. <li class="group__item">
  138. <a class="text-color-white" href="/imprint.html">Imprint</a>
  139. </li>
  140. <li class="group__item">
  141. <a class="text-color-white" href="/privacy-policy.html">Privacy Policy</a>
  142. </li>
  143. </ul>
  144. <p class="margin-top-1">
  145. Made with Euphorie by Björn Hase, <a class="text-color-white" href="https://tententakelfabrik.de" target="_blank">Tentakelfabrik</a>
  146. </p>
  147. </div>
  148. </div>
  149. </div>
  150. </div>
  151. </footer>
  152. </body>
  153. </html>