now with custom icon font (and some tweaks)
This commit is contained in:
parent
5cbd281bfa
commit
ed4dd73333
96 changed files with 2990 additions and 7563 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Header Image With Pattern"
|
||||
subheadline: "Headers With Style"
|
||||
description: "Feeling Responsive allows you to use all kinds of headers. This example shows a header image in front of a pattern."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Header Image With Background Color"
|
||||
subheadline: "Headers With Style"
|
||||
description: "Feeling Responsive allows you to use all kinds of headers. This example shows a header image with a defined background color via front matter."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: post
|
||||
layout: page
|
||||
title: "Header With Logo Only"
|
||||
subheadline: "Headers With Style"
|
||||
description: "Feeling Responsive allows you to use all kinds of headers. This example shows a header just with an image on the standard background."
|
||||
|
|
|
@ -15,4 +15,9 @@ header: no
|
|||
|
||||
~~~
|
||||
header: no
|
||||
~~~
|
||||
~~~
|
||||
|
||||
|
||||
### All Header-Styles
|
||||
|
||||
{% include list-posts.html tag='header' %}
|
Reference in a new issue