diff --git a/Identity/Models/Html/Home/forms.html b/Identity/Models/Html/Home/forms.html index 522bbb0..612564f 100644 --- a/Identity/Models/Html/Home/forms.html +++ b/Identity/Models/Html/Home/forms.html @@ -208,7 +208,7 @@ The content of left column starts here. --> -
CentOS Forms Visual Style Guide.
diff --git a/Identity/Models/Html/Home/headings.html b/Identity/Models/Html/Home/headings.html index 40d5f42..14999f6 100644 --- a/Identity/Models/Html/Home/headings.html +++ b/Identity/Models/Html/Home/headings.html @@ -205,33 +205,38 @@ The content of left column starts here. --> -CentOS Headings Visual Style Guide.
<h1><a name="head-5871b1272673f7cf89bcaf48972c848a" href="#head-5871b1272673f7cf89bcaf48972c848a">Heading Level 1</a></h1>+ +
<h2><a name="head-d33a28a4193cffb949f506cfdf770f05" href="#head-d33a28a4193cffb949f506cfdf770f05">Heading Level 2</a></h2>+ +
<h3><a name="head-82dd23c665d8ee437a980459c8b80d7a" href="#head-82dd23c665d8ee437a980459c8b80d7a">Heading Level 3</a></h3>+ +
<h4><a name="head-157dc030ea314f4b53a6ed238113a3f8" href="#head-157dc030ea314f4b53a6ed238113a3f8">Heading Level 4</a></h4>+ +
<h5><a name="head-33628cc07bcbefc4e4732407b8680bf6" href="#head-33628cc07bcbefc4e4732407b8680bf6">Heading Level 5</a></h5>+ +
<h6><a name="head-93b42a4a61a0b05a81aff6224555603c" href="#head-93b42a4a61a0b05a81aff6224555603c">Heading Level 5</a></h6>+ +
As heading design recommendations:
When defining headings, make it accessible +
When defining headings, make them accessible using the following structure:
<h1><a name="head-a1811f6545db914813115417011b2df9">Heading</a></h1>@@ -243,6 +248,16 @@
Sometimes headings are used as links. For those + cases, use the following structure:
<h1><a href="#head-a1811f6545db914813115417011b2df9">Heading</a></h1>+ +
or the following, if you want to make a heading an + anchor and link of itself:
+ +<h1><a name="head-a1811f6545db914813115417011b2df9" href="#head-a1811f6545db914813115417011b2df9">Heading</a></h1>+
Avoid using more than 4 levels of headings. If you think you need to, you probably do; but consider splitting your content in several pages instead. Too @@ -251,26 +266,6 @@ -
<h1><a name="head-5871b1272673f7cf89bcaf48972c848a" href="#head-5871b1272673f7cf89bcaf48972c848a">Heading Level 1</a></h1>- -
<h2><a name="head-d33a28a4193cffb949f506cfdf770f05" href="#head-d33a28a4193cffb949f506cfdf770f05">Heading Level 2</a></h2>- -
<h3><a name="head-82dd23c665d8ee437a980459c8b80d7a" href="#head-82dd23c665d8ee437a980459c8b80d7a">Heading Level 3</a></h3>- -
<h4><a name="head-157dc030ea314f4b53a6ed238113a3f8" href="#head-157dc030ea314f4b53a6ed238113a3f8">Heading Level 4</a></h4>- -
<h5><a name="head-33628cc07bcbefc4e4732407b8680bf6" href="#head-33628cc07bcbefc4e4732407b8680bf6">Heading Level 5</a></h5>- -
<h6><a name="head-93b42a4a61a0b05a81aff6224555603c" href="#head-93b42a4a61a0b05a81aff6224555603c">Heading Level 5</a></h6>- diff --git a/Identity/Models/Html/Home/links.html b/Identity/Models/Html/Home/links.html index 05bcd89..06f9df3 100644 --- a/Identity/Models/Html/Home/links.html +++ b/Identity/Models/Html/Home/links.html @@ -208,32 +208,32 @@ The content of left column goes here. --> -
CentOS Links Visual Style Guide.
-This is a common text link style
This is a common nonexistant text link style
-http://www.centos.org/. This is the "www" and "http" link style. It is generally used to link diff --git a/Identity/Models/Html/Home/lists.html b/Identity/Models/Html/Home/lists.html index b1ec888..11f23d1 100644 --- a/Identity/Models/Html/Home/lists.html +++ b/Identity/Models/Html/Home/lists.html @@ -208,7 +208,7 @@ The content of left column goes here. --> -
CentOS Lists Visual Style Guide.
@@ -222,7 +222,7 @@ -This section illustrates the visual style of unordered lists.
@@ -232,7 +232,7 @@This section illustrates the visual style of ordered lists.
@@ -242,7 +242,7 @@This section illustrates the visual style of definition lists.
@@ -254,7 +254,7 @@Lists may also be nested and different list types may be used together, as in the following example, which is a diff --git a/Identity/Models/Html/Home/texts.html b/Identity/Models/Html/Home/texts.html index 8662681..27095d2 100644 --- a/Identity/Models/Html/Home/texts.html +++ b/Identity/Models/Html/Home/texts.html @@ -208,7 +208,7 @@ The content of left column goes here. --> -
CentOS Texts Visual Style Guide.
@@ -224,7 +224,7 @@ -CentOS is an Enterprise-class Linux Distribution derived from sources freely @@ -311,13 +311,13 @@
-This is a small one-line pre formatted element.
This is a long one-line pre formatted element to illustrate how the content is scrollable when it doesn't fit the current screen area.-
The simplest quotation.
@@ -445,7 +445,7 @@ she told me <q lang="en-US">Mary wants you to get some ice cream on your way home.</q> I think I will get some at Ben and Jerry’s, on Gloucester Road.</q></p> -Recommendations
+Recommendations
In order to maintain a consistent quotation style, consider the following recomendations: