-
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] Refactor **everything** (I'm sorry!)
- Loading branch information
Dennis Heibült
committed
Feb 23, 2018
1 parent
6b1714b
commit 4043e14
Showing
77 changed files
with
365 additions
and
883 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,101 @@ | ||
--- | ||
layout: demo | ||
permalink: /demo/block/ | ||
handle: block | ||
--- | ||
|
||
<h3 class="u-margin-bottom-small" class="u-margin-bottom-small">.o-block</h3> | ||
<h3 class="u-margin-bottom-small" style="text-align: center;" class="u-margin-bottom-small">.o-block</h3> | ||
<div class="o-block"> | ||
<img class="o-block__img" src="http://placehold.it/250x150" alt="block image"> | ||
<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> | ||
|
||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quis, asperiores, iure! Sequi dicta vitae, sed ea molestiae libero velit corporis suscipit, minima. Doloremque maiores sit ea molestias beatae, totam ad!</p> | ||
|
||
<br> | ||
|
||
|
||
<h3 class="u-margin-bottom-small" style="text-align: center;">.o-block--tiny</h3> | ||
<div class="o-block o-block--tiny"> | ||
<img class="o-block__img" src="http://placehold.it/250x150" alt="block image"> | ||
<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> | ||
|
||
|
||
<br> | ||
|
||
|
||
<h3 class="u-margin-bottom-small" style="text-align: center;">.o-block--small</h3> | ||
<div class="o-block o-block--small"> | ||
<img class="o-block__img" src="http://placehold.it/250x150" alt="block image"> | ||
<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> | ||
|
||
|
||
<br> | ||
|
||
|
||
<h3 class="u-margin-bottom-small" style="text-align: center;">.o-block--large</h3> | ||
<div class="o-block o-block--large"> | ||
<img class="o-block__img" src="http://placehold.it/250x150" alt="block image"> | ||
<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> | ||
|
||
|
||
<br> | ||
|
||
|
||
<h3 class="u-margin-bottom-small" style="text-align: center;">.o-block--huge</h3> | ||
<div class="o-block o-block--huge"> | ||
<img class="o-block__img" src="http://placehold.it/250x150" alt="block image"> | ||
<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> | ||
|
||
|
||
<br> | ||
|
||
|
||
<h3 class="u-margin-bottom-small" style="text-align: center;">.o-block--flush</h3> | ||
<div class="o-block o-block--flush"> | ||
<img class="o-block__img" src="http://placehold.it/250x150" alt="block image"> | ||
<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> | ||
|
||
|
||
<br> | ||
|
||
|
||
<h3 class="u-margin-bottom-small" style="text-align: right;">.o-block--right</h3> | ||
<div class="o-block o-block--right"> | ||
<img class="o-block__img" src="http://placehold.it/250x150" alt="block image"> | ||
<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> | ||
|
||
|
||
<br> | ||
|
||
|
||
<h3 class="u-margin-bottom-small" style="text-align: left;">.o-block--left</h3> | ||
<div class="o-block o-block--left"> | ||
<img class="o-block__img" src="http://placehold.it/250x150" alt="block image"> | ||
<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> | ||
|
||
|
||
<br> | ||
<br> |
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,16 @@ | ||
--- | ||
layout: demo | ||
permalink: /demo/block--small/ | ||
handle: block--small | ||
--- | ||
|
||
<div class="o-block o-block--small"> | ||
<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,13 @@ | ||
--- | ||
layout: demo | ||
permalink: /demo/block/ | ||
handle: block | ||
--- | ||
|
||
<h3 class="u-margin-bottom-small" style="text-align: center;" class="u-margin-bottom-small">.o-block</h3> | ||
<div class="o-block"> | ||
<img class="o-block__img" src="http://placehold.it/250x150" alt="block image"> | ||
<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> |
7 changes: 2 additions & 5 deletions
7
_docs/conventions.md → _docs/00-getting-started/conventions.md
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
7 changes: 2 additions & 5 deletions
7
_docs/directory-structure.md → ...00-getting-started/directory-structure.md
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
7 changes: 2 additions & 5 deletions
7
_docs/modifying-inuitcss.md → .../00-getting-started/modifying-inuitcss.md
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
7 changes: 2 additions & 5 deletions
7
_docs/reading-these-docs.md → .../00-getting-started/reading-these-docs.md
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
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
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
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
Oops, something went wrong.