mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-28 06:21:32 +08:00
Mor corrections
This commit is contained in:
parent
cdb0ac0186
commit
46071bb639
@ -17,7 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 col-sm-8">
|
<div class="col-md-9 col-sm-8">
|
||||||
<p>
|
<p>
|
||||||
You can place Font Awesome icons just about anywhere using the CSS Prefix <code>fa</code> and the icon's
|
You can place {{ site.forkawesome.name }} icons just about anywhere using the CSS Prefix <code>fa</code> and the icon's
|
||||||
name. Font Awesome is designed to be used with inline elements (we like the <code><i></code> tag for
|
name. Font Awesome is designed to be used with inline elements (we like the <code><i></code> tag for
|
||||||
brevity, but using a <code><span></code> is more semantically correct).
|
brevity, but using a <code><span></code> is more semantically correct).
|
||||||
</p>
|
</p>
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-9 col-sm-8">
|
<div class="col-md-9 col-sm-8">
|
||||||
<p>
|
<p>
|
||||||
Font Awesome works great with the full range of Bootstrap components.
|
{{ site.forkawesome.name }} works great with the full range of Bootstrap components.
|
||||||
</p>
|
</p>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<a class="btn btn-danger" href="#">
|
<a class="btn btn-danger" href="#">
|
||||||
@ -66,7 +66,7 @@
|
|||||||
<i class="fa fa-cog"></i> Settings</a>
|
<i class="fa fa-cog"></i> Settings</a>
|
||||||
|
|
||||||
<a class="btn btn-lg btn-success" href="#">
|
<a class="btn btn-lg btn-success" href="#">
|
||||||
<i class="fa fa-flag fa-2x pull-left"></i> Font Awesome<br>Version {{ site.fontawesome.version }}</a>
|
<i class="fa fa-flag fa-2x pull-left"></i> {{ site.forkawesome.name }}<br>Version {{ site.fontawesome.version }}</a>
|
||||||
|
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<a class="btn btn-default" href="#">
|
<a class="btn btn-default" href="#">
|
||||||
|
@ -28,7 +28,7 @@ relative_path: ../
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Using Font Awesome with Acessibility in mind
|
Using {{ site.forkawesome.name }} with Acessibility in mind
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
{% include accessibility/accessibility-manual.html %}
|
{% include accessibility/accessibility-manual.html %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
span.star {
|
span.star {
|
||||||
font-family: FontAwesome;
|
font-family: ForkAwesome;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -22,7 +22,7 @@ relative_path: ../
|
|||||||
<i class="fa fa-universal-access fa-2x" aria-hidden"true"></i>
|
<i class="fa fa-universal-access fa-2x" aria-hidden"true"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="gg-col padding-left">
|
<div class="gg-col padding-left">
|
||||||
<p class="margin-bottom-none">The following examples are kept simple and assume use of <a href="{{ page.relative_path }}get-started/get-started-cdn">Font Awesome CDN</a>, which provides auto-accessibility support. If you are not using the Font Awesome CDN, please see the <a href="{{ page.relative_path }}examples/#accessible">manual accessibility examples</a> and read more about <a href="{{ page.relative_path }}accessibility">making your icons more awesome for all users</a></p>
|
<p class="margin-bottom-none">The following examples are kept simple. So please be sure to visit the <a href="{{ page.relative_path }}examples/#accessible">manual accessibility examples</a> and read more about <a href="{{ page.relative_path }}accessibility">making your icons accessible for all users</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user