-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refs #3] Add demo content for block object
- Loading branch information
Dennis Heibült
committed
Feb 23, 2018
1 parent
4043e14
commit 2cdcee2
Showing
11 changed files
with
157 additions
and
108 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
layout: demo | ||
title: "Block Flush" | ||
permalink: /demo/block--flush/ | ||
handle: block--flush | ||
--- | ||
|
||
<div class="o-block o-block--flush"> | ||
<img class="o-block__img" src="http://placehold.it/250x150"> | ||
<div class="o-block__body"> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. | ||
Quasi, nihil corrupti error, eius est architecto voluptatibus | ||
totam necessitatibus explicabo consequatur impedit natus | ||
maiores adipisci quidem autem nostrum quam eaque quisquam | ||
fugit deleniti ullam, laboriosam, ipsa. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
layout: demo | ||
title: "Block Huge" | ||
permalink: /demo/block--huge/ | ||
handle: block--huge | ||
--- | ||
|
||
<div class="o-block o-block--huge"> | ||
<img class="o-block__img" src="http://placehold.it/250x150"> | ||
<div class="o-block__body"> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. | ||
Quasi, nihil corrupti error, eius est architecto voluptatibus | ||
totam necessitatibus explicabo consequatur impedit natus | ||
maiores adipisci quidem autem nostrum quam eaque quisquam | ||
fugit deleniti ullam, laboriosam, ipsa. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
layout: demo | ||
title: "Block Large" | ||
permalink: /demo/block--large/ | ||
handle: block--large | ||
--- | ||
|
||
<div class="o-block o-block--large"> | ||
<img class="o-block__img" src="http://placehold.it/250x150"> | ||
<div class="o-block__body"> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. | ||
Quasi, nihil corrupti error, eius est architecto voluptatibus | ||
totam necessitatibus explicabo consequatur impedit natus | ||
maiores adipisci quidem autem nostrum quam eaque quisquam | ||
fugit deleniti ullam, laboriosam, ipsa. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
layout: demo | ||
title: "Block Left" | ||
permalink: /demo/block--left/ | ||
handle: block--left | ||
--- | ||
|
||
<div class="o-block o-block--left"> | ||
<img class="o-block__img" src="http://placehold.it/250x150"> | ||
<div class="o-block__body"> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. | ||
Quasi, nihil corrupti error, eius est architecto voluptatibus | ||
totam necessitatibus explicabo consequatur impedit natus | ||
maiores adipisci quidem autem nostrum quam eaque quisquam | ||
fugit deleniti ullam, laboriosam, ipsa. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
layout: demo | ||
title: "Block Right" | ||
permalink: /demo/block--right/ | ||
handle: block--right | ||
--- | ||
|
||
<div class="o-block o-block--right"> | ||
<img class="o-block__img" src="http://placehold.it/250x150"> | ||
<div class="o-block__body"> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. | ||
Quasi, nihil corrupti error, eius est architecto voluptatibus | ||
totam necessitatibus explicabo consequatur impedit natus | ||
maiores adipisci quidem autem nostrum quam eaque quisquam | ||
fugit deleniti ullam, laboriosam, ipsa. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
layout: demo | ||
title: "Block Small" | ||
permalink: /demo/block--small/ | ||
handle: block--small | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
layout: demo | ||
title: "Block Tiny" | ||
permalink: /demo/block--tiny/ | ||
handle: block--tiny | ||
--- | ||
|
||
<div class="o-block o-block--tiny"> | ||
<img class="o-block__img" src="http://placehold.it/250x150"> | ||
<div class="o-block__body"> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. | ||
Quasi, nihil corrupti error, eius est architecto voluptatibus | ||
totam necessitatibus explicabo consequatur impedit natus | ||
maiores adipisci quidem autem nostrum quam eaque quisquam | ||
fugit deleniti ullam, laboriosam, ipsa. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters