Skip to content

Commit

Permalink
page progression markers closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg committed Apr 11, 2013
1 parent 2906091 commit 7ec5f48
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1 class="content">{% localize page.title %}</h1>

{% if page.noFooter != true %}
<footer>
<a href="https://github.com/incompl/csslayoutsite/issues">{% localize global.feedback %}</a>
{{ page.num }} / 19
</footer>
{% endif %}

Expand Down
7 changes: 7 additions & 0 deletions templates/about.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: about.title
noFooter: true
---

<style>
Expand Down Expand Up @@ -31,4 +32,10 @@

<div class="content">
{% localize about.credits %}
</div>

<div class="content">
<a href="https://github.com/incompl/csslayoutsite/issues">
{% localize global.feedback %}
</a>
</div>
1 change: 1 addition & 0 deletions templates/box-model.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: box_model.title
next: box-sizing
prev: max-width
num: 5
---

<style>
Expand Down
1 change: 1 addition & 0 deletions templates/box-sizing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: box_sizing.title
next: position
prev: box-model
num: 6
---

<style>
Expand Down
1 change: 1 addition & 0 deletions templates/clear.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: clear.title
next: clearfix
prev: float
num: 10
---

<p class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/clearfix.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: clearfix.title
next: float-layout
prev: clear
num: 11
---

<p class="content">
Expand Down
3 changes: 2 additions & 1 deletion templates/column.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: column.title
next: flexbox
prev: inline-block-layout
num: 17
---

<p class="content">
Expand Down Expand Up @@ -45,4 +46,4 @@

<p class="content">
{% localize column.2 %}
</div>
</p>
1 change: 1 addition & 0 deletions templates/display.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: display.title
next: margin-auto
prev: no-layout
num: 2
---

<p class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/flexbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: flexbox.title
next: frameworks
prev: column
num: 18
---

<p class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/float-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: float_layout.title
next: percent
prev: clearfix
num: 12
---

<p class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/float.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: float.title
next: clear
prev: position-example
num: 9
---

<p class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/frameworks.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: frameworks.title
next: about
prev: flexbox
num: 19
---

<p class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/inline-block-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: inline_block_layout.title
next: column
prev: inline-block
num: 16
---

<div class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/inline-block.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: inline_block.title
next: inline-block-layout
prev: media-queries
num: 15
---

<p class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/margin-auto.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: margin_auto.title
next: max-width
prev: display
num: 3
---

<style>
Expand Down
1 change: 1 addition & 0 deletions templates/max-width.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: max_width.title
next: box-model
prev: margin-auto
num: 4
---

<style>
Expand Down
1 change: 1 addition & 0 deletions templates/media-queries.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: media_queries.title
next: inline-block
prev: percent
num: 14
---

<p class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/no-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: no_layout.title
next: display
prev: index
num: 1
---

<p>
Expand Down
1 change: 1 addition & 0 deletions templates/percent.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: percent.title
next: media-queries
prev: float-layout
num: 13
---

<p class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/position-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: position_example.title
next: float
prev: position
num: 8
---

<p class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/position.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: position.title
next: position-example
prev: box-sizing
num: 7
---

<p class="content">
Expand Down
1 change: 1 addition & 0 deletions templates/toc.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: default
noFooter: true
---

<style>
Expand Down

0 comments on commit 7ec5f48

Please sign in to comment.