|
|
@ -28,6 +28,26 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="grid"> |
|
|
|
<div class="col-sm-4"> |
|
|
|
<h2 class="header__feature-title">Less is more</h2> |
|
|
|
<p class="header__feature-text"> |
|
|
|
Simple basic Components to extends in your own art |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
<div class="col-sm-4"> |
|
|
|
<h2 class="header__feature-title">Structure</h2> |
|
|
|
<p class="header__feature-text"> |
|
|
|
Crispy gives you a Structure to orientate |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
<div class="col-sm-4"> |
|
|
|
<h2 class="header__feature-title">Helper</h2> |
|
|
|
<p class="header__feature-text"> |
|
|
|
Use helper to save up time and coding less |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</header> |
|
|
|
<a class="button button--up" href="#header"> |
|
|
@ -41,7 +61,6 @@ |
|
|
|
<nav class="nav"> |
|
|
|
<ul class="margin-top-0x"> |
|
|
|
<li><a href="#introduction">Introduction</a></li> |
|
|
|
<li><a href="#npm">npm</a></li> |
|
|
|
<li><a href="#get-started">Get Started</a></li> |
|
|
|
<li><a href="#typography">Typography</a></li> |
|
|
|
<li><a href="#components">Components</a></li> |
|
|
@ -72,23 +91,12 @@ |
|
|
|
base to create more effecit No, it is a try, i can not promise you it will be done, |
|
|
|
</p> |
|
|
|
|
|
|
|
<!-- npm --> |
|
|
|
<hr class="margin-top-3x"> |
|
|
|
<h2 id="npm" class="margin-top-1x"> |
|
|
|
npm |
|
|
|
</h2> |
|
|
|
<p> |
|
|
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
<!-- how to use --> |
|
|
|
<hr class="margin-top-3x"> |
|
|
|
<h2 id="get-started" class="margin-top-1x"> |
|
|
|
Get Started |
|
|
|
</h2> |
|
|
|
<p> |
|
|
|
|
|
|
|
</p> |
|
|
|
<pre class="code"><code>npm install crispy-boilerplate</code></pre> |
|
|
|
|
|
|
|
<!-- typography --> |
|
|
|
<hr class="margin-top-3x"> |
|
|
@ -207,9 +215,7 @@ |
|
|
|
<div class="panel panel__inner"> |
|
|
|
<nav class="group group--horizontal"> |
|
|
|
<ul class="group__section group__section--separate"> |
|
|
|
<li class="group__item">first item</li> |
|
|
|
<li class="group__item">second item</li> |
|
|
|
<li class="group__item">third item</li> |
|
|
|
<li class="group__item">first item</li><li class="group__item">second item</li><li class="group__item">third item</li> |
|
|
|
</ul> |
|
|
|
</nav> |
|
|
|
</div> |
|
|
|