Release 0.5
This release changes the top Navigation into a white tipbar, extends the documentation and uses some subtile changes.
This commit is contained in:
parent
c4ca4e61b2
commit
dba5d71522
25 changed files with 381 additions and 255 deletions
|
@ -10,7 +10,9 @@ categories:
|
|||
- elements
|
||||
- design
|
||||
permalink: "/design/elements/"
|
||||
image_header: "no"
|
||||
image:
|
||||
header: "no"
|
||||
thumb: "unsplash_5_thumb.jpg"
|
||||
---
|
||||
## Images
|
||||
|
||||
|
|
|
@ -6,7 +6,8 @@ date: 2014-03-28 00:00:00
|
|||
categories:
|
||||
- layout
|
||||
- design
|
||||
image_title: "unsplash_1.jpg"
|
||||
image:
|
||||
title: "unsplash_1.jpg"
|
||||
permalink: "/design/post-left-sidebar/"
|
||||
---
|
||||
## Have a look at the sidebar
|
||||
|
|
|
@ -8,7 +8,7 @@ categories:
|
|||
- design
|
||||
image:
|
||||
thumb: "unsplash_2_thumb.jpg"
|
||||
image_title: "unsplash_2.jpg"
|
||||
title: "unsplash_2.jpg"
|
||||
permalink: "/design/post-right-sidebar/"
|
||||
---
|
||||
## Have a look at the sidebar
|
||||
|
|
|
@ -7,6 +7,8 @@ categories:
|
|||
- layout
|
||||
- design
|
||||
permalink: "/design/post/"
|
||||
image:
|
||||
header: "no"
|
||||
---
|
||||
## Look!
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ categories:
|
|||
- layout
|
||||
- design
|
||||
image:
|
||||
thumb: unsplash_7_thumb.jpg
|
||||
thumb: "unsplash_7_thumb.jpg"
|
||||
permalink: "/design/grid/"
|
||||
---
|
||||
*Feeling Responsive* is built on Foundation. And of course, we make use of the wonderful grid system and so can you. Find out more about [constructing beautiful layouts][1] in the foundation documentation.
|
||||
|
|
59
_posts/design/2014-08-17-page-full-width.md
Normal file
59
_posts/design/2014-08-17-page-full-width.md
Normal file
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
layout: page-fullwidth
|
||||
title: "Full-Width Page"
|
||||
subtitle: "Multi-Device Layouts"
|
||||
description: "The full-width page format gives you all the space you need to show your content using the grid."
|
||||
date: 2014-07-05 07:00:00
|
||||
categories:
|
||||
- layout
|
||||
- design
|
||||
image:
|
||||
thumb: "unsplash_7_thumb.jpg"
|
||||
permalink: "/design/page-full-width/"
|
||||
---
|
||||
*Feeling Responsive* is built on Foundation. And of course, we make use of the wonderful grid system and so can you. Find out more about [constructing beautiful layouts][1] in the foundation documentation.
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="medium-4 columns top-30">
|
||||
<img src="{{ site.url }}/assets/img/unsplash_1.jpg" alt="">
|
||||
</div><!-- /.medium-4.columns -->
|
||||
|
||||
<div class="medium-4 columns top-30">
|
||||
<img src="{{ site.url }}/assets/img/unsplash_2.jpg" alt="">
|
||||
</div><!-- /.medium-4.columns -->
|
||||
|
||||
<div class="medium-4 columns top-30">
|
||||
<img src="{{ site.url }}/assets/img/unsplash_4.jpg" alt="">
|
||||
</div><!-- /.medium-4.columns -->
|
||||
|
||||
</div><!-- /.row -->
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="medium-8 columns top-30">
|
||||
<img src="{{ site.url }}/assets/img/unsplash_6.jpg" alt="">
|
||||
</div><!-- /.medium-8.columns -->
|
||||
|
||||
<div class="medium-4 columns top-30">
|
||||
<img src="{{ site.url }}/assets/img/unsplash_5.jpg" alt="">
|
||||
<img class="top-30" src="{{ site.url }}/assets/img/unsplash_7.jpg" alt="">
|
||||
</div><!-- /.medium-4.columns -->
|
||||
|
||||
</div><!-- /.row -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[1]: http://foundation.zurb.com/docs/components/grid.html
|
||||
[2]: #
|
||||
[3]: #
|
||||
[4]: #
|
||||
[5]: #
|
||||
[6]: #
|
||||
[7]: #
|
||||
[8]: #
|
||||
[9]: #
|
||||
[10]: #
|
Reference in a new issue