-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new files and directories for Jekyll website
- Loading branch information
Showing
15 changed files
with
62 additions
and
109 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{% for item in include.items %} | ||
<li> | ||
{% case item.nodeType %} | ||
{% when 1 %} | ||
<code><{{ item.nodeName | downcase }}></code> | ||
<ul> | ||
{% for rule in item.computedStyles %} | ||
<li>{{ rule[0] }}: | ||
{% if rule[1] contains "rgb" %} | ||
<span class="color-indicator" style="background-color: {{ rule[1] }};"></span> <code>{{ rule[1] }}</code> | ||
{% else %} | ||
<code>{{ rule[1] }}</code> | ||
{% endif %} | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
{% when 2 %} | ||
<code>{{ item.nodeName }}</code> | ||
{% when 3 %} | ||
<code>{{ item.nodeName | remove_first: '#' }}</code> | ||
{% else %} | ||
{{ item.nodeName }} | ||
{% endcase %} | ||
|
||
{% if item.children %} | ||
<ul> | ||
{% include recursive_list.liquid items=item.children %} | ||
</ul> | ||
{% endif %} | ||
</li> | ||
{% endfor %} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ lang: en | |
layout: side-by-side | ||
status: "For review" | ||
title: Danger button | ||
zenhub-issue: 958 | ||
--- |
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 |
---|---|---|
|
@@ -6,4 +6,5 @@ lang: en | |
layout: side-by-side | ||
status: "For review" | ||
title: Disabled button | ||
zenhub-issue: 958 | ||
--- |
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 |
---|---|---|
|
@@ -6,4 +6,5 @@ lang: en | |
layout: side-by-side | ||
status: "For review" | ||
title: Link button | ||
zenhub-issue: 958 | ||
--- |
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 |
---|---|---|
|
@@ -6,4 +6,5 @@ lang: en | |
layout: side-by-side | ||
status: "For review" | ||
title: Primary button | ||
zenhub-issue: 958 | ||
--- |
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 |
---|---|---|
|
@@ -6,4 +6,5 @@ lang: en | |
layout: side-by-side | ||
status: "For review" | ||
title: Secondary button | ||
zenhub-issue: 958 | ||
--- |
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 |
---|---|---|
|
@@ -6,4 +6,5 @@ lang: en | |
layout: side-by-side | ||
status: "For review" | ||
title: Small button | ||
zenhub-issue: 958 | ||
--- |
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