Reorganize styleguide (pattern library) to distinguish static layouts, styleguide from Sass powering it
This commit is contained in:
parent
b9040a7fde
commit
952af16725
235 changed files with 4 additions and 4 deletions
38
static-layouts/design-source/templates/carousel.hbs
Normal file
38
static-layouts/design-source/templates/carousel.hbs
Normal file
|
@ -0,0 +1,38 @@
|
|||
<div class='carousel'>
|
||||
<figure class="image">
|
||||
<img src="../assets/img/fpo-fic-home.png" alt="">
|
||||
<figcaption>
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="image">
|
||||
<img src="../assets/img/fpo-fic-map.png" alt="">
|
||||
<figcaption>
|
||||
Ipsum dolor sit amet, consectetur adipisicing elit.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="image">
|
||||
<img src="../assets/img/fpo-fic-page.png" alt="">
|
||||
<figcaption>
|
||||
Dolor sit amet, consectetur adipisicing elit.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="image">
|
||||
<img src="../assets/img/fpo-fic-home.png" alt="">
|
||||
<figcaption>
|
||||
Sit amet, consectetur adipisicing elit.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="image">
|
||||
<img src="../assets/img/fpo-fic-map.png" alt="">
|
||||
<figcaption>
|
||||
Ipsum dolor sit amet, consectetur adipisicing elit.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="image">
|
||||
<img src="../assets/img/fpo-fic-page.png" alt="">
|
||||
<figcaption>
|
||||
Consectetur adipisicing elit.
|
||||
</figcaption>
|
||||
</figure>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue