Skip to content

Commit 8b61f70

Browse files
committed
Add collections
1 parent a456aab commit 8b61f70

File tree

130 files changed

+2576
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+2576
-134
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [HTML Reference](http://htmlreference.io): a free visual guide to the most popular CSS properties
1+
# [HTML Reference](http://htmlreference.io): a free visual guide to HTML elements and attributes
22

33
[![HTML Reference screenshot](https://raw.github.com/jgthms/html-reference/master/images/html-reference-share.png)](http://htmlreference.io)
44

_config.local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: HTML Reference
2-
subtitle: "A free visual guide to the most popular CSS properties"
2+
subtitle: "A free guide to HTML"
33
description: A free guide to all HTML elements and attributes.
44
share: "HTML Reference: a free guide to all HTML elements and attributes."
55
url: http://localhost:4000

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: HTML Reference
2-
subtitle: "A free visual guide to the most popular CSS properties"
2+
subtitle: "A free guide to HTML"
33
description: A free guide to all HTML elements and attributes.
44
share: "HTML Reference: a free guide to all HTML elements and attributes."
55
url: http://htmlreference.io

_includes/collections/forms-list.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<li class="menu-item" data-element-name="button"><a class="menu-link" href="{{site.url}}/element/button" data-element-name="button"><span class="item-name">button</span></a></li><li class="menu-item" data-element-name="fieldset"><a class="menu-link" href="{{site.url}}/element/fieldset" data-element-name="fieldset"><span class="item-name">fieldset</span></a></li><li class="menu-item" data-element-name="form"><a class="menu-link" href="{{site.url}}/element/form" data-element-name="form"><span class="item-name">form</span></a></li><li class="menu-item" data-element-name="input"><a class="menu-link" href="{{site.url}}/element/input" data-element-name="input"><span class="item-name">input</span></a></li><li class="menu-item" data-element-name="legend"><a class="menu-link" href="{{site.url}}/element/legend" data-element-name="legend"><span class="item-name">legend</span></a></li><li class="menu-item" data-element-name="textarea"><a class="menu-link" href="{{site.url}}/element/textarea" data-element-name="textarea"><span class="item-name">textarea</span></a></li>

0 commit comments

Comments
 (0)