Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-06 07:26:54 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-06 07:26:54 +0300
commit46071bb6398809e98bdbc241bc249f9ed81b2318 (patch)
tree6824e9066f1df70385ec8cd11cab80857d4323dc
parentcdb0ac018626f6f36fa64fd094043ca61b8d76c6 (diff)
Mor corrections
-rw-r--r--src/_includes/examples/basic.html2
-rw-r--r--src/_includes/examples/bootstrap.html4
-rw-r--r--src/accessibility.html2
-rw-r--r--src/assets/less/site/example-rating.less2
-rw-r--r--src/examples.html2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/_includes/examples/basic.html b/src/_includes/examples/basic.html
index c00fb4787..dd422903f 100644
--- a/src/_includes/examples/basic.html
+++ b/src/_includes/examples/basic.html
@@ -17,7 +17,7 @@
</div>
<div class="col-md-9 col-sm-8">
<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>&lt;i&gt;</code> tag for
brevity, but using a <code>&lt;span&gt;</code> is more semantically correct).
</p>
diff --git a/src/_includes/examples/bootstrap.html b/src/_includes/examples/bootstrap.html
index 51a65f143..2ec5273d2 100644
--- a/src/_includes/examples/bootstrap.html
+++ b/src/_includes/examples/bootstrap.html
@@ -57,7 +57,7 @@
</div>
<div class="col-md-9 col-sm-8">
<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>
{% highlight html %}
<a class="btn btn-danger" href="#">
@@ -66,7 +66,7 @@
<i class="fa fa-cog"></i> Settings</a>
<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">
<a class="btn btn-default" href="#">
diff --git a/src/accessibility.html b/src/accessibility.html
index 762b32c0f..74fdffc78 100644
--- a/src/accessibility.html
+++ b/src/accessibility.html
@@ -28,7 +28,7 @@ relative_path: ../
</section>
<h2 class="page-header">
- Using Font Awesome with Acessibility in mind
+ Using {{ site.forkawesome.name }} with Acessibility in mind
</h2>
{% include accessibility/accessibility-manual.html %}
diff --git a/src/assets/less/site/example-rating.less b/src/assets/less/site/example-rating.less
index 92fd968d0..188b7dad8 100644
--- a/src/assets/less/site/example-rating.less
+++ b/src/assets/less/site/example-rating.less
@@ -4,7 +4,7 @@
font-size: 30px;
span.star {
- font-family: FontAwesome;
+ font-family: ForkAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
diff --git a/src/examples.html b/src/examples.html
index 0c456fbdd..58a0f511c 100644
--- a/src/examples.html
+++ b/src/examples.html
@@ -22,7 +22,7 @@ relative_path: ../
<i class="fa fa-universal-access fa-2x" aria-hidden"true"></i>
</div>
<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>