diff --git a/CHANGELOG.md b/CHANGELOG.md index 5085db5..0b942e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,30 @@ -0.0.2 / 2013-04-02 +1.3.0 / 2013-05-24 +================== + + * Remove headings in hgroup + * Add small text and link in heading examples + * Add address element + * Add time element + * Add q element + * Add international phone input example + * Add placeholder example + * Add required field input + * Add mulitiple select menu + * Merge HTML5 Form Fields section into Form Fields section + +1.2.0 / 2013-04-02 ================== * Add media query for small viewports -0.0.1 / 2013-03-22 +1.1.0 / 2013-03-22 ================== * Remove dependancy on jQuery * Locally host highlight.js files * Use placedog.com instead of lorempixel.com -0.0.0 / 2013-03-06 +1.0.0 / 2013-03-06 ================== * Initial commit diff --git a/markup/base/address.html b/markup/base/address.html new file mode 100644 index 0000000..77f204a --- /dev/null +++ b/markup/base/address.html @@ -0,0 +1,6 @@ +
+ Company Name, Inc.
+ 811 7th Ave, Suite 700
+ Manhattan, NY 10019
+ P: (487) 487-4874 +
\ No newline at end of file diff --git a/markup/base/form-HTML5-inputs.html b/markup/base/form-HTML5-inputs.html deleted file mode 100644 index 1f2a64c..0000000 --- a/markup/base/form-HTML5-inputs.html +++ /dev/null @@ -1,13 +0,0 @@ -
-
- HTML 5 Form Input -

-

-

-

-

-

-

-

-
-
\ No newline at end of file diff --git a/markup/base/form-fields.html b/markup/base/form-fields.html index 94cc815..2d985a6 100644 --- a/markup/base/form-fields.html +++ b/markup/base/form-fields.html @@ -1,18 +1,30 @@
Inputs as descendents of labels (form legend). This doubles up as a long legend that can test word wrapping. -

-

-

-

-

-

-

-

-

+

+

+

+

+

+

+

- -

+

+

+

+

+

+

-

-

+

+

+

+

+

+

+

+

+

+

\ No newline at end of file diff --git a/markup/base/headings-1.html b/markup/base/headings-1.html index 905f319..ecedc87 100644 --- a/markup/base/headings-1.html +++ b/markup/base/headings-1.html @@ -1,6 +1,6 @@ -

Heading 1

-

Heading 2

-

Heading 3

-

Heading 4

-
Heading 5
-
Heading 6
\ No newline at end of file +

Heading 1 with small text and a link as well

+

Heading 2 with small text and a link as well

+

Heading 3 with small text and a link as well

+

Heading 4 with small text and a link as well

+
Heading 5 with small text and a link as well
+
Heading 6 with small text and a link as well
\ No newline at end of file diff --git a/markup/base/headings-2.html b/markup/base/headings-2.html index 58e78ab..2317b99 100644 --- a/markup/base/headings-2.html +++ b/markup/base/headings-2.html @@ -1,8 +1,8 @@
-

Heading 1 (in article)

-

Heading 2 (in article)

-

Heading 3 (in article)

-

Heading 4 (in article)

-
Heading 5 (in article)
-
Heading 6 (in article)
+

Heading 1 (in article) with small text and a link as well

+

Heading 2 (in article) with small text and a link as well

+

Heading 3 (in article) with small text and a link as well

+

Heading 4 (in article) with small text and a link as well

+
Heading 5 (in article) with small text and a link as well
+
Heading 6 (in article) with small text and a link as well
\ No newline at end of file diff --git a/markup/base/headings-3.html b/markup/base/headings-3.html index 7650cb3..bc67d86 100644 --- a/markup/base/headings-3.html +++ b/markup/base/headings-3.html @@ -1,8 +1,8 @@
-

Heading 1 (in section)

-

Heading 2 (in section)

-

Heading 3 (in section)

-

Heading 4 (in section)

-
Heading 5 (in section)
-
Heading 6 (in section)
+

Heading 1 (in section) with small text and a link as well

+

Heading 2 (in section) with small text and a link as well

+

Heading 3 (in section) with small text and a link as well

+

Heading 4 (in section) with small text and a link as well

+
Heading 5 (in section) with small text and a link as well
+
Heading 6 (in section) with small text and a link as well
\ No newline at end of file diff --git a/markup/base/headings-4.html b/markup/base/headings-4.html deleted file mode 100644 index 9d4b953..0000000 --- a/markup/base/headings-4.html +++ /dev/null @@ -1,10 +0,0 @@ -
-
-

Heading 1 (in hgroup)

-

Heading 2 (in hgroup)

-

Heading 3 (in hgroup)

-

Heading 4 (in hgroup)

-
Heading 5 (in hgroup)
-
Heading 6 (in hgroup)
-
-
\ No newline at end of file diff --git a/markup/base/text-elements.html b/markup/base/text-elements.html index 53ab77e..a4e1ccd 100644 --- a/markup/base/text-elements.html +++ b/markup/base/text-elements.html @@ -9,6 +9,7 @@ The ins element example
The kbd element example
The mark element example
+The q element example
The q element inside a q element example
The s element example
The samp element example
diff --git a/markup/base/time.html b/markup/base/time.html new file mode 100644 index 0000000..c31dd13 --- /dev/null +++ b/markup/base/time.html @@ -0,0 +1 @@ +Remember, remember the \ No newline at end of file